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

[Xen-devel] [PATCH 1/2] multiple cores and HT support

To: xen-devel <xen-devel@xxxxxxxxxxxxxxxxxxx>, Ian Pratt <m+Ian.Pratt@xxxxxxxxxxxx>
Subject: [Xen-devel] [PATCH 1/2] multiple cores and HT support
From: aq <aquynh@xxxxxxxxx>
Date: Sun, 19 Jun 2005 09:49:42 -0500
Delivery-date: Sun, 19 Jun 2005 14:48:42 +0000
Domainkey-signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:mime-version:content-type; b=Ejxf8iq6PvQ0EHq6e1lVDQKLNLDiQ0pPDRGWhXYJKNbbEIPNAjdkpKkwl/CYCcOjCoOEvz6XDBsycsVKvie7hUTPjswcZyebQLz7Wt/tOzB9wqOK9Zh37sNn8qNlAusI7r5gihyiS5no0G019Kr9ygu2yN80f3ZkUXEyIJOc4T0=
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
List-help: <mailto:xen-devel-request@lists.xensource.com?subject=help>
List-id: Xen developer discussion <xen-devel.lists.xensource.com>
List-post: <mailto:xen-devel@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=unsubscribe>
Reply-to: aq <aquynh@xxxxxxxxx>
Sender: xen-devel-bounces@xxxxxxxxxxxxxxxxxxx
This patch adds dual-core support to xen, and improves HT detection.
The code is adapted from linux kernel 2.6.12.

Signed-off-by: Nguyen Anh Quynh <aquynh@xxxxxxxxx>

# diffstat core2.patch 
 arch/x86/cpu/amd.c          |   16 +++++++++-------
 arch/x86/cpu/common.c       |   28 ++++++++++++++++++++--------
 arch/x86/cpu/intel.c        |   22 ++++++++++++++++++++++
 arch/x86/dom0_ops.c         |    4 ++--
 arch/x86/setup.c            |    1 -
 arch/x86/smpboot.c          |   41 +++++++++++++++++++++++++++++++++++++----
 common/dom0_ops.c           |    4 ++--
 include/asm-x86/processor.h |    1 +
 include/asm-x86/smp.h       |    1 +
 include/xen/smp.h           |    2 --
 10 files changed, 94 insertions(+), 26 deletions(-)

Attachment: core2.patch
Description: Text Data

_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-devel] [PATCH 1/2] multiple cores and HT support, aq <=