MIPS: Stop using <asm-generic/int-l64.h>.
This fixes a few warnings - and triggers a few new ones which the rest of this patch fixes. Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
This commit is contained in:
@ -36,7 +36,7 @@ void __init prom_meminit(void)
|
||||
if (base + size > (256 << 20))
|
||||
base += CRIME_HI_MEM_BASE;
|
||||
|
||||
printk("CRIME MC: bank %u base 0x%016lx size %luMiB\n",
|
||||
printk("CRIME MC: bank %u base 0x%016Lx size %LuMiB\n",
|
||||
bank, base, size >> 20);
|
||||
add_memory_region(base, size, BOOT_MEM_RAM);
|
||||
}
|
||||
|
Reference in New Issue
Block a user