Skip to content

Commit

Permalink
Revert "x86, numaq: add pci_acpi_scan_root() stub"
Browse files Browse the repository at this point in the history
This reverts commit f329469.

That bug will be fixed in a better way via:

  x86: make generic arch support NUMAQ
  • Loading branch information
Ingo Molnar committed Jun 10, 2008
1 parent 471b3c1 commit 4e78c91
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions arch/x86/kernel/numaq_32.c
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 4e78c91

Please sign in to comment.