Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 100154
b: refs/heads/master
c: 3f68f7d
h: refs/heads/master
v: v3
  • Loading branch information
Robert Richter authored and Ingo Molnar committed Jul 10, 2008
1 parent f5bca5f commit 1e77005
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 10 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 15e551d25e5a600c76cb92171357d4cbe2d1bf7a
refs/heads/master: 3f68f7d945e37e4d4bf1da445a285c59a6185815
3 changes: 3 additions & 0 deletions trunk/arch/x86/pci/legacy.c
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,9 @@ int __init pci_subsys_init(void)
#endif
pci_legacy_init();
pcibios_irq_init();
#ifdef CONFIG_X86_NUMAQ
pci_numa_init();
#endif
pcibios_init();
}
subsys_initcall(pci_subsys_init);
10 changes: 1 addition & 9 deletions trunk/arch/x86/pci/numa.c
Original file line number Diff line number Diff line change
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);

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

Expand All @@ -176,11 +176,3 @@ static int __init pci_numa_init(void)
}
return 0;
}

static __init int pci_subsys_init(void)
{
pci_numa_init();
pcibios_irq_init();
pcibios_init();
}
subsys_initcall(pci_subsys_init);
1 change: 1 addition & 0 deletions trunk/arch/x86/pci/pci.h
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +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 pcibios_init(void);

/* pci-mmconfig.c */
Expand Down

0 comments on commit 1e77005

Please sign in to comment.