From 8b517609c34bf0c74ca2e86c46789bad013de8b3 Mon Sep 17 00:00:00 2001 From: Michal Simek Date: Mon, 6 Jul 2009 08:21:09 +0200 Subject: [PATCH] --- yaml --- r: 154965 b: refs/heads/master c: db6e3f91efd2cf61b9965f722902199cf54adc4f h: refs/heads/master i: 154963: bd16bf0a5ce7969700e41ca64664324efed5cf20 v: v3 --- [refs] | 2 +- trunk/arch/microblaze/mm/init.c | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/[refs] b/[refs] index 43c8be5c7a4d..fb7e6edb1914 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 4ae78338157a1fe2d7a398d86bb9f9043d600d2b +refs/heads/master: db6e3f91efd2cf61b9965f722902199cf54adc4f diff --git a/trunk/arch/microblaze/mm/init.c b/trunk/arch/microblaze/mm/init.c index b5a701cd71e0..8d92c4efe9a4 100644 --- a/trunk/arch/microblaze/mm/init.c +++ b/trunk/arch/microblaze/mm/init.c @@ -80,15 +80,15 @@ void __init setup_memory(void) memory_size = memory_end - memory_start; PAGE_OFFSET = memory_start; printk(KERN_INFO "%s: Main mem: 0x%x-0x%x, " - "size 0x%08x\n", __func__, memory_start, - memory_end, memory_size); + "size 0x%08x\n", __func__, (u32) memory_start, + (u32) memory_end, (u32) memory_size); break; } } if (!memory_start || !memory_end) { panic("%s: Missing memory setting 0x%08x-0x%08x\n", - __func__, memory_start, memory_end); + __func__, (u32) memory_start, (u32) memory_end); } /* reservation of region where is the kernel */