]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - arch/powerpc/mm/pgtable_32.c
[POWERPC] Abolish PHYS_FMT macro from arch/powerpc
[linux-2.6-omap-h63xx.git] / arch / powerpc / mm / pgtable_32.c
index 8a2fc16ee0a7564cbc2a794f17bb070e69e07b49..bca56037492732f258c8fa6603843b1102f51b0c 100644 (file)
@@ -183,8 +183,8 @@ __ioremap(phys_addr_t addr, unsigned long size, unsigned long flags)
         * mem_init() sets high_memory so only do the check after that.
         */
        if (mem_init_done && (p < virt_to_phys(high_memory))) {
-               printk("__ioremap(): phys addr "PHYS_FMT" is RAM lr %p\n", p,
-                      __builtin_return_address(0));
+               printk("__ioremap(): phys addr 0x%llx is RAM lr %p\n",
+                      (unsigned long long)p, __builtin_return_address(0));
                return NULL;
        }