diff options
author | Alexander Gordeev <agordeev@redhat.com> | 2012-06-05 13:23:15 +0200 |
---|---|---|
committer | Ingo Molnar <mingo@kernel.org> | 2012-06-06 10:22:16 +0200 |
commit | 49d0c7a0a425a89190b7c3b1445faba9eb227bec (patch) | |
tree | a8b046c508b334c2420641cd3bcd6e2af60ef2b0 /arch/x86/kernel/apic/x2apic_cluster.c | |
parent | x86/x2apic/cluster: Use all the members of one cluster specified in the smp_a... (diff) | |
download | linux-49d0c7a0a425a89190b7c3b1445faba9eb227bec.tar.xz 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/x2apic_cluster.c')
-rw-r--r-- | arch/x86/kernel/apic/x2apic_cluster.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/kernel/apic/x2apic_cluster.c b/arch/x86/kernel/apic/x2apic_cluster.c index 90d999c7f2ea..2919e45d30c3 100644 --- a/arch/x86/kernel/apic/x2apic_cluster.c +++ b/arch/x86/kernel/apic/x2apic_cluster.c @@ -81,7 +81,7 @@ static void x2apic_send_IPI_mask(const struct cpumask *mask, int vector) } static void - x2apic_send_IPI_mask_allbutself(const struct cpumask *mask, int vector) +x2apic_send_IPI_mask_allbutself(const struct cpumask *mask, int vector) { __x2apic_send_IPI_mask(mask, vector, APIC_DEST_ALLBUT); } |