mirror of
https://github.com/torvalds/linux.git
synced 2026-06-25 15:42:07 +02:00
After tightening up the types passed to set_64bit(), the cast to (phys_t *) triggers a warning apparently because phys_t is defined as "unsigned long" when building on 64 bits; however, u64 is defined as "unsigned long long". This is, however, a explicit cast inside a size-specific call, so just make the cast explicitly (u64 *). Signed-off-by: H. Peter Anvin <hpa@zytor.com> Cc: Jeff Dike <jdike@addtoit.com> LKML-Reference: <tip-69309a05907546fb686b251d4ab041c26afe1e1d@git.kernel.org> |
||
|---|---|---|
| .. | ||
| a.out-core.h | ||
| apic.h | ||
| arch_hweight.h | ||
| asm-offsets.h | ||
| auxvec.h | ||
| bugs.h | ||
| cache.h | ||
| checksum.h | ||
| common.lds.S | ||
| cputime.h | ||
| current.h | ||
| delay.h | ||
| desc.h | ||
| device.h | ||
| dma-mapping.h | ||
| dma.h | ||
| emergency-restart.h | ||
| fixmap.h | ||
| ftrace.h | ||
| futex.h | ||
| hardirq.h | ||
| hw_irq.h | ||
| io.h | ||
| irq_regs.h | ||
| irq_vectors.h | ||
| irq.h | ||
| irqflags.h | ||
| kdebug.h | ||
| kmap_types.h | ||
| mmu_context.h | ||
| mmu.h | ||
| mutex.h | ||
| page_offset.h | ||
| page.h | ||
| param.h | ||
| pci.h | ||
| pda.h | ||
| pgalloc.h | ||
| pgtable-2level.h | ||
| pgtable-3level.h | ||
| pgtable.h | ||
| processor-generic.h | ||
| ptrace-generic.h | ||
| required-features.h | ||
| sections.h | ||
| segment.h | ||
| setup.h | ||
| smp.h | ||
| system.h | ||
| thread_info.h | ||
| timex.h | ||
| tlb.h | ||
| tlbflush.h | ||
| topology.h | ||
| uaccess.h | ||
| xor.h | ||