diff options
author | Ingo Molnar <mingo@elte.hu> | 2008-06-09 05:59:30 -0400 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2008-06-10 05:33:01 -0400 |
commit | 4e78c91abe1a40b905611100a593be62784ba355 (patch) | |
tree | 339317c1fc39948f55069d4dc837800c7be59161 | |
parent | 471b3c1b011f807d16f1e19d1d4ecf703f1e7d1a (diff) |
Revert "x86, numaq: add pci_acpi_scan_root() stub"
This reverts commit f3294690979634ee10398bb0beadfe1d4edb881d.
That bug will be fixed in a better way via:
x86: make generic arch support NUMAQ
-rw-r--r-- | arch/x86/kernel/numaq_32.c | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/arch/x86/kernel/numaq_32.c b/arch/x86/kernel/numaq_32.c index 992f53cb79b6..e65281b1634b 100644 --- a/arch/x86/kernel/numaq_32.c +++ b/arch/x86/kernel/numaq_32.c | |||
@@ -87,14 +87,3 @@ static int __init numaq_tsc_disable(void) | |||
87 | return 0; | 87 | return 0; |
88 | } | 88 | } |
89 | arch_initcall(numaq_tsc_disable); | 89 | arch_initcall(numaq_tsc_disable); |
90 | |||
91 | #ifdef CONFIG_ACPI | ||
92 | /* | ||
93 | * Dummy implementation: | ||
94 | */ | ||
95 | struct pci_bus * __devinit | ||
96 | pci_acpi_scan_root(struct acpi_device *device, int domain, int busnum) | ||
97 | { | ||
98 | return NULL; | ||
99 | } | ||
100 | #endif | ||