diff options
Diffstat (limited to 'arch/arm/mm/init.c')
-rw-r--r-- | arch/arm/mm/init.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/mm/init.c b/arch/arm/mm/init.c index 92bba32d9230..6ca53c338519 100644 --- a/arch/arm/mm/init.c +++ b/arch/arm/mm/init.c | |||
@@ -67,7 +67,7 @@ early_param("initrd", early_initrd); | |||
67 | 67 | ||
68 | static int __init parse_tag_initrd(const struct tag *tag) | 68 | static int __init parse_tag_initrd(const struct tag *tag) |
69 | { | 69 | { |
70 | printk(KERN_WARNING "ATAG_INITRD is deprecated; " | 70 | pr_warn("ATAG_INITRD is deprecated; " |
71 | "please update your bootloader.\n"); | 71 | "please update your bootloader.\n"); |
72 | phys_initrd_start = __virt_to_phys(tag->u.initrd.start); | 72 | phys_initrd_start = __virt_to_phys(tag->u.initrd.start); |
73 | phys_initrd_size = tag->u.initrd.size; | 73 | phys_initrd_size = tag->u.initrd.size; |
@@ -544,7 +544,7 @@ void __init mem_init(void) | |||
544 | #define MLM(b, t) b, t, ((t) - (b)) >> 20 | 544 | #define MLM(b, t) b, t, ((t) - (b)) >> 20 |
545 | #define MLK_ROUNDUP(b, t) b, t, DIV_ROUND_UP(((t) - (b)), SZ_1K) | 545 | #define MLK_ROUNDUP(b, t) b, t, DIV_ROUND_UP(((t) - (b)), SZ_1K) |
546 | 546 | ||
547 | printk(KERN_NOTICE "Virtual kernel memory layout:\n" | 547 | pr_notice("Virtual kernel memory layout:\n" |
548 | " vector : 0x%08lx - 0x%08lx (%4ld kB)\n" | 548 | " vector : 0x%08lx - 0x%08lx (%4ld kB)\n" |
549 | #ifdef CONFIG_HAVE_TCM | 549 | #ifdef CONFIG_HAVE_TCM |
550 | " DTCM : 0x%08lx - 0x%08lx (%4ld kB)\n" | 550 | " DTCM : 0x%08lx - 0x%08lx (%4ld kB)\n" |