Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 104388
b: refs/heads/master
c: 060b970
h: refs/heads/master
v: v3
  • Loading branch information
Robert Richter authored and Ingo Molnar committed Jul 11, 2008
1 parent b89fffd commit 138f02f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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: 2510495e208e7a69b64fcf5cdf8966d873536d9e
refs/heads/master: 060b9708a0c04cf9af69c128ef7954b6f0a84180
6 changes: 3 additions & 3 deletions trunk/arch/x86/pci/legacy.c
Original file line number Diff line number Diff line change
Expand Up @@ -57,14 +57,14 @@ static int __init pci_legacy_init(void)

int __init pci_subsys_init(void)
{
#ifdef CONFIG_X86_NUMAQ
pci_numa_init();
#endif
#ifdef CONFIG_ACPI
pci_acpi_init();
#endif
pci_legacy_init();
pcibios_irq_init();
#ifdef CONFIG_X86_NUMAQ
pci_numa_init();
#endif
pcibios_init();

return 0;
Expand Down

0 comments on commit 138f02f

Please sign in to comment.