|
|
|
|
|
|
|
|
|
|
xen-ppc-devel
[XenPPC] [linux-ppc-2.6] [POWERPC] correct console_evtchn debug message
# HG changeset patch
# User Hollis Blanchard <hollisb@xxxxxxxxxx>
# Node ID a9bd0554687d1afdd1afe81b34c72d872fa4393d
# Parent 7680b29c03a6dbc15a1394ebe1467c46bdab9a39
[POWERPC] correct console_evtchn debug message
Signed-off-by: Hollis Blanchard <hollisb@xxxxxxxxxx>
---
arch/powerpc/platforms/xen/setup.c | 2 +-
1 files changed, 1 insertion(+), 1 deletion(-)
diff -r 7680b29c03a6 -r a9bd0554687d arch/powerpc/platforms/xen/setup.c
--- a/arch/powerpc/platforms/xen/setup.c Sat Aug 05 11:33:24 2006 -0400
+++ b/arch/powerpc/platforms/xen/setup.c Sun Aug 06 17:26:38 2006 -0500
@@ -107,7 +107,7 @@ static void __init xen_init_early(void)
DBG(" store_mfn %llx\n", xen_start_info->store_mfn);
DBG(" store_evtchn %x\n", xen_start_info->store_evtchn);
DBG(" console_mfn %llx\n", xen_start_info->console_mfn);
- DBG(" console_evtchn %x\n", xen_start_info->store_evtchn);
+ DBG(" console_evtchn %x\n", xen_start_info->console_evtchn);
is_dom0 = !!(xen_start_info->flags & SIF_INITDOMAIN);
if (is_dom0) {
_______________________________________________
Xen-ppc-devel mailing list
Xen-ppc-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-ppc-devel
|
<Prev in Thread] |
Current Thread |
[Next in Thread> |
- [XenPPC] [linux-ppc-2.6] [POWERPC] correct console_evtchn debug message,
Xen patchbot-linux-ppc-2 . 6 <=
|
|
|
|
|