* [PATCH] x86: eliminate unused "quad_local_to_mp_bus_id"
@ 2010-07-06 15:50 Jan Beulich
0 siblings, 0 replies; only message in thread
From: Jan Beulich @ 2010-07-06 15:50 UTC (permalink / raw)
To: xen-devel@lists.xensource.com
[-- Attachment #1: Type: text/plain, Size: 1019 bytes --]
Signed-off-by: Jan Beulich <jbeulich@novell.com>
--- 2010-06-15.orig/xen/arch/x86/mpparse.c 2010-05-20 09:59:27.000000000 +0200
+++ 2010-06-15/xen/arch/x86/mpparse.c 2010-07-06 14:50:36.000000000 +0200
@@ -45,7 +45,6 @@ int apic_version [MAX_APICS];
int mp_bus_id_to_type [MAX_MP_BUSSES];
int mp_bus_id_to_node [MAX_MP_BUSSES];
int mp_bus_id_to_local [MAX_MP_BUSSES];
-int quad_local_to_mp_bus_id [NR_CPUS/4][4];
int mp_bus_id_to_pci_bus [MAX_MP_BUSSES] = { [0 ... MAX_MP_BUSSES-1] = -1 };
static int mp_current_pci_id;
--- 2010-06-15.orig/xen/include/asm-x86/mpspec.h 2009-11-12 17:04:47.000000000 +0100
+++ 2010-06-15/xen/include/asm-x86/mpspec.h 2010-07-06 14:50:48.000000000 +0200
@@ -8,7 +8,6 @@
extern int mp_bus_id_to_type [MAX_MP_BUSSES];
extern int mp_bus_id_to_node [MAX_MP_BUSSES];
extern int mp_bus_id_to_local [MAX_MP_BUSSES];
-extern int quad_local_to_mp_bus_id [NR_CPUS/4][4];
extern int mp_bus_id_to_pci_bus [MAX_MP_BUSSES];
extern unsigned int def_to_bigsmp;
[-- Attachment #2: x86-no-quad_local_to_mp_bus_id.patch --]
[-- Type: text/plain, Size: 1013 bytes --]
Signed-off-by: Jan Beulich <jbeulich@novell.com>
--- 2010-06-15.orig/xen/arch/x86/mpparse.c 2010-05-20 09:59:27.000000000 +0200
+++ 2010-06-15/xen/arch/x86/mpparse.c 2010-07-06 14:50:36.000000000 +0200
@@ -45,7 +45,6 @@ int apic_version [MAX_APICS];
int mp_bus_id_to_type [MAX_MP_BUSSES];
int mp_bus_id_to_node [MAX_MP_BUSSES];
int mp_bus_id_to_local [MAX_MP_BUSSES];
-int quad_local_to_mp_bus_id [NR_CPUS/4][4];
int mp_bus_id_to_pci_bus [MAX_MP_BUSSES] = { [0 ... MAX_MP_BUSSES-1] = -1 };
static int mp_current_pci_id;
--- 2010-06-15.orig/xen/include/asm-x86/mpspec.h 2009-11-12 17:04:47.000000000 +0100
+++ 2010-06-15/xen/include/asm-x86/mpspec.h 2010-07-06 14:50:48.000000000 +0200
@@ -8,7 +8,6 @@
extern int mp_bus_id_to_type [MAX_MP_BUSSES];
extern int mp_bus_id_to_node [MAX_MP_BUSSES];
extern int mp_bus_id_to_local [MAX_MP_BUSSES];
-extern int quad_local_to_mp_bus_id [NR_CPUS/4][4];
extern int mp_bus_id_to_pci_bus [MAX_MP_BUSSES];
extern unsigned int def_to_bigsmp;
[-- Attachment #3: Type: text/plain, Size: 138 bytes --]
_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xensource.com
http://lists.xensource.com/xen-devel
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2010-07-06 15:50 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-07-06 15:50 [PATCH] x86: eliminate unused "quad_local_to_mp_bus_id" Jan Beulich
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).