WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-ppc-devel

[XenPPC] [linux-ppc-2.6] [POWERPC] correct console_evtchn debug message

To: xen-ppc-devel@xxxxxxxxxxxxxxxxxxx
Subject: [XenPPC] [linux-ppc-2.6] [POWERPC] correct console_evtchn debug message
From: Xen patchbot-linux-ppc-2.6 <patchbot-linux-ppc-2.6@xxxxxxxxxxxxxxxxxxx>
Date: Sun, 06 Aug 2006 22:32:16 +0000
Delivery-date: Sun, 06 Aug 2006 16:12:50 -0700
Envelope-to: www-data@xxxxxxxxxxxxxxxxxx
List-help: <mailto:xen-ppc-devel-request@lists.xensource.com?subject=help>
List-id: Xen PPC development <xen-ppc-devel.lists.xensource.com>
List-post: <mailto:xen-ppc-devel@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-ppc-devel>, <mailto:xen-ppc-devel-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-ppc-devel>, <mailto:xen-ppc-devel-request@lists.xensource.com?subject=unsubscribe>
Reply-to: xen-ppc-devel@xxxxxxxxxxxxxxxxxxx
Sender: xen-ppc-devel-bounces@xxxxxxxxxxxxxxxxxxx
# 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 <=