projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
471b3c1
)
Revert "x86, numaq: add pci_acpi_scan_root() stub"
author
Ingo Molnar
<mingo@elte.hu>
Mon, 9 Jun 2008 09:59:30 +0000
(11:59 +0200)
committer
Ingo Molnar
<mingo@elte.hu>
Tue, 10 Jun 2008 09:33:01 +0000
(11:33 +0200)
This reverts commit
f3294690979634ee10398bb0beadfe1d4edb881d
.
That bug will be fixed in a better way via:
x86: make generic arch support NUMAQ
arch/x86/kernel/numaq_32.c
patch
|
blob
|
history
diff --git
a/arch/x86/kernel/numaq_32.c
b/arch/x86/kernel/numaq_32.c
index 992f53cb79b6e63ca5c64d66dae428d4217b4882..e65281b1634b790bd151c479fc96f3846febe87d 100644
(file)
--- 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)
return 0;
}
arch_initcall(numaq_tsc_disable);
-
-#ifdef CONFIG_ACPI
-/*
- * Dummy implementation:
- */
-struct pci_bus * __devinit
-pci_acpi_scan_root(struct acpi_device *device, int domain, int busnum)
-{
- return NULL;
-}
-#endif