From a6a14fd5e740a5eb2ae1c871130b7e769859d015 Mon Sep 17 00:00:00 2001 From: Ingo Molnar Date: Tue, 15 Jul 2008 22:03:56 +0200 Subject: [PATCH] --- yaml --- r: 101411 b: refs/heads/master c: b3c9816b9fa9a7b75ab36111eb76eca03e5bab78 h: refs/heads/master i: 101409: 16dc937c5f3aea459604e103ea8f60622c28b07f 101407: 128fc1ca0178966a408d5a0c2513ecb553d124e4 v: v3 --- [refs] | 2 +- trunk/arch/x86/pci/amd_bus.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index 607e66d97c9e..c933c73111d0 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 1a781a777b2f6ac46523fe92396215762ced624d +refs/heads/master: b3c9816b9fa9a7b75ab36111eb76eca03e5bab78 diff --git a/trunk/arch/x86/pci/amd_bus.c b/trunk/arch/x86/pci/amd_bus.c index a18141ae3f02..dbf532369711 100644 --- a/trunk/arch/x86/pci/amd_bus.c +++ b/trunk/arch/x86/pci/amd_bus.c @@ -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; }