diff options
| author | Robert Richter <robert.richter@amd.com> | 2008-07-11 06:18:41 -0400 |
|---|---|---|
| committer | Ingo Molnar <mingo@elte.hu> | 2008-07-11 15:22:59 -0400 |
| commit | e27cf3a2e151b79375efadf71a5d383ad416fb44 (patch) | |
| tree | 8d8e38be26d339570c2561063427a4d80cdec9fb | |
| parent | 9314d301390ad0d96986da3d893a21e81a287982 (diff) | |
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>
| -rw-r--r-- | arch/x86/pci/legacy.c | 2 | ||||
| -rw-r--r-- | arch/x86/pci/numaq_32.c | 4 | ||||
| -rw-r--r-- | arch/x86/pci/pci.h | 2 |
3 files changed, 4 insertions, 4 deletions
diff --git a/arch/x86/pci/legacy.c b/arch/x86/pci/legacy.c index 60e8caa13563..f405eb0b8911 100644 --- a/arch/x86/pci/legacy.c +++ b/arch/x86/pci/legacy.c | |||
| @@ -58,7 +58,7 @@ static int __init pci_legacy_init(void) | |||
| 58 | int __init pci_subsys_init(void) | 58 | int __init pci_subsys_init(void) |
| 59 | { | 59 | { |
| 60 | #ifdef CONFIG_X86_NUMAQ | 60 | #ifdef CONFIG_X86_NUMAQ |
| 61 | pci_numa_init(); | 61 | pci_numaq_init(); |
| 62 | #endif | 62 | #endif |
| 63 | #ifdef CONFIG_ACPI | 63 | #ifdef CONFIG_ACPI |
| 64 | pci_acpi_init(); | 64 | pci_acpi_init(); |
diff --git a/arch/x86/pci/numaq_32.c b/arch/x86/pci/numaq_32.c index 8b5ca1966731..f4b16dc11dad 100644 --- a/arch/x86/pci/numaq_32.c +++ b/arch/x86/pci/numaq_32.c | |||
| @@ -1,5 +1,5 @@ | |||
| 1 | /* | 1 | /* |
| 2 | * numa.c - Low-level PCI access for NUMA-Q machines | 2 | * numaq_32.c - Low-level PCI access for NUMA-Q machines |
| 3 | */ | 3 | */ |
| 4 | 4 | ||
| 5 | #include <linux/pci.h> | 5 | #include <linux/pci.h> |
| @@ -151,7 +151,7 @@ static void __devinit pci_fixup_i450nx(struct pci_dev *d) | |||
| 151 | } | 151 | } |
| 152 | DECLARE_PCI_FIXUP_HEADER(PCI_VENDOR_ID_INTEL, PCI_DEVICE_ID_INTEL_82451NX, pci_fixup_i450nx); | 152 | DECLARE_PCI_FIXUP_HEADER(PCI_VENDOR_ID_INTEL, PCI_DEVICE_ID_INTEL_82451NX, pci_fixup_i450nx); |
| 153 | 153 | ||
| 154 | int __init pci_numa_init(void) | 154 | int __init pci_numaq_init(void) |
| 155 | { | 155 | { |
| 156 | int quad; | 156 | int quad; |
| 157 | 157 | ||
diff --git a/arch/x86/pci/pci.h b/arch/x86/pci/pci.h index b2270a55b0cf..36b8dd019fab 100644 --- a/arch/x86/pci/pci.h +++ b/arch/x86/pci/pci.h | |||
| @@ -107,7 +107,7 @@ extern void __init dmi_check_skip_isa_align(void); | |||
| 107 | /* some common used subsys_initcalls */ | 107 | /* some common used subsys_initcalls */ |
| 108 | extern int __init pci_acpi_init(void); | 108 | extern int __init pci_acpi_init(void); |
| 109 | extern int __init pcibios_irq_init(void); | 109 | extern int __init pcibios_irq_init(void); |
| 110 | extern int __init pci_numa_init(void); | 110 | extern int __init pci_numaq_init(void); |
| 111 | extern int __init pcibios_init(void); | 111 | extern int __init pcibios_init(void); |
| 112 | 112 | ||
| 113 | /* pci-mmconfig.c */ | 113 | /* pci-mmconfig.c */ |
