summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/apic/apic_flat_64.c
diff options
context:
space:
mode:
authorAlexander Gordeev2012-06-05 13:23:15 +0200
committerIngo Molnar2012-06-06 10:22:16 +0200
commit49d0c7a0a425a89190b7c3b1445faba9eb227bec (patch)
treea8b046c508b334c2420641cd3bcd6e2af60ef2b0 /arch/x86/kernel/apic/apic_flat_64.c
parentx86/x2apic/cluster: Use all the members of one cluster specified in the smp_a... (diff)
downloadkernel-qcow2-linux-49d0c7a0a425a89190b7c3b1445faba9eb227bec.tar.gz
kernel-qcow2-linux-49d0c7a0a425a89190b7c3b1445faba9eb227bec.tar.xz
kernel-qcow2-linux-49d0c7a0a425a89190b7c3b1445faba9eb227bec.zip
x86/apic: Trivial whitespace fixes
Signed-off-by: Alexander Gordeev <agordeev@redhat.com> Cc: Suresh Siddha <suresh.b.siddha@intel.com> Cc: Yinghai Lu <yinghai@kernel.org> Link: http://lkml.kernel.org/r/20120605112310.GA11443@dhcp-26-207.brq.redhat.com Signed-off-by: Ingo Molnar <mingo@kernel.org>
Diffstat (limited to 'arch/x86/kernel/apic/apic_flat_64.c')
-rw-r--r--arch/x86/kernel/apic/apic_flat_64.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/kernel/apic/apic_flat_64.c b/arch/x86/kernel/apic/apic_flat_64.c
index 0e881c46e8c8..de279b32ceb1 100644
--- a/arch/x86/kernel/apic/apic_flat_64.c
+++ b/arch/x86/kernel/apic/apic_flat_64.c
@@ -92,7 +92,7 @@ static void flat_send_IPI_mask(const struct cpumask *cpumask, int vector)
}
static void
- flat_send_IPI_mask_allbutself(const struct cpumask *cpumask, int vector)
+flat_send_IPI_mask_allbutself(const struct cpumask *cpumask, int vector)
{
unsigned long mask = cpumask_bits(cpumask)[0];
int cpu = smp_processor_id();