]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/blobdiff - arch/m68k/mm/memory.c
m68k/mm: Modernize printing of kernel messages
[mirror_ubuntu-artful-kernel.git] / arch / m68k / mm / memory.c
index 51bc9d258ede39b8e9dd244b2a493974ed6ed552..4902b681a9fccf3f1cfa7db758e8054c67ad441e 100644 (file)
@@ -47,9 +47,7 @@ void __init init_pointer_table(unsigned long ptable)
        }
 
        PD_MARKBITS(dp) &= ~mask;
-#ifdef DEBUG
-       printk("init_pointer_table: %lx, %x\n", ptable, PD_MARKBITS(dp));
-#endif
+       pr_debug("init_pointer_table: %lx, %x\n", ptable, PD_MARKBITS(dp));
 
        /* unreserve the page so it's possible to free that page */
        PD_PAGE(dp)->flags &= ~(1 << PG_reserved);