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-changelog

[Xen-changelog] [xen-unstable] x86: APs enable x2APIC only when BSP did

To: xen-changelog@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-changelog] [xen-unstable] x86: APs enable x2APIC only when BSP did so.
From: Xen patchbot-unstable <patchbot-unstable@xxxxxxxxxxxxxxxxxxx>
Date: Wed, 20 Aug 2008 02:20:20 -0700
Delivery-date: Wed, 20 Aug 2008 02:20:38 -0700
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
List-help: <mailto:xen-changelog-request@lists.xensource.com?subject=help>
List-id: BK change log <xen-changelog.lists.xensource.com>
List-post: <mailto:xen-changelog@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/mailman/listinfo/xen-changelog>, <mailto:xen-changelog-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/mailman/listinfo/xen-changelog>, <mailto:xen-changelog-request@lists.xensource.com?subject=unsubscribe>
Reply-to: xen-devel@xxxxxxxxxxxxxxxxxxx
Sender: xen-changelog-bounces@xxxxxxxxxxxxxxxxxxx
# HG changeset patch
# User Keir Fraser <keir.fraser@xxxxxxxxxx>
# Date 1219219473 -3600
# Node ID b5396a87a64a16e6815ea3cad7ab67da408e301d
# Parent  0cf244daf3c49d4423a64fbcf115b8e2377c748c
x86: APs enable x2APIC only when BSP did so.
Signed-off-by: Jun Nakajima <jun.nakajikma@xxxxxxxxx>
---
 xen/arch/x86/smpboot.c |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)

diff -r 0cf244daf3c4 -r b5396a87a64a xen/arch/x86/smpboot.c
--- a/xen/arch/x86/smpboot.c    Wed Aug 20 09:02:15 2008 +0100
+++ b/xen/arch/x86/smpboot.c    Wed Aug 20 09:04:33 2008 +0100
@@ -325,7 +325,7 @@ void __devinit smp_callin(void)
         */
        wait_for_init_deassert(&init_deasserted);
 
-       if ( x2apic_is_available() )
+       if ( x2apic_enabled )
                enable_x2apic();
 
        /*

_______________________________________________
Xen-changelog mailing list
Xen-changelog@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-changelog

<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-changelog] [xen-unstable] x86: APs enable x2APIC only when BSP did so., Xen patchbot-unstable <=