| Replace this with ioremap.patch . |
| |
| diff -up ./arch/x86/mm/ioremap.c.ioremap ./arch/x86/mm/ioremap.c |
| |
| |
| @@ -167,7 +167,7 @@ static void __iomem *__ioremap_caller(re |
| */ |
| if (mem_flags.system_ram) { |
| WARN_ONCE(1, "ioremap on RAM at 0x%llx - 0x%llx\n", |
| - phys_addr, last_addr); |
| + (unsigned long long)phys_addr, (unsigned long long)last_addr); |
| return NULL; |
| } |
| |