Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 101411
b: refs/heads/master
c: b3c9816
h: refs/heads/master
i:
  101409: 16dc937
  101407: 128fc1c
v: v3
  • Loading branch information
Ingo Molnar committed Jul 15, 2008
1 parent 23346cc commit a6a14fd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: 1a781a777b2f6ac46523fe92396215762ced624d
refs/heads/master: b3c9816b9fa9a7b75ab36111eb76eca03e5bab78
2 changes: 1 addition & 1 deletion trunk/arch/x86/pci/amd_bus.c
Original file line number Diff line number Diff line change
Expand Up @@ -578,7 +578,7 @@ static int __init enable_pci_io_ecs(void)
/* assume all cpus from fam10h have IO ECS */
if (boot_cpu_data.x86 < 0x10)
return 0;
on_each_cpu(enable_pci_io_ecs_per_cpu, NULL, 1, 1);
on_each_cpu(enable_pci_io_ecs_per_cpu, NULL, 1);
pci_probe |= PCI_HAS_IO_ECS;
return 0;
}
Expand Down

0 comments on commit a6a14fd

Please sign in to comment.