|
@@ -1363,7 +1363,7 @@ static void setup_ioapic_irq(unsigned int irq, struct irq_cfg *cfg,
|
|
|
cfg->vector, irq, attr->trigger, attr->polarity, dest);
|
|
|
|
|
|
if (setup_ioapic_entry(irq, &entry, dest, cfg->vector, attr)) {
|
|
|
- pr_warn("Failed to setup ioapic entry for ioapic %d, pin %d\n",
|
|
|
+ pr_warn("Failed to setup ioapic entry for ioapic %d, pin %d\n",
|
|
|
mpc_ioapic_id(attr->ioapic), attr->ioapic_pin);
|
|
|
__clear_irq_vector(irq, cfg);
|
|
|
|
|
@@ -1466,7 +1466,7 @@ void setup_IO_APIC_irq_extra(u32 gsi)
|
|
|
* Set up the timer pin, possibly with the 8259A-master behind.
|
|
|
*/
|
|
|
static void __init setup_timer_IRQ0_pin(unsigned int ioapic_idx,
|
|
|
- unsigned int pin, int vector)
|
|
|
+ unsigned int pin, int vector)
|
|
|
{
|
|
|
struct IO_APIC_route_entry entry;
|
|
|
|