x86/pci: renaming numa into numaq

Cc: Yinghai Lu <yhlu.kernel@gmail.com>
Signed-off-by: Robert Richter <robert.richter@amd.com>
Cc: Robert Richter <robert.richter@amd.com>
Cc: Yinghai Lu <yhlu.kernel@gmail.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
This commit is contained in:
Robert Richter
2008-07-11 12:18:41 +02:00
committed by Ingo Molnar
parent 9314d30139
commit e27cf3a2e1
3 changed files with 4 additions and 4 deletions

View File

@@ -58,7 +58,7 @@ static int __init pci_legacy_init(void)
int __init pci_subsys_init(void)
{
#ifdef CONFIG_X86_NUMAQ
pci_numa_init();
pci_numaq_init();
#endif
#ifdef CONFIG_ACPI
pci_acpi_init();