mirror of
https://github.com/torvalds/linux.git
synced 2024-11-16 00:52:01 +00:00
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:
parent
9314d30139
commit
e27cf3a2e1
@ -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();
|
||||
|
@ -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>
|
||||
@ -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;
|
||||
|
||||
|
@ -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 */
|
||||
|
Loading…
Reference in New Issue
Block a user