* [PATCH 2.6.20.4] pci-calgary: cleanup of unneeded macros
@ 2007-04-06 8:55 Guillaume Thouvenin
2007-04-06 18:46 ` Muli Ben-Yehuda
0 siblings, 1 reply; 2+ messages in thread
From: Guillaume Thouvenin @ 2007-04-06 8:55 UTC (permalink / raw)
To: Muli Ben-Yehuda; +Cc: linux-kernel, torvalds
Cleanup unneeded macros used for register space address calculation.
Now we are using the EBDA to find the space address.
Signed-off-by: Guillaume Thouvenin <guillaume.thouvenin@bull.net>
---
pci-calgary.c | 5 -----
1 file changed, 5 deletions(-)
Index: linux-2.6.20.4/arch/x86_64/kernel/pci-calgary.c
===================================================================
--- linux-2.6.20.4.orig/arch/x86_64/kernel/pci-calgary.c 2007-04-06 09:42:12.000000000 +0200
+++ linux-2.6.20.4/arch/x86_64/kernel/pci-calgary.c 2007-04-06 09:42:20.000000000 +0200
@@ -53,11 +53,6 @@
#define PCI_VENDOR_DEVICE_ID_CALGARY \
(PCI_VENDOR_ID_IBM | PCI_DEVICE_ID_IBM_CALGARY << 16)
-/* we need these for register space address calculation */
-#define START_ADDRESS 0xfe000000
-#define CHASSIS_BASE 0
-#define ONE_BASED_CHASSIS_NUM 1
-
/* register offsets inside the host bridge space */
#define CALGARY_CONFIG_REG 0x0108
#define PHB_CSR_OFFSET 0x0110 /* Channel Status */
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2007-04-06 18:46 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-04-06 8:55 [PATCH 2.6.20.4] pci-calgary: cleanup of unneeded macros Guillaume Thouvenin
2007-04-06 18:46 ` Muli Ben-Yehuda
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox