aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/apic
diff options
context:
space:
mode:
authorAlexander Gordeev <agordeev@redhat.com>2012-06-05 07:23:15 -0400
committerIngo Molnar <mingo@kernel.org>2012-06-06 04:22:16 -0400
commit49d0c7a0a425a89190b7c3b1445faba9eb227bec (patch)
treea8b046c508b334c2420641cd3bcd6e2af60ef2b0 /arch/x86/kernel/apic
parent0b8255e660a0c229ebfe8f9fde12a8d4d34c50e0 (diff)
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')
-rw-r--r--arch/x86/kernel/apic/apic_flat_64.c2
-rw-r--r--arch/x86/kernel/apic/io_apic.c4
-rw-r--r--arch/x86/kernel/apic/x2apic_cluster.c2
3 files changed, 4 insertions, 4 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)
92} 92}
93 93
94static void 94static void
95 flat_send_IPI_mask_allbutself(const struct cpumask *cpumask, int vector) 95flat_send_IPI_mask_allbutself(const struct cpumask *cpumask, int vector)
96{ 96{
97 unsigned long mask = cpumask_bits(cpumask)[0]; 97 unsigned long mask = cpumask_bits(cpumask)[0];
98 int cpu = smp_processor_id(); 98 int cpu = smp_processor_id();
diff --git a/arch/x86/kernel/apic/io_apic.c b/arch/x86/kernel/apic/io_apic.c
index 910a3118438b..74c569791e75 100644
--- a/arch/x86/kernel/apic/io_apic.c
+++ b/arch/x86/kernel/apic/io_apic.c
@@ -1363,7 +1363,7 @@ static void setup_ioapic_irq(unsigned int irq, struct irq_cfg *cfg,
1363 cfg->vector, irq, attr->trigger, attr->polarity, dest); 1363 cfg->vector, irq, attr->trigger, attr->polarity, dest);
1364 1364
1365 if (setup_ioapic_entry(irq, &entry, dest, cfg->vector, attr)) { 1365 if (setup_ioapic_entry(irq, &entry, dest, cfg->vector, attr)) {
1366 pr_warn("Failed to setup ioapic entry for ioapic %d, pin %d\n", 1366 pr_warn("Failed to setup ioapic entry for ioapic %d, pin %d\n",
1367 mpc_ioapic_id(attr->ioapic), attr->ioapic_pin); 1367 mpc_ioapic_id(attr->ioapic), attr->ioapic_pin);
1368 __clear_irq_vector(irq, cfg); 1368 __clear_irq_vector(irq, cfg);
1369 1369
@@ -1466,7 +1466,7 @@ void setup_IO_APIC_irq_extra(u32 gsi)
1466 * Set up the timer pin, possibly with the 8259A-master behind. 1466 * Set up the timer pin, possibly with the 8259A-master behind.
1467 */ 1467 */
1468static void __init setup_timer_IRQ0_pin(unsigned int ioapic_idx, 1468static void __init setup_timer_IRQ0_pin(unsigned int ioapic_idx,
1469 unsigned int pin, int vector) 1469 unsigned int pin, int vector)
1470{ 1470{
1471 struct IO_APIC_route_entry entry; 1471 struct IO_APIC_route_entry entry;
1472 1472
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)
81} 81}
82 82
83static void 83static void
84 x2apic_send_IPI_mask_allbutself(const struct cpumask *mask, int vector) 84x2apic_send_IPI_mask_allbutself(const struct cpumask *mask, int vector)
85{ 85{
86 __x2apic_send_IPI_mask(mask, vector, APIC_DEST_ALLBUT); 86 __x2apic_send_IPI_mask(mask, vector, APIC_DEST_ALLBUT);
87} 87}