From 1b5d1a6c0661204504b21da7b2bbef5ce15d354f Mon Sep 17 00:00:00 2001 From: Robert Richter Date: Fri, 22 Aug 2008 20:23:38 +0200 Subject: [PATCH] --- yaml --- r: 110365 b: refs/heads/master c: ed21763e7b0b3fb50e4efd9d4bc17ef5b035d304 h: refs/heads/master i: 110363: d2abe59dae3c43d46b8f97eb8664a5467711eeda 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 70e268c179bd..7f7f63af5335 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: ea1c9de45ecb162841c9b4e0fa303a245d59b1c8 +refs/heads/master: ed21763e7b0b3fb50e4efd9d4bc17ef5b035d304 diff --git a/trunk/arch/x86/pci/amd_bus.c b/trunk/arch/x86/pci/amd_bus.c index 6a0fca78c362..22e057665e55 100644 --- a/trunk/arch/x86/pci/amd_bus.c +++ b/trunk/arch/x86/pci/amd_bus.c @@ -580,7 +580,7 @@ static int __cpuinit amd_cpu_notify(struct notifier_block *self, unsigned long action, void *hcpu) { int cpu = (long)hcpu; - switch(action) { + switch (action) { case CPU_ONLINE: case CPU_ONLINE_FROZEN: smp_call_function_single(cpu, enable_pci_io_ecs, NULL, 0);