* [PATCH] x86: add target bootmem range that in early_res_to_bootmem printout
@ 2008-07-18 23:16 Yinghai Lu
2008-07-20 7:11 ` Ingo Molnar
0 siblings, 1 reply; 2+ messages in thread
From: Yinghai Lu @ 2008-07-18 23:16 UTC (permalink / raw)
To: Ingo Molnar, Thomas Gleixner, H. Peter Anvin; +Cc: linux-kernel
Signed-off-by: Yinghai Lu <yhlu.kernel@gmail.com>
diff --git a/arch/x86/kernel/e820.c b/arch/x86/kernel/e820.c
index 28c2918..d360fc8 100644
--- a/arch/x86/kernel/e820.c
+++ b/arch/x86/kernel/e820.c
@@ -877,7 +877,8 @@ void __init early_res_to_bootmem(u64 start, u64 end)
for (i = 0; i < MAX_EARLY_RES && early_res[i].end; i++)
count++;
- printk(KERN_INFO "(%d early reservations) ==> bootmem\n", count);
+ printk(KERN_INFO "(%d early reservations) ==> bootmem [%010llx - %010llx]\n",
+ count, start, end);
for (i = 0; i < count; i++) {
struct early_res *r = &early_res[i];
printk(KERN_INFO " #%d [%010llx - %010llx] %16s", i,
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] x86: add target bootmem range that in early_res_to_bootmem printout
2008-07-18 23:16 [PATCH] x86: add target bootmem range that in early_res_to_bootmem printout Yinghai Lu
@ 2008-07-20 7:11 ` Ingo Molnar
0 siblings, 0 replies; 2+ messages in thread
From: Ingo Molnar @ 2008-07-20 7:11 UTC (permalink / raw)
To: Yinghai Lu; +Cc: Thomas Gleixner, H. Peter Anvin, linux-kernel
* Yinghai Lu <yhlu.kernel@gmail.com> wrote:
> - printk(KERN_INFO "(%d early reservations) ==> bootmem\n", count);
> + printk(KERN_INFO "(%d early reservations) ==> bootmem [%010llx - %010llx]\n",
> + count, start, end);
applied to tip/x86/cleanups, thanks Yinghai.
Ingo
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2008-07-20 7:11 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-07-18 23:16 [PATCH] x86: add target bootmem range that in early_res_to_bootmem printout Yinghai Lu
2008-07-20 7:11 ` Ingo Molnar
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.