Skip to content

Commit

Permalink
x86/pci: renaming numa into numaq
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Robert Richter authored and Ingo Molnar committed Jul 11, 2008
1 parent 9314d30 commit e27cf3a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion arch/x86/pci/legacy.c
Original file line number Diff line number Diff line change
Expand Up @@ -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();
Expand Down
4 changes: 2 additions & 2 deletions arch/x86/pci/numaq_32.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* numa.c - Low-level PCI access for NUMA-Q machines
* numaq_32.c - Low-level PCI access for NUMA-Q machines
*/

#include <linux/pci.h>
Expand Down Expand Up @@ -151,7 +151,7 @@ static void __devinit pci_fixup_i450nx(struct pci_dev *d)
}
DECLARE_PCI_FIXUP_HEADER(PCI_VENDOR_ID_INTEL, PCI_DEVICE_ID_INTEL_82451NX, pci_fixup_i450nx);

int __init pci_numa_init(void)
int __init pci_numaq_init(void)
{
int quad;

Expand Down
2 changes: 1 addition & 1 deletion arch/x86/pci/pci.h
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ extern void __init dmi_check_skip_isa_align(void);
/* some common used subsys_initcalls */
extern int __init pci_acpi_init(void);
extern int __init pcibios_irq_init(void);
extern int __init pci_numa_init(void);
extern int __init pci_numaq_init(void);
extern int __init pcibios_init(void);

/* pci-mmconfig.c */
Expand Down

0 comments on commit e27cf3a

Please sign in to comment.