m68k/mm: Modernize printing of kernel messages
Convert from printk() to pr_*(). Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
This commit is contained in:
@@ -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);
|
||||
|
Reference in New Issue
Block a user