diff options
author | Ingo Molnar <mingo@elte.hu> | 2009-02-01 13:25:57 +0300 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2009-02-06 00:30:14 +0300 |
commit | 4f179d121885142fb907b64956228b369d495958 (patch) | |
tree | a0203880c1237621efcc2a02f6168d1d969c5a3f /arch/x86/pci/numaq_32.c | |
parent | 9d45cf9e36bf9bcf16df6e1cbf049807c8402823 (diff) | |
download | linux-4f179d121885142fb907b64956228b369d495958.tar.xz |
x86, numaq: cleanups
Also move xquad_portio over to where it's allocated.
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'arch/x86/pci/numaq_32.c')
-rw-r--r-- | arch/x86/pci/numaq_32.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/arch/x86/pci/numaq_32.c b/arch/x86/pci/numaq_32.c index 1b2d773612e7..5601e829c387 100644 --- a/arch/x86/pci/numaq_32.c +++ b/arch/x86/pci/numaq_32.c @@ -18,10 +18,6 @@ #define QUADLOCAL2BUS(quad,local) (quad_local_to_mp_bus_id[quad][local]) -/* Where the IO area was mapped on multiquad, always 0 otherwise */ -void *xquad_portio; -EXPORT_SYMBOL(xquad_portio); - #define XQUAD_PORT_ADDR(port, quad) (xquad_portio + (XQUAD_PORTIO_QUAD*quad) + port) #define PCI_CONF1_MQ_ADDRESS(bus, devfn, reg) \ |