blob: 0ae4a9d00ce8554f60c0c67646a99410aa183931 [file] [log] [blame]
Linus Torvalds1da177e2005-04-16 15:20:36 -07001/*
2 * Intel IO-APIC support for multi-Pentium hosts.
3 *
4 * Copyright (C) 1997, 1998, 1999, 2000 Ingo Molnar, Hajnalka Szabo
5 *
6 * Many thanks to Stig Venaas for trying out countless experimental
7 * patches and reporting/debugging problems patiently!
8 *
9 * (c) 1999, Multiple IO-APIC support, developed by
10 * Ken-ichi Yaku <yaku@css1.kbnes.nec.co.jp> and
11 * Hidemi Kishimoto <kisimoto@css1.kbnes.nec.co.jp>,
12 * further tested and cleaned up by Zach Brown <zab@redhat.com>
13 * and Ingo Molnar <mingo@redhat.com>
14 *
15 * Fixes
16 * Maciej W. Rozycki : Bits for genuine 82489DX APICs;
17 * thanks to Eric Gilmore
18 * and Rolf G. Tews
19 * for testing these extensively
20 * Paul Diefenbaugh : Added full ACPI support
21 */
22
23#include <linux/mm.h>
Linus Torvalds1da177e2005-04-16 15:20:36 -070024#include <linux/interrupt.h>
25#include <linux/init.h>
26#include <linux/delay.h>
27#include <linux/sched.h>
Linus Torvalds1da177e2005-04-16 15:20:36 -070028#include <linux/mc146818rtc.h>
29#include <linux/compiler.h>
30#include <linux/acpi.h>
Alexey Dobriyan129f6942005-06-23 00:08:33 -070031#include <linux/module.h>
Linus Torvalds1da177e2005-04-16 15:20:36 -070032#include <linux/sysdev.h>
Eric W. Biederman2d3fcc12006-10-04 02:16:43 -070033#include <linux/pci.h>
Eric W. Biederman3b7d1922006-10-04 02:16:59 -070034#include <linux/msi.h>
Eric W. Biederman95d77882006-10-04 02:17:01 -070035#include <linux/htirq.h>
Nigel Cunningham7dfb7102006-12-06 20:34:23 -080036#include <linux/freezer.h>
Eric W. Biedermanf26d6a22007-05-02 19:27:19 +020037#include <linux/kthread.h>
Julia Lawall1d16b532008-01-30 13:32:19 +010038#include <linux/jiffies.h> /* time_after() */
Ashok Raj54d5d422005-09-06 15:16:15 -070039
Linus Torvalds1da177e2005-04-16 15:20:36 -070040#include <asm/io.h>
41#include <asm/smp.h>
42#include <asm/desc.h>
43#include <asm/timer.h>
Ingo Molnar306e4402005-06-30 02:58:55 -070044#include <asm/i8259.h>
Don Zickus3e4ff112006-06-26 13:57:01 +020045#include <asm/nmi.h>
Eric W. Biederman2d3fcc12006-10-04 02:16:43 -070046#include <asm/msidef.h>
Eric W. Biederman8b955b02006-10-04 02:16:55 -070047#include <asm/hypertransport.h>
Linus Torvalds1da177e2005-04-16 15:20:36 -070048
49#include <mach_apic.h>
Andi Kleen874c4fe2006-09-26 10:52:26 +020050#include <mach_apicdef.h>
Linus Torvalds1da177e2005-04-16 15:20:36 -070051
Linus Torvalds1da177e2005-04-16 15:20:36 -070052int (*ioapic_renumber_irq)(int ioapic, int irq);
53atomic_t irq_mis_count;
54
Eric W. Biedermanfcfd6362005-10-30 14:59:39 -080055/* Where if anywhere is the i8259 connect in external int mode */
56static struct { int pin, apic; } ioapic_i8259 = { -1, -1 };
57
Linus Torvalds1da177e2005-04-16 15:20:36 -070058static DEFINE_SPINLOCK(ioapic_lock);
Jan Beulich0a1ad602006-06-26 13:56:43 +020059static DEFINE_SPINLOCK(vector_lock);
Linus Torvalds1da177e2005-04-16 15:20:36 -070060
Andi Kleenf9262c12006-03-08 17:57:25 -080061int timer_over_8254 __initdata = 1;
62
Linus Torvalds1da177e2005-04-16 15:20:36 -070063/*
64 * Is the SiS APIC rmw bug present ?
65 * -1 = don't know, 0 = no, 1 = yes
66 */
67int sis_apic_bug = -1;
68
69/*
70 * # of IRQ routing registers
71 */
72int nr_ioapic_registers[MAX_IO_APICS];
73
Alexey Starikovskiy9f640cc2008-04-04 23:41:13 +040074/* I/O APIC entries */
75struct mpc_config_ioapic mp_ioapics[MAX_IO_APICS];
76int nr_ioapics;
77
Alexey Starikovskiy584f7342008-04-04 23:41:32 +040078/* MP IRQ source entries */
79struct mpc_config_intsrc mp_irqs[MAX_IRQ_SOURCES];
80
81/* # of MP IRQ source entries */
82int mp_irq_entries;
83
Rusty Russell1a3f2392006-09-26 10:52:32 +020084static int disable_timer_pin_1 __initdata;
Chuck Ebbert66759a02005-09-12 18:49:25 +020085
Alan Mayer305b92a2008-04-15 15:36:56 -050086int first_system_vector = 0xfe;
87
88char system_vectors[NR_VECTORS] = { [0 ... NR_VECTORS-1] = SYS_VECTOR_FREE};
89
Linus Torvalds1da177e2005-04-16 15:20:36 -070090/*
91 * Rough estimation of how many shared IRQs there are, can
92 * be changed anytime.
93 */
94#define MAX_PLUS_SHARED_IRQS NR_IRQS
95#define PIN_MAP_SIZE (MAX_PLUS_SHARED_IRQS + NR_IRQS)
96
97/*
98 * This is performance-critical, we want to do it O(1)
99 *
100 * the indexing order of this array favors 1:1 mappings
101 * between pins and IRQs.
102 */
103
104static struct irq_pin_list {
105 int apic, pin, next;
106} irq_2_pin[PIN_MAP_SIZE];
107
Linus Torvalds130fe052006-11-01 09:11:00 -0800108struct io_apic {
109 unsigned int index;
110 unsigned int unused[3];
111 unsigned int data;
112};
113
114static __attribute_const__ struct io_apic __iomem *io_apic_base(int idx)
115{
116 return (void __iomem *) __fix_to_virt(FIX_IO_APIC_BASE_0 + idx)
117 + (mp_ioapics[idx].mpc_apicaddr & ~PAGE_MASK);
118}
119
120static inline unsigned int io_apic_read(unsigned int apic, unsigned int reg)
121{
122 struct io_apic __iomem *io_apic = io_apic_base(apic);
123 writel(reg, &io_apic->index);
124 return readl(&io_apic->data);
125}
126
127static inline void io_apic_write(unsigned int apic, unsigned int reg, unsigned int value)
128{
129 struct io_apic __iomem *io_apic = io_apic_base(apic);
130 writel(reg, &io_apic->index);
131 writel(value, &io_apic->data);
132}
133
134/*
135 * Re-write a value: to be used for read-modify-write
136 * cycles where the read already set up the index register.
137 *
138 * Older SiS APIC requires we rewrite the index register
139 */
140static inline void io_apic_modify(unsigned int apic, unsigned int reg, unsigned int value)
141{
Al Virocb468982007-02-09 16:39:25 +0000142 volatile struct io_apic __iomem *io_apic = io_apic_base(apic);
Linus Torvalds130fe052006-11-01 09:11:00 -0800143 if (sis_apic_bug)
144 writel(reg, &io_apic->index);
145 writel(value, &io_apic->data);
146}
147
Andi Kleencf4c6a22006-09-26 10:52:30 +0200148union entry_union {
149 struct { u32 w1, w2; };
150 struct IO_APIC_route_entry entry;
151};
152
153static struct IO_APIC_route_entry ioapic_read_entry(int apic, int pin)
154{
155 union entry_union eu;
156 unsigned long flags;
157 spin_lock_irqsave(&ioapic_lock, flags);
158 eu.w1 = io_apic_read(apic, 0x10 + 2 * pin);
159 eu.w2 = io_apic_read(apic, 0x11 + 2 * pin);
160 spin_unlock_irqrestore(&ioapic_lock, flags);
161 return eu.entry;
162}
163
Linus Torvaldsf9dadfa2006-11-01 10:05:35 -0800164/*
165 * When we write a new IO APIC routing entry, we need to write the high
166 * word first! If the mask bit in the low word is clear, we will enable
167 * the interrupt, and we need to make sure the entry is fully populated
168 * before that happens.
169 */
Andi Kleend15512f2006-12-07 02:14:07 +0100170static void
171__ioapic_write_entry(int apic, int pin, struct IO_APIC_route_entry e)
172{
173 union entry_union eu;
174 eu.entry = e;
175 io_apic_write(apic, 0x11 + 2*pin, eu.w2);
176 io_apic_write(apic, 0x10 + 2*pin, eu.w1);
177}
178
Andi Kleencf4c6a22006-09-26 10:52:30 +0200179static void ioapic_write_entry(int apic, int pin, struct IO_APIC_route_entry e)
180{
181 unsigned long flags;
Andi Kleencf4c6a22006-09-26 10:52:30 +0200182 spin_lock_irqsave(&ioapic_lock, flags);
Andi Kleend15512f2006-12-07 02:14:07 +0100183 __ioapic_write_entry(apic, pin, e);
Linus Torvaldsf9dadfa2006-11-01 10:05:35 -0800184 spin_unlock_irqrestore(&ioapic_lock, flags);
185}
186
187/*
188 * When we mask an IO APIC routing entry, we need to write the low
189 * word first, in order to set the mask bit before we change the
190 * high bits!
191 */
192static void ioapic_mask_entry(int apic, int pin)
193{
194 unsigned long flags;
195 union entry_union eu = { .entry.mask = 1 };
196
197 spin_lock_irqsave(&ioapic_lock, flags);
Andi Kleencf4c6a22006-09-26 10:52:30 +0200198 io_apic_write(apic, 0x10 + 2*pin, eu.w1);
199 io_apic_write(apic, 0x11 + 2*pin, eu.w2);
200 spin_unlock_irqrestore(&ioapic_lock, flags);
201}
202
Linus Torvalds1da177e2005-04-16 15:20:36 -0700203/*
204 * The common case is 1:1 IRQ<->pin mappings. Sometimes there are
205 * shared ISA-space IRQs, so we have to support them. We are super
206 * fast in the common case, and fast for shared ISA-space IRQs.
207 */
208static void add_pin_to_irq(unsigned int irq, int apic, int pin)
209{
210 static int first_free_entry = NR_IRQS;
211 struct irq_pin_list *entry = irq_2_pin + irq;
212
213 while (entry->next)
214 entry = irq_2_pin + entry->next;
215
216 if (entry->pin != -1) {
217 entry->next = first_free_entry;
218 entry = irq_2_pin + entry->next;
219 if (++first_free_entry >= PIN_MAP_SIZE)
220 panic("io_apic.c: whoops");
221 }
222 entry->apic = apic;
223 entry->pin = pin;
224}
225
226/*
227 * Reroute an IRQ to a different pin.
228 */
229static void __init replace_pin_at_irq(unsigned int irq,
230 int oldapic, int oldpin,
231 int newapic, int newpin)
232{
233 struct irq_pin_list *entry = irq_2_pin + irq;
234
235 while (1) {
236 if (entry->apic == oldapic && entry->pin == oldpin) {
237 entry->apic = newapic;
238 entry->pin = newpin;
239 }
240 if (!entry->next)
241 break;
242 entry = irq_2_pin + entry->next;
243 }
244}
245
246static void __modify_IO_APIC_irq (unsigned int irq, unsigned long enable, unsigned long disable)
247{
248 struct irq_pin_list *entry = irq_2_pin + irq;
249 unsigned int pin, reg;
250
251 for (;;) {
252 pin = entry->pin;
253 if (pin == -1)
254 break;
255 reg = io_apic_read(entry->apic, 0x10 + pin*2);
256 reg &= ~disable;
257 reg |= enable;
258 io_apic_modify(entry->apic, 0x10 + pin*2, reg);
259 if (!entry->next)
260 break;
261 entry = irq_2_pin + entry->next;
262 }
263}
264
265/* mask = 1 */
266static void __mask_IO_APIC_irq (unsigned int irq)
267{
268 __modify_IO_APIC_irq(irq, 0x00010000, 0);
269}
270
271/* mask = 0 */
272static void __unmask_IO_APIC_irq (unsigned int irq)
273{
274 __modify_IO_APIC_irq(irq, 0, 0x00010000);
275}
276
277/* mask = 1, trigger = 0 */
278static void __mask_and_edge_IO_APIC_irq (unsigned int irq)
279{
280 __modify_IO_APIC_irq(irq, 0x00010000, 0x00008000);
281}
282
283/* mask = 0, trigger = 1 */
284static void __unmask_and_level_IO_APIC_irq (unsigned int irq)
285{
286 __modify_IO_APIC_irq(irq, 0x00008000, 0x00010000);
287}
288
289static void mask_IO_APIC_irq (unsigned int irq)
290{
291 unsigned long flags;
292
293 spin_lock_irqsave(&ioapic_lock, flags);
294 __mask_IO_APIC_irq(irq);
295 spin_unlock_irqrestore(&ioapic_lock, flags);
296}
297
298static void unmask_IO_APIC_irq (unsigned int irq)
299{
300 unsigned long flags;
301
302 spin_lock_irqsave(&ioapic_lock, flags);
303 __unmask_IO_APIC_irq(irq);
304 spin_unlock_irqrestore(&ioapic_lock, flags);
305}
306
307static void clear_IO_APIC_pin(unsigned int apic, unsigned int pin)
308{
309 struct IO_APIC_route_entry entry;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700310
311 /* Check delivery_mode to be sure we're not clearing an SMI pin */
Andi Kleencf4c6a22006-09-26 10:52:30 +0200312 entry = ioapic_read_entry(apic, pin);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700313 if (entry.delivery_mode == dest_SMI)
314 return;
315
316 /*
317 * Disable it in the IO-APIC irq-routing table:
318 */
Linus Torvaldsf9dadfa2006-11-01 10:05:35 -0800319 ioapic_mask_entry(apic, pin);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700320}
321
322static void clear_IO_APIC (void)
323{
324 int apic, pin;
325
326 for (apic = 0; apic < nr_ioapics; apic++)
327 for (pin = 0; pin < nr_ioapic_registers[apic]; pin++)
328 clear_IO_APIC_pin(apic, pin);
329}
330
Ashok Raj54d5d422005-09-06 15:16:15 -0700331#ifdef CONFIG_SMP
Linus Torvalds1da177e2005-04-16 15:20:36 -0700332static void set_ioapic_affinity_irq(unsigned int irq, cpumask_t cpumask)
333{
334 unsigned long flags;
335 int pin;
336 struct irq_pin_list *entry = irq_2_pin + irq;
337 unsigned int apicid_value;
Ashok Raj54d5d422005-09-06 15:16:15 -0700338 cpumask_t tmp;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700339
Ashok Raj54d5d422005-09-06 15:16:15 -0700340 cpus_and(tmp, cpumask, cpu_online_map);
341 if (cpus_empty(tmp))
342 tmp = TARGET_CPUS;
343
344 cpus_and(cpumask, tmp, CPU_MASK_ALL);
345
Linus Torvalds1da177e2005-04-16 15:20:36 -0700346 apicid_value = cpu_mask_to_apicid(cpumask);
347 /* Prepare to do the io_apic_write */
348 apicid_value = apicid_value << 24;
349 spin_lock_irqsave(&ioapic_lock, flags);
350 for (;;) {
351 pin = entry->pin;
352 if (pin == -1)
353 break;
354 io_apic_write(entry->apic, 0x10 + 1 + pin*2, apicid_value);
355 if (!entry->next)
356 break;
357 entry = irq_2_pin + entry->next;
358 }
Eric W. Biederman9f0a5ba2007-02-23 04:13:55 -0700359 irq_desc[irq].affinity = cpumask;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700360 spin_unlock_irqrestore(&ioapic_lock, flags);
361}
362
363#if defined(CONFIG_IRQBALANCE)
364# include <asm/processor.h> /* kernel_thread() */
365# include <linux/kernel_stat.h> /* kstat */
366# include <linux/slab.h> /* kmalloc() */
Julia Lawall1d16b532008-01-30 13:32:19 +0100367# include <linux/timer.h>
Linus Torvalds1da177e2005-04-16 15:20:36 -0700368
Linus Torvalds1da177e2005-04-16 15:20:36 -0700369#define IRQBALANCE_CHECK_ARCH -999
Zhang Yanmin1b61b912006-06-23 02:04:22 -0700370#define MAX_BALANCED_IRQ_INTERVAL (5*HZ)
371#define MIN_BALANCED_IRQ_INTERVAL (HZ/2)
372#define BALANCED_IRQ_MORE_DELTA (HZ/10)
373#define BALANCED_IRQ_LESS_DELTA (HZ)
374
375static int irqbalance_disabled __read_mostly = IRQBALANCE_CHECK_ARCH;
376static int physical_balance __read_mostly;
377static long balanced_irq_interval __read_mostly = MAX_BALANCED_IRQ_INTERVAL;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700378
379static struct irq_cpu_info {
380 unsigned long * last_irq;
381 unsigned long * irq_delta;
382 unsigned long irq;
383} irq_cpu_data[NR_CPUS];
384
385#define CPU_IRQ(cpu) (irq_cpu_data[cpu].irq)
386#define LAST_CPU_IRQ(cpu,irq) (irq_cpu_data[cpu].last_irq[irq])
387#define IRQ_DELTA(cpu,irq) (irq_cpu_data[cpu].irq_delta[irq])
388
389#define IDLE_ENOUGH(cpu,now) \
390 (idle_cpu(cpu) && ((now) - per_cpu(irq_stat, (cpu)).idle_timestamp > 1))
391
392#define IRQ_ALLOWED(cpu, allowed_mask) cpu_isset(cpu, allowed_mask)
393
Mike Travisd5a74302007-10-16 01:24:05 -0700394#define CPU_TO_PACKAGEINDEX(i) (first_cpu(per_cpu(cpu_sibling_map, i)))
Linus Torvalds1da177e2005-04-16 15:20:36 -0700395
Zhang Yanmin1b61b912006-06-23 02:04:22 -0700396static cpumask_t balance_irq_affinity[NR_IRQS] = {
397 [0 ... NR_IRQS-1] = CPU_MASK_ALL
398};
Linus Torvalds1da177e2005-04-16 15:20:36 -0700399
Zhang Yanmin1b61b912006-06-23 02:04:22 -0700400void set_balance_irq_affinity(unsigned int irq, cpumask_t mask)
401{
402 balance_irq_affinity[irq] = mask;
403}
Linus Torvalds1da177e2005-04-16 15:20:36 -0700404
405static unsigned long move(int curr_cpu, cpumask_t allowed_mask,
406 unsigned long now, int direction)
407{
408 int search_idle = 1;
409 int cpu = curr_cpu;
410
411 goto inside;
412
413 do {
414 if (unlikely(cpu == curr_cpu))
415 search_idle = 0;
416inside:
417 if (direction == 1) {
418 cpu++;
419 if (cpu >= NR_CPUS)
420 cpu = 0;
421 } else {
422 cpu--;
423 if (cpu == -1)
424 cpu = NR_CPUS-1;
425 }
426 } while (!cpu_online(cpu) || !IRQ_ALLOWED(cpu,allowed_mask) ||
427 (search_idle && !IDLE_ENOUGH(cpu,now)));
428
429 return cpu;
430}
431
432static inline void balance_irq(int cpu, int irq)
433{
434 unsigned long now = jiffies;
435 cpumask_t allowed_mask;
436 unsigned int new_cpu;
437
438 if (irqbalance_disabled)
439 return;
440
Zhang Yanmin1b61b912006-06-23 02:04:22 -0700441 cpus_and(allowed_mask, cpu_online_map, balance_irq_affinity[irq]);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700442 new_cpu = move(cpu, allowed_mask, now, 1);
443 if (cpu != new_cpu) {
Ashok Raj54d5d422005-09-06 15:16:15 -0700444 set_pending_irq(irq, cpumask_of_cpu(new_cpu));
Linus Torvalds1da177e2005-04-16 15:20:36 -0700445 }
446}
447
448static inline void rotate_irqs_among_cpus(unsigned long useful_load_threshold)
449{
450 int i, j;
Stefan Richteredc2cbf2007-07-21 17:11:40 +0200451
Andrew Morton394e3902006-03-23 03:01:05 -0800452 for_each_online_cpu(i) {
453 for (j = 0; j < NR_IRQS; j++) {
Linus Torvalds1da177e2005-04-16 15:20:36 -0700454 if (!irq_desc[j].action)
455 continue;
456 /* Is it a significant load ? */
457 if (IRQ_DELTA(CPU_TO_PACKAGEINDEX(i),j) <
458 useful_load_threshold)
459 continue;
460 balance_irq(i, j);
461 }
462 }
463 balanced_irq_interval = max((long)MIN_BALANCED_IRQ_INTERVAL,
464 balanced_irq_interval - BALANCED_IRQ_LESS_DELTA);
465 return;
466}
467
468static void do_irq_balance(void)
469{
470 int i, j;
471 unsigned long max_cpu_irq = 0, min_cpu_irq = (~0);
472 unsigned long move_this_load = 0;
473 int max_loaded = 0, min_loaded = 0;
474 int load;
475 unsigned long useful_load_threshold = balanced_irq_interval + 10;
476 int selected_irq;
477 int tmp_loaded, first_attempt = 1;
478 unsigned long tmp_cpu_irq;
479 unsigned long imbalance = 0;
480 cpumask_t allowed_mask, target_cpu_mask, tmp;
481
KAMEZAWA Hiroyukic8912592006-03-28 01:56:39 -0800482 for_each_possible_cpu(i) {
Linus Torvalds1da177e2005-04-16 15:20:36 -0700483 int package_index;
484 CPU_IRQ(i) = 0;
485 if (!cpu_online(i))
486 continue;
487 package_index = CPU_TO_PACKAGEINDEX(i);
488 for (j = 0; j < NR_IRQS; j++) {
489 unsigned long value_now, delta;
Thomas Gleixner950f4422007-02-16 01:27:24 -0800490 /* Is this an active IRQ or balancing disabled ? */
491 if (!irq_desc[j].action || irq_balancing_disabled(j))
Linus Torvalds1da177e2005-04-16 15:20:36 -0700492 continue;
493 if ( package_index == i )
494 IRQ_DELTA(package_index,j) = 0;
495 /* Determine the total count per processor per IRQ */
496 value_now = (unsigned long) kstat_cpu(i).irqs[j];
497
498 /* Determine the activity per processor per IRQ */
499 delta = value_now - LAST_CPU_IRQ(i,j);
500
501 /* Update last_cpu_irq[][] for the next time */
502 LAST_CPU_IRQ(i,j) = value_now;
503
504 /* Ignore IRQs whose rate is less than the clock */
505 if (delta < useful_load_threshold)
506 continue;
507 /* update the load for the processor or package total */
508 IRQ_DELTA(package_index,j) += delta;
509
510 /* Keep track of the higher numbered sibling as well */
511 if (i != package_index)
512 CPU_IRQ(i) += delta;
513 /*
514 * We have sibling A and sibling B in the package
515 *
516 * cpu_irq[A] = load for cpu A + load for cpu B
517 * cpu_irq[B] = load for cpu B
518 */
519 CPU_IRQ(package_index) += delta;
520 }
521 }
522 /* Find the least loaded processor package */
Andrew Morton394e3902006-03-23 03:01:05 -0800523 for_each_online_cpu(i) {
Linus Torvalds1da177e2005-04-16 15:20:36 -0700524 if (i != CPU_TO_PACKAGEINDEX(i))
525 continue;
526 if (min_cpu_irq > CPU_IRQ(i)) {
527 min_cpu_irq = CPU_IRQ(i);
528 min_loaded = i;
529 }
530 }
531 max_cpu_irq = ULONG_MAX;
532
533tryanothercpu:
534 /* Look for heaviest loaded processor.
535 * We may come back to get the next heaviest loaded processor.
536 * Skip processors with trivial loads.
537 */
538 tmp_cpu_irq = 0;
539 tmp_loaded = -1;
Andrew Morton394e3902006-03-23 03:01:05 -0800540 for_each_online_cpu(i) {
Linus Torvalds1da177e2005-04-16 15:20:36 -0700541 if (i != CPU_TO_PACKAGEINDEX(i))
542 continue;
543 if (max_cpu_irq <= CPU_IRQ(i))
544 continue;
545 if (tmp_cpu_irq < CPU_IRQ(i)) {
546 tmp_cpu_irq = CPU_IRQ(i);
547 tmp_loaded = i;
548 }
549 }
550
551 if (tmp_loaded == -1) {
552 /* In the case of small number of heavy interrupt sources,
553 * loading some of the cpus too much. We use Ingo's original
554 * approach to rotate them around.
555 */
556 if (!first_attempt && imbalance >= useful_load_threshold) {
557 rotate_irqs_among_cpus(useful_load_threshold);
558 return;
559 }
560 goto not_worth_the_effort;
561 }
562
563 first_attempt = 0; /* heaviest search */
564 max_cpu_irq = tmp_cpu_irq; /* load */
565 max_loaded = tmp_loaded; /* processor */
566 imbalance = (max_cpu_irq - min_cpu_irq) / 2;
567
Linus Torvalds1da177e2005-04-16 15:20:36 -0700568 /* if imbalance is less than approx 10% of max load, then
569 * observe diminishing returns action. - quit
570 */
Stefan Richteredc2cbf2007-07-21 17:11:40 +0200571 if (imbalance < (max_cpu_irq >> 3))
Linus Torvalds1da177e2005-04-16 15:20:36 -0700572 goto not_worth_the_effort;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700573
574tryanotherirq:
575 /* if we select an IRQ to move that can't go where we want, then
576 * see if there is another one to try.
577 */
578 move_this_load = 0;
579 selected_irq = -1;
580 for (j = 0; j < NR_IRQS; j++) {
581 /* Is this an active IRQ? */
582 if (!irq_desc[j].action)
583 continue;
584 if (imbalance <= IRQ_DELTA(max_loaded,j))
585 continue;
586 /* Try to find the IRQ that is closest to the imbalance
587 * without going over.
588 */
589 if (move_this_load < IRQ_DELTA(max_loaded,j)) {
590 move_this_load = IRQ_DELTA(max_loaded,j);
591 selected_irq = j;
592 }
593 }
594 if (selected_irq == -1) {
595 goto tryanothercpu;
596 }
597
598 imbalance = move_this_load;
599
Simon Arlott27b46d72007-10-20 01:13:56 +0200600 /* For physical_balance case, we accumulated both load
Linus Torvalds1da177e2005-04-16 15:20:36 -0700601 * values in the one of the siblings cpu_irq[],
602 * to use the same code for physical and logical processors
603 * as much as possible.
604 *
605 * NOTE: the cpu_irq[] array holds the sum of the load for
606 * sibling A and sibling B in the slot for the lowest numbered
607 * sibling (A), _AND_ the load for sibling B in the slot for
608 * the higher numbered sibling.
609 *
610 * We seek the least loaded sibling by making the comparison
611 * (A+B)/2 vs B
612 */
613 load = CPU_IRQ(min_loaded) >> 1;
Mike Travisd5a74302007-10-16 01:24:05 -0700614 for_each_cpu_mask(j, per_cpu(cpu_sibling_map, min_loaded)) {
Linus Torvalds1da177e2005-04-16 15:20:36 -0700615 if (load > CPU_IRQ(j)) {
616 /* This won't change cpu_sibling_map[min_loaded] */
617 load = CPU_IRQ(j);
618 min_loaded = j;
619 }
620 }
621
Zhang Yanmin1b61b912006-06-23 02:04:22 -0700622 cpus_and(allowed_mask,
623 cpu_online_map,
624 balance_irq_affinity[selected_irq]);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700625 target_cpu_mask = cpumask_of_cpu(min_loaded);
626 cpus_and(tmp, target_cpu_mask, allowed_mask);
627
628 if (!cpus_empty(tmp)) {
Linus Torvalds1da177e2005-04-16 15:20:36 -0700629 /* mark for change destination */
Ashok Raj54d5d422005-09-06 15:16:15 -0700630 set_pending_irq(selected_irq, cpumask_of_cpu(min_loaded));
631
Linus Torvalds1da177e2005-04-16 15:20:36 -0700632 /* Since we made a change, come back sooner to
633 * check for more variation.
634 */
635 balanced_irq_interval = max((long)MIN_BALANCED_IRQ_INTERVAL,
636 balanced_irq_interval - BALANCED_IRQ_LESS_DELTA);
637 return;
638 }
639 goto tryanotherirq;
640
641not_worth_the_effort:
642 /*
643 * if we did not find an IRQ to move, then adjust the time interval
644 * upward
645 */
646 balanced_irq_interval = min((long)MAX_BALANCED_IRQ_INTERVAL,
647 balanced_irq_interval + BALANCED_IRQ_MORE_DELTA);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700648 return;
649}
650
651static int balanced_irq(void *unused)
652{
653 int i;
654 unsigned long prev_balance_time = jiffies;
655 long time_remaining = balanced_irq_interval;
656
Linus Torvalds1da177e2005-04-16 15:20:36 -0700657 /* push everything to CPU 0 to give us a starting point. */
658 for (i = 0 ; i < NR_IRQS ; i++) {
Ingo Molnarcd916d32006-06-29 02:24:42 -0700659 irq_desc[i].pending_mask = cpumask_of_cpu(0);
Ashok Raj54d5d422005-09-06 15:16:15 -0700660 set_pending_irq(i, cpumask_of_cpu(0));
Linus Torvalds1da177e2005-04-16 15:20:36 -0700661 }
662
Rafael J. Wysocki83144182007-07-17 04:03:35 -0700663 set_freezable();
Linus Torvalds1da177e2005-04-16 15:20:36 -0700664 for ( ; ; ) {
Nishanth Aravamudan52e6e632005-09-10 00:27:26 -0700665 time_remaining = schedule_timeout_interruptible(time_remaining);
Christoph Lameter3e1d1d22005-06-24 23:13:50 -0700666 try_to_freeze();
Linus Torvalds1da177e2005-04-16 15:20:36 -0700667 if (time_after(jiffies,
668 prev_balance_time+balanced_irq_interval)) {
Zwane Mwaikambof3705132005-06-25 14:54:50 -0700669 preempt_disable();
Linus Torvalds1da177e2005-04-16 15:20:36 -0700670 do_irq_balance();
671 prev_balance_time = jiffies;
672 time_remaining = balanced_irq_interval;
Zwane Mwaikambof3705132005-06-25 14:54:50 -0700673 preempt_enable();
Linus Torvalds1da177e2005-04-16 15:20:36 -0700674 }
675 }
676 return 0;
677}
678
679static int __init balanced_irq_init(void)
680{
681 int i;
682 struct cpuinfo_x86 *c;
683 cpumask_t tmp;
684
685 cpus_shift_right(tmp, cpu_online_map, 2);
686 c = &boot_cpu_data;
687 /* When not overwritten by the command line ask subarchitecture. */
688 if (irqbalance_disabled == IRQBALANCE_CHECK_ARCH)
689 irqbalance_disabled = NO_BALANCE_IRQ;
690 if (irqbalance_disabled)
691 return 0;
692
693 /* disable irqbalance completely if there is only one processor online */
694 if (num_online_cpus() < 2) {
695 irqbalance_disabled = 1;
696 return 0;
697 }
698 /*
699 * Enable physical balance only if more than 1 physical processor
700 * is present
701 */
702 if (smp_num_siblings > 1 && !cpus_empty(tmp))
703 physical_balance = 1;
704
Andrew Morton394e3902006-03-23 03:01:05 -0800705 for_each_online_cpu(i) {
Linus Torvalds1da177e2005-04-16 15:20:36 -0700706 irq_cpu_data[i].irq_delta = kmalloc(sizeof(unsigned long) * NR_IRQS, GFP_KERNEL);
707 irq_cpu_data[i].last_irq = kmalloc(sizeof(unsigned long) * NR_IRQS, GFP_KERNEL);
708 if (irq_cpu_data[i].irq_delta == NULL || irq_cpu_data[i].last_irq == NULL) {
709 printk(KERN_ERR "balanced_irq_init: out of memory");
710 goto failed;
711 }
712 memset(irq_cpu_data[i].irq_delta,0,sizeof(unsigned long) * NR_IRQS);
713 memset(irq_cpu_data[i].last_irq,0,sizeof(unsigned long) * NR_IRQS);
714 }
715
716 printk(KERN_INFO "Starting balanced_irq\n");
Eric W. Biedermanf26d6a22007-05-02 19:27:19 +0200717 if (!IS_ERR(kthread_run(balanced_irq, NULL, "kirqd")))
Linus Torvalds1da177e2005-04-16 15:20:36 -0700718 return 0;
Eric W. Biedermanf26d6a22007-05-02 19:27:19 +0200719 printk(KERN_ERR "balanced_irq_init: failed to spawn balanced_irq");
Linus Torvalds1da177e2005-04-16 15:20:36 -0700720failed:
KAMEZAWA Hiroyukic8912592006-03-28 01:56:39 -0800721 for_each_possible_cpu(i) {
Jesper Juhl4ae66732005-06-25 14:58:48 -0700722 kfree(irq_cpu_data[i].irq_delta);
Andrew Morton394e3902006-03-23 03:01:05 -0800723 irq_cpu_data[i].irq_delta = NULL;
Jesper Juhl4ae66732005-06-25 14:58:48 -0700724 kfree(irq_cpu_data[i].last_irq);
Andrew Morton394e3902006-03-23 03:01:05 -0800725 irq_cpu_data[i].last_irq = NULL;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700726 }
727 return 0;
728}
729
Andrew Mortonc2481cc2007-04-08 16:04:04 -0700730int __devinit irqbalance_disable(char *str)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700731{
732 irqbalance_disabled = 1;
OGAWA Hirofumi9b410462006-03-31 02:30:33 -0800733 return 1;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700734}
735
736__setup("noirqbalance", irqbalance_disable);
737
Linus Torvalds1da177e2005-04-16 15:20:36 -0700738late_initcall(balanced_irq_init);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700739#endif /* CONFIG_IRQBALANCE */
Ashok Raj54d5d422005-09-06 15:16:15 -0700740#endif /* CONFIG_SMP */
Linus Torvalds1da177e2005-04-16 15:20:36 -0700741
742#ifndef CONFIG_SMP
Harvey Harrison75604d72008-01-30 13:31:17 +0100743void send_IPI_self(int vector)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700744{
745 unsigned int cfg;
746
747 /*
748 * Wait for idle.
749 */
750 apic_wait_icr_idle();
751 cfg = APIC_DM_FIXED | APIC_DEST_SELF | vector | APIC_DEST_LOGICAL;
752 /*
753 * Send the IPI. The write to APIC_ICR fires this off.
754 */
755 apic_write_around(APIC_ICR, cfg);
756}
757#endif /* !CONFIG_SMP */
758
759
760/*
761 * support for broken MP BIOSs, enables hand-redirection of PIRQ0-7 to
762 * specific CPU-side IRQs.
763 */
764
765#define MAX_PIRQS 8
766static int pirq_entries [MAX_PIRQS];
767static int pirqs_enabled;
768int skip_ioapic_setup;
769
Linus Torvalds1da177e2005-04-16 15:20:36 -0700770static int __init ioapic_pirq_setup(char *str)
771{
772 int i, max;
773 int ints[MAX_PIRQS+1];
774
775 get_options(str, ARRAY_SIZE(ints), ints);
776
777 for (i = 0; i < MAX_PIRQS; i++)
778 pirq_entries[i] = -1;
779
780 pirqs_enabled = 1;
781 apic_printk(APIC_VERBOSE, KERN_INFO
782 "PIRQ redirection, working around broken MP-BIOS.\n");
783 max = MAX_PIRQS;
784 if (ints[0] < MAX_PIRQS)
785 max = ints[0];
786
787 for (i = 0; i < max; i++) {
788 apic_printk(APIC_VERBOSE, KERN_DEBUG
789 "... PIRQ%d -> IRQ %d\n", i, ints[i+1]);
790 /*
791 * PIRQs are mapped upside down, usually.
792 */
793 pirq_entries[MAX_PIRQS-i-1] = ints[i+1];
794 }
795 return 1;
796}
797
798__setup("pirq=", ioapic_pirq_setup);
799
800/*
801 * Find the IRQ entry number of a certain pin.
802 */
803static int find_irq_entry(int apic, int pin, int type)
804{
805 int i;
806
807 for (i = 0; i < mp_irq_entries; i++)
808 if (mp_irqs[i].mpc_irqtype == type &&
809 (mp_irqs[i].mpc_dstapic == mp_ioapics[apic].mpc_apicid ||
810 mp_irqs[i].mpc_dstapic == MP_APIC_ALL) &&
811 mp_irqs[i].mpc_dstirq == pin)
812 return i;
813
814 return -1;
815}
816
817/*
818 * Find the pin to which IRQ[irq] (ISA) is connected
819 */
Eric W. Biedermanfcfd6362005-10-30 14:59:39 -0800820static int __init find_isa_irq_pin(int irq, int type)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700821{
822 int i;
823
824 for (i = 0; i < mp_irq_entries; i++) {
825 int lbus = mp_irqs[i].mpc_srcbus;
826
Alexey Starikovskiyd27e2b82008-03-20 14:54:18 +0300827 if (test_bit(lbus, mp_bus_not_pci) &&
Linus Torvalds1da177e2005-04-16 15:20:36 -0700828 (mp_irqs[i].mpc_irqtype == type) &&
829 (mp_irqs[i].mpc_srcbusirq == irq))
830
831 return mp_irqs[i].mpc_dstirq;
832 }
833 return -1;
834}
835
Eric W. Biedermanfcfd6362005-10-30 14:59:39 -0800836static int __init find_isa_irq_apic(int irq, int type)
837{
838 int i;
839
840 for (i = 0; i < mp_irq_entries; i++) {
841 int lbus = mp_irqs[i].mpc_srcbus;
842
Alexey Starikovskiy73b29612008-03-20 14:54:24 +0300843 if (test_bit(lbus, mp_bus_not_pci) &&
Eric W. Biedermanfcfd6362005-10-30 14:59:39 -0800844 (mp_irqs[i].mpc_irqtype == type) &&
845 (mp_irqs[i].mpc_srcbusirq == irq))
846 break;
847 }
848 if (i < mp_irq_entries) {
849 int apic;
850 for(apic = 0; apic < nr_ioapics; apic++) {
851 if (mp_ioapics[apic].mpc_apicid == mp_irqs[i].mpc_dstapic)
852 return apic;
853 }
854 }
855
856 return -1;
857}
858
Linus Torvalds1da177e2005-04-16 15:20:36 -0700859/*
860 * Find a specific PCI IRQ entry.
861 * Not an __init, possibly needed by modules
862 */
863static int pin_2_irq(int idx, int apic, int pin);
864
865int IO_APIC_get_PCI_irq_vector(int bus, int slot, int pin)
866{
867 int apic, i, best_guess = -1;
868
869 apic_printk(APIC_DEBUG, "querying PCI -> IRQ mapping bus:%d, "
870 "slot:%d, pin:%d.\n", bus, slot, pin);
871 if (mp_bus_id_to_pci_bus[bus] == -1) {
872 printk(KERN_WARNING "PCI BIOS passed nonexistent PCI bus %d!\n", bus);
873 return -1;
874 }
875 for (i = 0; i < mp_irq_entries; i++) {
876 int lbus = mp_irqs[i].mpc_srcbus;
877
878 for (apic = 0; apic < nr_ioapics; apic++)
879 if (mp_ioapics[apic].mpc_apicid == mp_irqs[i].mpc_dstapic ||
880 mp_irqs[i].mpc_dstapic == MP_APIC_ALL)
881 break;
882
Alexey Starikovskiy47cab822008-03-20 14:54:30 +0300883 if (!test_bit(lbus, mp_bus_not_pci) &&
Linus Torvalds1da177e2005-04-16 15:20:36 -0700884 !mp_irqs[i].mpc_irqtype &&
885 (bus == lbus) &&
886 (slot == ((mp_irqs[i].mpc_srcbusirq >> 2) & 0x1f))) {
887 int irq = pin_2_irq(i,apic,mp_irqs[i].mpc_dstirq);
888
889 if (!(apic || IO_APIC_IRQ(irq)))
890 continue;
891
892 if (pin == (mp_irqs[i].mpc_srcbusirq & 3))
893 return irq;
894 /*
895 * Use the first all-but-pin matching entry as a
896 * best-guess fuzzy result for broken mptables.
897 */
898 if (best_guess < 0)
899 best_guess = irq;
900 }
901 }
902 return best_guess;
903}
Alexey Dobriyan129f6942005-06-23 00:08:33 -0700904EXPORT_SYMBOL(IO_APIC_get_PCI_irq_vector);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700905
906/*
907 * This function currently is only a helper for the i386 smp boot process where
908 * we need to reprogram the ioredtbls to cater for the cpus which have come online
909 * so mask in all cases should simply be TARGET_CPUS
910 */
Ashok Raj54d5d422005-09-06 15:16:15 -0700911#ifdef CONFIG_SMP
Linus Torvalds1da177e2005-04-16 15:20:36 -0700912void __init setup_ioapic_dest(void)
913{
914 int pin, ioapic, irq, irq_entry;
915
916 if (skip_ioapic_setup == 1)
917 return;
918
919 for (ioapic = 0; ioapic < nr_ioapics; ioapic++) {
920 for (pin = 0; pin < nr_ioapic_registers[ioapic]; pin++) {
921 irq_entry = find_irq_entry(ioapic, pin, mp_INT);
922 if (irq_entry == -1)
923 continue;
924 irq = pin_2_irq(irq_entry, ioapic, pin);
925 set_ioapic_affinity_irq(irq, TARGET_CPUS);
926 }
927
928 }
929}
Ashok Raj54d5d422005-09-06 15:16:15 -0700930#endif
Linus Torvalds1da177e2005-04-16 15:20:36 -0700931
Alexey Starikovskiyc0a282c2008-03-20 14:55:02 +0300932#if defined(CONFIG_EISA) || defined(CONFIG_MCA)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700933/*
934 * EISA Edge/Level control register, ELCR
935 */
936static int EISA_ELCR(unsigned int irq)
937{
938 if (irq < 16) {
939 unsigned int port = 0x4d0 + (irq >> 3);
940 return (inb(port) >> (irq & 7)) & 1;
941 }
942 apic_printk(APIC_VERBOSE, KERN_INFO
943 "Broken MPtable reports ISA irq %d\n", irq);
944 return 0;
945}
Alexey Starikovskiyc0a282c2008-03-20 14:55:02 +0300946#endif
Linus Torvalds1da177e2005-04-16 15:20:36 -0700947
Alexey Starikovskiy67288012008-03-20 14:54:36 +0300948/* ISA interrupts are always polarity zero edge triggered,
949 * when listed as conforming in the MP table. */
950
951#define default_ISA_trigger(idx) (0)
952#define default_ISA_polarity(idx) (0)
953
Linus Torvalds1da177e2005-04-16 15:20:36 -0700954/* EISA interrupts are always polarity zero and can be edge or level
955 * trigger depending on the ELCR value. If an interrupt is listed as
956 * EISA conforming in the MP table, that means its trigger type must
957 * be read in from the ELCR */
958
959#define default_EISA_trigger(idx) (EISA_ELCR(mp_irqs[idx].mpc_srcbusirq))
Alexey Starikovskiy67288012008-03-20 14:54:36 +0300960#define default_EISA_polarity(idx) default_ISA_polarity(idx)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700961
962/* PCI interrupts are always polarity one level triggered,
963 * when listed as conforming in the MP table. */
964
965#define default_PCI_trigger(idx) (1)
966#define default_PCI_polarity(idx) (1)
967
968/* MCA interrupts are always polarity zero level triggered,
969 * when listed as conforming in the MP table. */
970
971#define default_MCA_trigger(idx) (1)
Alexey Starikovskiy67288012008-03-20 14:54:36 +0300972#define default_MCA_polarity(idx) default_ISA_polarity(idx)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700973
Shaohua Li61fd47e2007-11-17 01:05:28 -0500974static int MPBIOS_polarity(int idx)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700975{
976 int bus = mp_irqs[idx].mpc_srcbus;
977 int polarity;
978
979 /*
980 * Determine IRQ line polarity (high active or low active):
981 */
982 switch (mp_irqs[idx].mpc_irqflag & 3)
983 {
984 case 0: /* conforms, ie. bus-type dependent polarity */
985 {
Alexey Starikovskiy67288012008-03-20 14:54:36 +0300986 polarity = test_bit(bus, mp_bus_not_pci)?
987 default_ISA_polarity(idx):
988 default_PCI_polarity(idx);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700989 break;
990 }
991 case 1: /* high active */
992 {
993 polarity = 0;
994 break;
995 }
996 case 2: /* reserved */
997 {
998 printk(KERN_WARNING "broken BIOS!!\n");
999 polarity = 1;
1000 break;
1001 }
1002 case 3: /* low active */
1003 {
1004 polarity = 1;
1005 break;
1006 }
1007 default: /* invalid */
1008 {
1009 printk(KERN_WARNING "broken BIOS!!\n");
1010 polarity = 1;
1011 break;
1012 }
1013 }
1014 return polarity;
1015}
1016
1017static int MPBIOS_trigger(int idx)
1018{
1019 int bus = mp_irqs[idx].mpc_srcbus;
1020 int trigger;
1021
1022 /*
1023 * Determine IRQ trigger mode (edge or level sensitive):
1024 */
1025 switch ((mp_irqs[idx].mpc_irqflag>>2) & 3)
1026 {
1027 case 0: /* conforms, ie. bus-type dependent */
1028 {
Alexey Starikovskiy9c0076c2008-03-20 14:54:43 +03001029 trigger = test_bit(bus, mp_bus_not_pci)?
1030 default_ISA_trigger(idx):
1031 default_PCI_trigger(idx);
Alexey Starikovskiyc0a282c2008-03-20 14:55:02 +03001032#if defined(CONFIG_EISA) || defined(CONFIG_MCA)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001033 switch (mp_bus_id_to_type[bus])
1034 {
1035 case MP_BUS_ISA: /* ISA pin */
1036 {
Alexey Starikovskiy9c0076c2008-03-20 14:54:43 +03001037 /* set before the switch */
Linus Torvalds1da177e2005-04-16 15:20:36 -07001038 break;
1039 }
1040 case MP_BUS_EISA: /* EISA pin */
1041 {
1042 trigger = default_EISA_trigger(idx);
1043 break;
1044 }
1045 case MP_BUS_PCI: /* PCI pin */
1046 {
Alexey Starikovskiy9c0076c2008-03-20 14:54:43 +03001047 /* set before the switch */
Linus Torvalds1da177e2005-04-16 15:20:36 -07001048 break;
1049 }
1050 case MP_BUS_MCA: /* MCA pin */
1051 {
1052 trigger = default_MCA_trigger(idx);
1053 break;
1054 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07001055 default:
1056 {
1057 printk(KERN_WARNING "broken BIOS!!\n");
1058 trigger = 1;
1059 break;
1060 }
1061 }
Alexey Starikovskiyc0a282c2008-03-20 14:55:02 +03001062#endif
Linus Torvalds1da177e2005-04-16 15:20:36 -07001063 break;
1064 }
1065 case 1: /* edge */
1066 {
1067 trigger = 0;
1068 break;
1069 }
1070 case 2: /* reserved */
1071 {
1072 printk(KERN_WARNING "broken BIOS!!\n");
1073 trigger = 1;
1074 break;
1075 }
1076 case 3: /* level */
1077 {
1078 trigger = 1;
1079 break;
1080 }
1081 default: /* invalid */
1082 {
1083 printk(KERN_WARNING "broken BIOS!!\n");
1084 trigger = 0;
1085 break;
1086 }
1087 }
1088 return trigger;
1089}
1090
1091static inline int irq_polarity(int idx)
1092{
1093 return MPBIOS_polarity(idx);
1094}
1095
1096static inline int irq_trigger(int idx)
1097{
1098 return MPBIOS_trigger(idx);
1099}
1100
1101static int pin_2_irq(int idx, int apic, int pin)
1102{
1103 int irq, i;
1104 int bus = mp_irqs[idx].mpc_srcbus;
1105
1106 /*
1107 * Debugging check, we are in big trouble if this message pops up!
1108 */
1109 if (mp_irqs[idx].mpc_dstirq != pin)
1110 printk(KERN_ERR "broken BIOS or MPTABLE parser, ayiee!!\n");
1111
Alexey Starikovskiy643befe2008-03-20 14:54:49 +03001112 if (test_bit(bus, mp_bus_not_pci))
1113 irq = mp_irqs[idx].mpc_srcbusirq;
1114 else {
1115 /*
1116 * PCI IRQs are mapped in order
1117 */
1118 i = irq = 0;
1119 while (i < apic)
1120 irq += nr_ioapic_registers[i++];
1121 irq += pin;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001122
Alexey Starikovskiy643befe2008-03-20 14:54:49 +03001123 /*
1124 * For MPS mode, so far only needed by ES7000 platform
1125 */
1126 if (ioapic_renumber_irq)
1127 irq = ioapic_renumber_irq(apic, irq);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001128 }
1129
1130 /*
1131 * PCI IRQ command line redirection. Yes, limits are hardcoded.
1132 */
1133 if ((pin >= 16) && (pin <= 23)) {
1134 if (pirq_entries[pin-16] != -1) {
1135 if (!pirq_entries[pin-16]) {
1136 apic_printk(APIC_VERBOSE, KERN_DEBUG
1137 "disabling PIRQ%d\n", pin-16);
1138 } else {
1139 irq = pirq_entries[pin-16];
1140 apic_printk(APIC_VERBOSE, KERN_DEBUG
1141 "using PIRQ%d -> IRQ %d\n",
1142 pin-16, irq);
1143 }
1144 }
1145 }
1146 return irq;
1147}
1148
1149static inline int IO_APIC_irq_trigger(int irq)
1150{
1151 int apic, idx, pin;
1152
1153 for (apic = 0; apic < nr_ioapics; apic++) {
1154 for (pin = 0; pin < nr_ioapic_registers[apic]; pin++) {
1155 idx = find_irq_entry(apic,pin,mp_INT);
1156 if ((idx != -1) && (irq == pin_2_irq(idx,apic,pin)))
1157 return irq_trigger(idx);
1158 }
1159 }
1160 /*
1161 * nonexistent IRQs are edge default
1162 */
1163 return 0;
1164}
1165
1166/* irq_vectors is indexed by the sum of all RTEs in all I/O APICs. */
Adrian Bunk7e95b592006-12-07 02:14:11 +01001167static u8 irq_vector[NR_IRQ_VECTORS] __read_mostly = { FIRST_DEVICE_VECTOR , 0 };
Linus Torvalds1da177e2005-04-16 15:20:36 -07001168
Eric W. Biedermanace80ab2006-10-04 02:16:47 -07001169static int __assign_irq_vector(int irq)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001170{
Eric W. Biederman8339f002007-01-29 13:19:05 -07001171 static int current_vector = FIRST_DEVICE_VECTOR, current_offset = 0;
Rusty Russelldbeb2be2007-10-19 20:35:03 +02001172 int vector, offset;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001173
Eric W. Biedermanace80ab2006-10-04 02:16:47 -07001174 BUG_ON((unsigned)irq >= NR_IRQ_VECTORS);
Jan Beulich0a1ad602006-06-26 13:56:43 +02001175
Eric W. Biedermanb940d222006-10-08 07:43:46 -06001176 if (irq_vector[irq] > 0)
1177 return irq_vector[irq];
Eric W. Biedermanace80ab2006-10-04 02:16:47 -07001178
Jan Beulich0a1ad602006-06-26 13:56:43 +02001179 vector = current_vector;
Eric W. Biederman8339f002007-01-29 13:19:05 -07001180 offset = current_offset;
1181next:
1182 vector += 8;
Alan Mayer305b92a2008-04-15 15:36:56 -05001183 if (vector >= first_system_vector) {
Eric W. Biederman8339f002007-01-29 13:19:05 -07001184 offset = (offset + 1) % 8;
1185 vector = FIRST_DEVICE_VECTOR + offset;
1186 }
1187 if (vector == current_vector)
1188 return -ENOSPC;
Rusty Russelldbeb2be2007-10-19 20:35:03 +02001189 if (test_and_set_bit(vector, used_vectors))
Eric W. Biederman8339f002007-01-29 13:19:05 -07001190 goto next;
Eric W. Biederman8339f002007-01-29 13:19:05 -07001191
1192 current_vector = vector;
1193 current_offset = offset;
Eric W. Biedermanb940d222006-10-08 07:43:46 -06001194 irq_vector[irq] = vector;
Jan Beulich0a1ad602006-06-26 13:56:43 +02001195
1196 return vector;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001197}
1198
Eric W. Biedermanace80ab2006-10-04 02:16:47 -07001199static int assign_irq_vector(int irq)
1200{
1201 unsigned long flags;
1202 int vector;
1203
1204 spin_lock_irqsave(&vector_lock, flags);
1205 vector = __assign_irq_vector(irq);
1206 spin_unlock_irqrestore(&vector_lock, flags);
1207
1208 return vector;
1209}
Ingo Molnarf5b9ed72006-10-04 02:16:26 -07001210static struct irq_chip ioapic_chip;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001211
1212#define IOAPIC_AUTO -1
1213#define IOAPIC_EDGE 0
1214#define IOAPIC_LEVEL 1
1215
Ingo Molnard1bef4e2006-06-29 02:24:36 -07001216static void ioapic_register_intr(int irq, int vector, unsigned long trigger)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001217{
Jan Beulich6ebcc002006-06-26 13:56:46 +02001218 if ((trigger == IOAPIC_AUTO && IO_APIC_irq_trigger(irq)) ||
Thomas Gleixnercc75b922007-08-12 15:46:36 +00001219 trigger == IOAPIC_LEVEL) {
1220 irq_desc[irq].status |= IRQ_LEVEL;
Ingo Molnara460e742006-10-17 00:10:03 -07001221 set_irq_chip_and_handler_name(irq, &ioapic_chip,
1222 handle_fasteoi_irq, "fasteoi");
Thomas Gleixnercc75b922007-08-12 15:46:36 +00001223 } else {
1224 irq_desc[irq].status &= ~IRQ_LEVEL;
Ingo Molnara460e742006-10-17 00:10:03 -07001225 set_irq_chip_and_handler_name(irq, &ioapic_chip,
1226 handle_edge_irq, "edge");
Thomas Gleixnercc75b922007-08-12 15:46:36 +00001227 }
Eric W. Biedermanace80ab2006-10-04 02:16:47 -07001228 set_intr_gate(vector, interrupt[irq]);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001229}
1230
1231static void __init setup_IO_APIC_irqs(void)
1232{
1233 struct IO_APIC_route_entry entry;
1234 int apic, pin, idx, irq, first_notcon = 1, vector;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001235
1236 apic_printk(APIC_VERBOSE, KERN_DEBUG "init IO_APIC IRQs\n");
1237
1238 for (apic = 0; apic < nr_ioapics; apic++) {
1239 for (pin = 0; pin < nr_ioapic_registers[apic]; pin++) {
1240
1241 /*
1242 * add it to the IO-APIC irq-routing table:
1243 */
1244 memset(&entry,0,sizeof(entry));
1245
1246 entry.delivery_mode = INT_DELIVERY_MODE;
1247 entry.dest_mode = INT_DEST_MODE;
1248 entry.mask = 0; /* enable IRQ */
1249 entry.dest.logical.logical_dest =
1250 cpu_mask_to_apicid(TARGET_CPUS);
1251
1252 idx = find_irq_entry(apic,pin,mp_INT);
1253 if (idx == -1) {
1254 if (first_notcon) {
1255 apic_printk(APIC_VERBOSE, KERN_DEBUG
1256 " IO-APIC (apicid-pin) %d-%d",
1257 mp_ioapics[apic].mpc_apicid,
1258 pin);
1259 first_notcon = 0;
1260 } else
1261 apic_printk(APIC_VERBOSE, ", %d-%d",
1262 mp_ioapics[apic].mpc_apicid, pin);
1263 continue;
1264 }
1265
Yinghai Lu20d225b2007-10-17 18:04:41 +02001266 if (!first_notcon) {
1267 apic_printk(APIC_VERBOSE, " not connected.\n");
1268 first_notcon = 1;
1269 }
1270
Linus Torvalds1da177e2005-04-16 15:20:36 -07001271 entry.trigger = irq_trigger(idx);
1272 entry.polarity = irq_polarity(idx);
1273
1274 if (irq_trigger(idx)) {
1275 entry.trigger = 1;
1276 entry.mask = 1;
1277 }
1278
1279 irq = pin_2_irq(idx, apic, pin);
1280 /*
1281 * skip adding the timer int on secondary nodes, which causes
1282 * a small but painful rift in the time-space continuum
1283 */
1284 if (multi_timer_check(apic, irq))
1285 continue;
1286 else
1287 add_pin_to_irq(irq, apic, pin);
1288
1289 if (!apic && !IO_APIC_IRQ(irq))
1290 continue;
1291
1292 if (IO_APIC_IRQ(irq)) {
1293 vector = assign_irq_vector(irq);
1294 entry.vector = vector;
1295 ioapic_register_intr(irq, vector, IOAPIC_AUTO);
1296
1297 if (!apic && (irq < 16))
1298 disable_8259A_irq(irq);
1299 }
Akinobu Mitaa2249cb2008-04-05 22:39:05 +09001300 ioapic_write_entry(apic, pin, entry);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001301 }
1302 }
1303
1304 if (!first_notcon)
1305 apic_printk(APIC_VERBOSE, " not connected.\n");
1306}
1307
1308/*
1309 * Set up the 8259A-master output pin:
1310 */
Eric W. Biedermanfcfd6362005-10-30 14:59:39 -08001311static void __init setup_ExtINT_IRQ0_pin(unsigned int apic, unsigned int pin, int vector)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001312{
1313 struct IO_APIC_route_entry entry;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001314
1315 memset(&entry,0,sizeof(entry));
1316
1317 disable_8259A_irq(0);
1318
1319 /* mask LVT0 */
1320 apic_write_around(APIC_LVT0, APIC_LVT_MASKED | APIC_DM_EXTINT);
1321
1322 /*
1323 * We use logical delivery to get the timer IRQ
1324 * to the first CPU.
1325 */
1326 entry.dest_mode = INT_DEST_MODE;
1327 entry.mask = 0; /* unmask IRQ now */
1328 entry.dest.logical.logical_dest = cpu_mask_to_apicid(TARGET_CPUS);
1329 entry.delivery_mode = INT_DELIVERY_MODE;
1330 entry.polarity = 0;
1331 entry.trigger = 0;
1332 entry.vector = vector;
1333
1334 /*
1335 * The timer IRQ doesn't have to know that behind the
1336 * scene we have a 8259A-master in AEOI mode ...
1337 */
Ingo Molnarf5b9ed72006-10-04 02:16:26 -07001338 irq_desc[0].chip = &ioapic_chip;
1339 set_irq_handler(0, handle_edge_irq);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001340
1341 /*
1342 * Add it to the IO-APIC irq-routing table:
1343 */
Andi Kleencf4c6a22006-09-26 10:52:30 +02001344 ioapic_write_entry(apic, pin, entry);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001345
1346 enable_8259A_irq(0);
1347}
1348
Linus Torvalds1da177e2005-04-16 15:20:36 -07001349void __init print_IO_APIC(void)
1350{
1351 int apic, i;
1352 union IO_APIC_reg_00 reg_00;
1353 union IO_APIC_reg_01 reg_01;
1354 union IO_APIC_reg_02 reg_02;
1355 union IO_APIC_reg_03 reg_03;
1356 unsigned long flags;
1357
1358 if (apic_verbosity == APIC_QUIET)
1359 return;
1360
1361 printk(KERN_DEBUG "number of MP IRQ sources: %d.\n", mp_irq_entries);
1362 for (i = 0; i < nr_ioapics; i++)
1363 printk(KERN_DEBUG "number of IO-APIC #%d registers: %d.\n",
1364 mp_ioapics[i].mpc_apicid, nr_ioapic_registers[i]);
1365
1366 /*
1367 * We are a bit conservative about what we expect. We have to
1368 * know about every hardware change ASAP.
1369 */
1370 printk(KERN_INFO "testing the IO APIC.......................\n");
1371
1372 for (apic = 0; apic < nr_ioapics; apic++) {
1373
1374 spin_lock_irqsave(&ioapic_lock, flags);
1375 reg_00.raw = io_apic_read(apic, 0);
1376 reg_01.raw = io_apic_read(apic, 1);
1377 if (reg_01.bits.version >= 0x10)
1378 reg_02.raw = io_apic_read(apic, 2);
1379 if (reg_01.bits.version >= 0x20)
1380 reg_03.raw = io_apic_read(apic, 3);
1381 spin_unlock_irqrestore(&ioapic_lock, flags);
1382
1383 printk(KERN_DEBUG "IO APIC #%d......\n", mp_ioapics[apic].mpc_apicid);
1384 printk(KERN_DEBUG ".... register #00: %08X\n", reg_00.raw);
1385 printk(KERN_DEBUG "....... : physical APIC id: %02X\n", reg_00.bits.ID);
1386 printk(KERN_DEBUG "....... : Delivery Type: %X\n", reg_00.bits.delivery_type);
1387 printk(KERN_DEBUG "....... : LTS : %X\n", reg_00.bits.LTS);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001388
1389 printk(KERN_DEBUG ".... register #01: %08X\n", reg_01.raw);
1390 printk(KERN_DEBUG "....... : max redirection entries: %04X\n", reg_01.bits.entries);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001391
1392 printk(KERN_DEBUG "....... : PRQ implemented: %X\n", reg_01.bits.PRQ);
1393 printk(KERN_DEBUG "....... : IO APIC version: %04X\n", reg_01.bits.version);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001394
1395 /*
1396 * Some Intel chipsets with IO APIC VERSION of 0x1? don't have reg_02,
1397 * but the value of reg_02 is read as the previous read register
1398 * value, so ignore it if reg_02 == reg_01.
1399 */
1400 if (reg_01.bits.version >= 0x10 && reg_02.raw != reg_01.raw) {
1401 printk(KERN_DEBUG ".... register #02: %08X\n", reg_02.raw);
1402 printk(KERN_DEBUG "....... : arbitration: %02X\n", reg_02.bits.arbitration);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001403 }
1404
1405 /*
1406 * Some Intel chipsets with IO APIC VERSION of 0x2? don't have reg_02
1407 * or reg_03, but the value of reg_0[23] is read as the previous read
1408 * register value, so ignore it if reg_03 == reg_0[12].
1409 */
1410 if (reg_01.bits.version >= 0x20 && reg_03.raw != reg_02.raw &&
1411 reg_03.raw != reg_01.raw) {
1412 printk(KERN_DEBUG ".... register #03: %08X\n", reg_03.raw);
1413 printk(KERN_DEBUG "....... : Boot DT : %X\n", reg_03.bits.boot_DT);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001414 }
1415
1416 printk(KERN_DEBUG ".... IRQ redirection table:\n");
1417
1418 printk(KERN_DEBUG " NR Log Phy Mask Trig IRR Pol"
1419 " Stat Dest Deli Vect: \n");
1420
1421 for (i = 0; i <= reg_01.bits.entries; i++) {
1422 struct IO_APIC_route_entry entry;
1423
Andi Kleencf4c6a22006-09-26 10:52:30 +02001424 entry = ioapic_read_entry(apic, i);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001425
1426 printk(KERN_DEBUG " %02x %03X %02X ",
1427 i,
1428 entry.dest.logical.logical_dest,
1429 entry.dest.physical.physical_dest
1430 );
1431
1432 printk("%1d %1d %1d %1d %1d %1d %1d %02X\n",
1433 entry.mask,
1434 entry.trigger,
1435 entry.irr,
1436 entry.polarity,
1437 entry.delivery_status,
1438 entry.dest_mode,
1439 entry.delivery_mode,
1440 entry.vector
1441 );
1442 }
1443 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07001444 printk(KERN_DEBUG "IRQ to pin mappings:\n");
1445 for (i = 0; i < NR_IRQS; i++) {
1446 struct irq_pin_list *entry = irq_2_pin + i;
1447 if (entry->pin < 0)
1448 continue;
Eric W. Biedermanace80ab2006-10-04 02:16:47 -07001449 printk(KERN_DEBUG "IRQ%d ", i);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001450 for (;;) {
1451 printk("-> %d:%d", entry->apic, entry->pin);
1452 if (!entry->next)
1453 break;
1454 entry = irq_2_pin + entry->next;
1455 }
1456 printk("\n");
1457 }
1458
1459 printk(KERN_INFO ".................................... done.\n");
1460
1461 return;
1462}
1463
1464#if 0
1465
1466static void print_APIC_bitfield (int base)
1467{
1468 unsigned int v;
1469 int i, j;
1470
1471 if (apic_verbosity == APIC_QUIET)
1472 return;
1473
1474 printk(KERN_DEBUG "0123456789abcdef0123456789abcdef\n" KERN_DEBUG);
1475 for (i = 0; i < 8; i++) {
1476 v = apic_read(base + i*0x10);
1477 for (j = 0; j < 32; j++) {
1478 if (v & (1<<j))
1479 printk("1");
1480 else
1481 printk("0");
1482 }
1483 printk("\n");
1484 }
1485}
1486
1487void /*__init*/ print_local_APIC(void * dummy)
1488{
1489 unsigned int v, ver, maxlvt;
1490
1491 if (apic_verbosity == APIC_QUIET)
1492 return;
1493
1494 printk("\n" KERN_DEBUG "printing local APIC contents on CPU#%d/%d:\n",
1495 smp_processor_id(), hard_smp_processor_id());
Jack Steiner05f2d122008-03-28 14:12:02 -05001496 printk(KERN_INFO "... APIC ID: %08x (%01x)\n", v,
1497 GET_APIC_ID(read_apic_id()));
Linus Torvalds1da177e2005-04-16 15:20:36 -07001498 v = apic_read(APIC_LVR);
1499 printk(KERN_INFO "... APIC VERSION: %08x\n", v);
1500 ver = GET_APIC_VERSION(v);
Thomas Gleixnere05d7232007-02-16 01:27:58 -08001501 maxlvt = lapic_get_maxlvt();
Linus Torvalds1da177e2005-04-16 15:20:36 -07001502
1503 v = apic_read(APIC_TASKPRI);
1504 printk(KERN_DEBUG "... APIC TASKPRI: %08x (%02x)\n", v, v & APIC_TPRI_MASK);
1505
1506 if (APIC_INTEGRATED(ver)) { /* !82489DX */
1507 v = apic_read(APIC_ARBPRI);
1508 printk(KERN_DEBUG "... APIC ARBPRI: %08x (%02x)\n", v,
1509 v & APIC_ARBPRI_MASK);
1510 v = apic_read(APIC_PROCPRI);
1511 printk(KERN_DEBUG "... APIC PROCPRI: %08x\n", v);
1512 }
1513
1514 v = apic_read(APIC_EOI);
1515 printk(KERN_DEBUG "... APIC EOI: %08x\n", v);
1516 v = apic_read(APIC_RRR);
1517 printk(KERN_DEBUG "... APIC RRR: %08x\n", v);
1518 v = apic_read(APIC_LDR);
1519 printk(KERN_DEBUG "... APIC LDR: %08x\n", v);
1520 v = apic_read(APIC_DFR);
1521 printk(KERN_DEBUG "... APIC DFR: %08x\n", v);
1522 v = apic_read(APIC_SPIV);
1523 printk(KERN_DEBUG "... APIC SPIV: %08x\n", v);
1524
1525 printk(KERN_DEBUG "... APIC ISR field:\n");
1526 print_APIC_bitfield(APIC_ISR);
1527 printk(KERN_DEBUG "... APIC TMR field:\n");
1528 print_APIC_bitfield(APIC_TMR);
1529 printk(KERN_DEBUG "... APIC IRR field:\n");
1530 print_APIC_bitfield(APIC_IRR);
1531
1532 if (APIC_INTEGRATED(ver)) { /* !82489DX */
1533 if (maxlvt > 3) /* Due to the Pentium erratum 3AP. */
1534 apic_write(APIC_ESR, 0);
1535 v = apic_read(APIC_ESR);
1536 printk(KERN_DEBUG "... APIC ESR: %08x\n", v);
1537 }
1538
1539 v = apic_read(APIC_ICR);
1540 printk(KERN_DEBUG "... APIC ICR: %08x\n", v);
1541 v = apic_read(APIC_ICR2);
1542 printk(KERN_DEBUG "... APIC ICR2: %08x\n", v);
1543
1544 v = apic_read(APIC_LVTT);
1545 printk(KERN_DEBUG "... APIC LVTT: %08x\n", v);
1546
1547 if (maxlvt > 3) { /* PC is LVT#4. */
1548 v = apic_read(APIC_LVTPC);
1549 printk(KERN_DEBUG "... APIC LVTPC: %08x\n", v);
1550 }
1551 v = apic_read(APIC_LVT0);
1552 printk(KERN_DEBUG "... APIC LVT0: %08x\n", v);
1553 v = apic_read(APIC_LVT1);
1554 printk(KERN_DEBUG "... APIC LVT1: %08x\n", v);
1555
1556 if (maxlvt > 2) { /* ERR is LVT#3. */
1557 v = apic_read(APIC_LVTERR);
1558 printk(KERN_DEBUG "... APIC LVTERR: %08x\n", v);
1559 }
1560
1561 v = apic_read(APIC_TMICT);
1562 printk(KERN_DEBUG "... APIC TMICT: %08x\n", v);
1563 v = apic_read(APIC_TMCCT);
1564 printk(KERN_DEBUG "... APIC TMCCT: %08x\n", v);
1565 v = apic_read(APIC_TDCR);
1566 printk(KERN_DEBUG "... APIC TDCR: %08x\n", v);
1567 printk("\n");
1568}
1569
1570void print_all_local_APICs (void)
1571{
1572 on_each_cpu(print_local_APIC, NULL, 1, 1);
1573}
1574
1575void /*__init*/ print_PIC(void)
1576{
Linus Torvalds1da177e2005-04-16 15:20:36 -07001577 unsigned int v;
1578 unsigned long flags;
1579
1580 if (apic_verbosity == APIC_QUIET)
1581 return;
1582
1583 printk(KERN_DEBUG "\nprinting PIC contents\n");
1584
1585 spin_lock_irqsave(&i8259A_lock, flags);
1586
1587 v = inb(0xa1) << 8 | inb(0x21);
1588 printk(KERN_DEBUG "... PIC IMR: %04x\n", v);
1589
1590 v = inb(0xa0) << 8 | inb(0x20);
1591 printk(KERN_DEBUG "... PIC IRR: %04x\n", v);
1592
1593 outb(0x0b,0xa0);
1594 outb(0x0b,0x20);
1595 v = inb(0xa0) << 8 | inb(0x20);
1596 outb(0x0a,0xa0);
1597 outb(0x0a,0x20);
1598
1599 spin_unlock_irqrestore(&i8259A_lock, flags);
1600
1601 printk(KERN_DEBUG "... PIC ISR: %04x\n", v);
1602
1603 v = inb(0x4d1) << 8 | inb(0x4d0);
1604 printk(KERN_DEBUG "... PIC ELCR: %04x\n", v);
1605}
1606
1607#endif /* 0 */
1608
1609static void __init enable_IO_APIC(void)
1610{
1611 union IO_APIC_reg_01 reg_01;
Eric W. Biedermanfcfd6362005-10-30 14:59:39 -08001612 int i8259_apic, i8259_pin;
1613 int i, apic;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001614 unsigned long flags;
1615
1616 for (i = 0; i < PIN_MAP_SIZE; i++) {
1617 irq_2_pin[i].pin = -1;
1618 irq_2_pin[i].next = 0;
1619 }
1620 if (!pirqs_enabled)
1621 for (i = 0; i < MAX_PIRQS; i++)
1622 pirq_entries[i] = -1;
1623
1624 /*
1625 * The number of IO-APIC IRQ registers (== #pins):
1626 */
Eric W. Biedermanfcfd6362005-10-30 14:59:39 -08001627 for (apic = 0; apic < nr_ioapics; apic++) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07001628 spin_lock_irqsave(&ioapic_lock, flags);
Eric W. Biedermanfcfd6362005-10-30 14:59:39 -08001629 reg_01.raw = io_apic_read(apic, 1);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001630 spin_unlock_irqrestore(&ioapic_lock, flags);
Eric W. Biedermanfcfd6362005-10-30 14:59:39 -08001631 nr_ioapic_registers[apic] = reg_01.bits.entries+1;
1632 }
1633 for(apic = 0; apic < nr_ioapics; apic++) {
1634 int pin;
1635 /* See if any of the pins is in ExtINT mode */
Eric W. Biederman1008fdd2006-01-11 22:46:06 +01001636 for (pin = 0; pin < nr_ioapic_registers[apic]; pin++) {
Eric W. Biedermanfcfd6362005-10-30 14:59:39 -08001637 struct IO_APIC_route_entry entry;
Andi Kleencf4c6a22006-09-26 10:52:30 +02001638 entry = ioapic_read_entry(apic, pin);
Eric W. Biedermanfcfd6362005-10-30 14:59:39 -08001639
1640
1641 /* If the interrupt line is enabled and in ExtInt mode
1642 * I have found the pin where the i8259 is connected.
1643 */
1644 if ((entry.mask == 0) && (entry.delivery_mode == dest_ExtINT)) {
1645 ioapic_i8259.apic = apic;
1646 ioapic_i8259.pin = pin;
1647 goto found_i8259;
1648 }
1649 }
1650 }
1651 found_i8259:
1652 /* Look to see what if the MP table has reported the ExtINT */
1653 /* If we could not find the appropriate pin by looking at the ioapic
1654 * the i8259 probably is not connected the ioapic but give the
1655 * mptable a chance anyway.
1656 */
1657 i8259_pin = find_isa_irq_pin(0, mp_ExtINT);
1658 i8259_apic = find_isa_irq_apic(0, mp_ExtINT);
1659 /* Trust the MP table if nothing is setup in the hardware */
1660 if ((ioapic_i8259.pin == -1) && (i8259_pin >= 0)) {
1661 printk(KERN_WARNING "ExtINT not setup in hardware but reported by MP table\n");
1662 ioapic_i8259.pin = i8259_pin;
1663 ioapic_i8259.apic = i8259_apic;
1664 }
1665 /* Complain if the MP table and the hardware disagree */
1666 if (((ioapic_i8259.apic != i8259_apic) || (ioapic_i8259.pin != i8259_pin)) &&
1667 (i8259_pin >= 0) && (ioapic_i8259.pin >= 0))
1668 {
1669 printk(KERN_WARNING "ExtINT in hardware and MP table differ\n");
Linus Torvalds1da177e2005-04-16 15:20:36 -07001670 }
1671
1672 /*
1673 * Do not trust the IO-APIC being empty at bootup
1674 */
1675 clear_IO_APIC();
1676}
1677
1678/*
1679 * Not an __init, needed by the reboot code
1680 */
1681void disable_IO_APIC(void)
1682{
1683 /*
1684 * Clear the IO-APIC before rebooting:
1685 */
1686 clear_IO_APIC();
1687
Eric W. Biederman650927e2005-06-25 14:57:44 -07001688 /*
Karsten Wiese0b968d22005-09-09 12:59:04 +02001689 * If the i8259 is routed through an IOAPIC
Eric W. Biederman650927e2005-06-25 14:57:44 -07001690 * Put that IOAPIC in virtual wire mode
Karsten Wiese0b968d22005-09-09 12:59:04 +02001691 * so legacy interrupts can be delivered.
Eric W. Biederman650927e2005-06-25 14:57:44 -07001692 */
Eric W. Biedermanfcfd6362005-10-30 14:59:39 -08001693 if (ioapic_i8259.pin != -1) {
Eric W. Biederman650927e2005-06-25 14:57:44 -07001694 struct IO_APIC_route_entry entry;
Eric W. Biederman650927e2005-06-25 14:57:44 -07001695
1696 memset(&entry, 0, sizeof(entry));
1697 entry.mask = 0; /* Enabled */
1698 entry.trigger = 0; /* Edge */
1699 entry.irr = 0;
1700 entry.polarity = 0; /* High */
1701 entry.delivery_status = 0;
1702 entry.dest_mode = 0; /* Physical */
Eric W. Biedermanfcfd6362005-10-30 14:59:39 -08001703 entry.delivery_mode = dest_ExtINT; /* ExtInt */
Eric W. Biederman650927e2005-06-25 14:57:44 -07001704 entry.vector = 0;
Vivek Goyal76865c32006-01-06 00:12:19 -08001705 entry.dest.physical.physical_dest =
Jack Steiner05f2d122008-03-28 14:12:02 -05001706 GET_APIC_ID(read_apic_id());
Eric W. Biederman650927e2005-06-25 14:57:44 -07001707
1708 /*
1709 * Add it to the IO-APIC irq-routing table:
1710 */
Andi Kleencf4c6a22006-09-26 10:52:30 +02001711 ioapic_write_entry(ioapic_i8259.apic, ioapic_i8259.pin, entry);
Eric W. Biederman650927e2005-06-25 14:57:44 -07001712 }
Eric W. Biedermanfcfd6362005-10-30 14:59:39 -08001713 disconnect_bsp_APIC(ioapic_i8259.pin != -1);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001714}
1715
1716/*
1717 * function to set the IO-APIC physical IDs based on the
1718 * values stored in the MPC table.
1719 *
1720 * by Matt Domsch <Matt_Domsch@dell.com> Tue Dec 21 12:25:05 CST 1999
1721 */
1722
1723#ifndef CONFIG_X86_NUMAQ
1724static void __init setup_ioapic_ids_from_mpc(void)
1725{
1726 union IO_APIC_reg_00 reg_00;
1727 physid_mask_t phys_id_present_map;
1728 int apic;
1729 int i;
1730 unsigned char old_id;
1731 unsigned long flags;
1732
1733 /*
Natalie Protasevichca05fea2005-06-23 00:08:22 -07001734 * Don't check I/O APIC IDs for xAPIC systems. They have
1735 * no meaning without the serial APIC bus.
1736 */
Shaohua Li7c5c1e42006-03-23 02:59:53 -08001737 if (!(boot_cpu_data.x86_vendor == X86_VENDOR_INTEL)
1738 || APIC_XAPIC(apic_version[boot_cpu_physical_apicid]))
Natalie Protasevichca05fea2005-06-23 00:08:22 -07001739 return;
1740 /*
Linus Torvalds1da177e2005-04-16 15:20:36 -07001741 * This is broken; anything with a real cpu count has to
1742 * circumvent this idiocy regardless.
1743 */
1744 phys_id_present_map = ioapic_phys_id_map(phys_cpu_present_map);
1745
1746 /*
1747 * Set the IOAPIC ID to the value stored in the MPC table.
1748 */
1749 for (apic = 0; apic < nr_ioapics; apic++) {
1750
1751 /* Read the register 0 value */
1752 spin_lock_irqsave(&ioapic_lock, flags);
1753 reg_00.raw = io_apic_read(apic, 0);
1754 spin_unlock_irqrestore(&ioapic_lock, flags);
1755
1756 old_id = mp_ioapics[apic].mpc_apicid;
1757
1758 if (mp_ioapics[apic].mpc_apicid >= get_physical_broadcast()) {
1759 printk(KERN_ERR "BIOS bug, IO-APIC#%d ID is %d in the MPC table!...\n",
1760 apic, mp_ioapics[apic].mpc_apicid);
1761 printk(KERN_ERR "... fixing up to %d. (tell your hw vendor)\n",
1762 reg_00.bits.ID);
1763 mp_ioapics[apic].mpc_apicid = reg_00.bits.ID;
1764 }
1765
Linus Torvalds1da177e2005-04-16 15:20:36 -07001766 /*
1767 * Sanity check, is the ID really free? Every APIC in a
1768 * system must have a unique ID or we get lots of nice
1769 * 'stuck on smp_invalidate_needed IPI wait' messages.
1770 */
1771 if (check_apicid_used(phys_id_present_map,
1772 mp_ioapics[apic].mpc_apicid)) {
1773 printk(KERN_ERR "BIOS bug, IO-APIC#%d ID %d is already used!...\n",
1774 apic, mp_ioapics[apic].mpc_apicid);
1775 for (i = 0; i < get_physical_broadcast(); i++)
1776 if (!physid_isset(i, phys_id_present_map))
1777 break;
1778 if (i >= get_physical_broadcast())
1779 panic("Max APIC ID exceeded!\n");
1780 printk(KERN_ERR "... fixing up to %d. (tell your hw vendor)\n",
1781 i);
1782 physid_set(i, phys_id_present_map);
1783 mp_ioapics[apic].mpc_apicid = i;
1784 } else {
1785 physid_mask_t tmp;
1786 tmp = apicid_to_cpu_present(mp_ioapics[apic].mpc_apicid);
1787 apic_printk(APIC_VERBOSE, "Setting %d in the "
1788 "phys_id_present_map\n",
1789 mp_ioapics[apic].mpc_apicid);
1790 physids_or(phys_id_present_map, phys_id_present_map, tmp);
1791 }
1792
1793
1794 /*
1795 * We need to adjust the IRQ routing table
1796 * if the ID changed.
1797 */
1798 if (old_id != mp_ioapics[apic].mpc_apicid)
1799 for (i = 0; i < mp_irq_entries; i++)
1800 if (mp_irqs[i].mpc_dstapic == old_id)
1801 mp_irqs[i].mpc_dstapic
1802 = mp_ioapics[apic].mpc_apicid;
1803
1804 /*
1805 * Read the right value from the MPC table and
1806 * write it into the ID register.
1807 */
1808 apic_printk(APIC_VERBOSE, KERN_INFO
1809 "...changing IO-APIC physical APIC ID to %d ...",
1810 mp_ioapics[apic].mpc_apicid);
1811
1812 reg_00.bits.ID = mp_ioapics[apic].mpc_apicid;
1813 spin_lock_irqsave(&ioapic_lock, flags);
1814 io_apic_write(apic, 0, reg_00.raw);
1815 spin_unlock_irqrestore(&ioapic_lock, flags);
1816
1817 /*
1818 * Sanity check
1819 */
1820 spin_lock_irqsave(&ioapic_lock, flags);
1821 reg_00.raw = io_apic_read(apic, 0);
1822 spin_unlock_irqrestore(&ioapic_lock, flags);
1823 if (reg_00.bits.ID != mp_ioapics[apic].mpc_apicid)
1824 printk("could not set ID!\n");
1825 else
1826 apic_printk(APIC_VERBOSE, " ok.\n");
1827 }
1828}
1829#else
1830static void __init setup_ioapic_ids_from_mpc(void) { }
1831#endif
1832
Zachary Amsden7ce0bcf2007-02-13 13:26:21 +01001833int no_timer_check __initdata;
Zachary Amsden8542b202006-12-07 02:14:09 +01001834
1835static int __init notimercheck(char *s)
1836{
1837 no_timer_check = 1;
1838 return 1;
1839}
1840__setup("no_timer_check", notimercheck);
1841
Linus Torvalds1da177e2005-04-16 15:20:36 -07001842/*
1843 * There is a nasty bug in some older SMP boards, their mptable lies
1844 * about the timer IRQ. We do the following to work around the situation:
1845 *
1846 * - timer IRQ defaults to IO-APIC IRQ
1847 * - if this function detects that timer IRQs are defunct, then we fall
1848 * back to ISA timer IRQs
1849 */
Adrian Bunkf0a7a5c2007-07-21 17:10:29 +02001850static int __init timer_irq_works(void)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001851{
1852 unsigned long t1 = jiffies;
Ingo Molnar4aae0702007-12-18 18:05:58 +01001853 unsigned long flags;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001854
Zachary Amsden8542b202006-12-07 02:14:09 +01001855 if (no_timer_check)
1856 return 1;
1857
Ingo Molnar4aae0702007-12-18 18:05:58 +01001858 local_save_flags(flags);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001859 local_irq_enable();
1860 /* Let ten ticks pass... */
1861 mdelay((10 * 1000) / HZ);
Ingo Molnar4aae0702007-12-18 18:05:58 +01001862 local_irq_restore(flags);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001863
1864 /*
1865 * Expect a few ticks at least, to be sure some possible
1866 * glue logic does not lock up after one or two first
1867 * ticks in a non-ExtINT mode. Also the local APIC
1868 * might have cached one ExtINT interrupt. Finally, at
1869 * least one tick may be lost due to delays.
1870 */
Julia Lawall1d16b532008-01-30 13:32:19 +01001871 if (time_after(jiffies, t1 + 4))
Linus Torvalds1da177e2005-04-16 15:20:36 -07001872 return 1;
1873
1874 return 0;
1875}
1876
1877/*
1878 * In the SMP+IOAPIC case it might happen that there are an unspecified
1879 * number of pending IRQ events unhandled. These cases are very rare,
1880 * so we 'resend' these IRQs via IPIs, to the same CPU. It's much
1881 * better to do it this way as thus we do not have to be aware of
1882 * 'pending' interrupts in the IRQ path, except at this point.
1883 */
1884/*
1885 * Edge triggered needs to resend any interrupt
1886 * that was delayed but this is now handled in the device
1887 * independent code.
1888 */
1889
1890/*
Ingo Molnarf5b9ed72006-10-04 02:16:26 -07001891 * Startup quirk:
1892 *
Linus Torvalds1da177e2005-04-16 15:20:36 -07001893 * Starting up a edge-triggered IO-APIC interrupt is
1894 * nasty - we need to make sure that we get the edge.
1895 * If it is already asserted for some reason, we need
1896 * return 1 to indicate that is was pending.
1897 *
1898 * This is not complete - we should be able to fake
1899 * an edge even if it isn't on the 8259A...
Ingo Molnarf5b9ed72006-10-04 02:16:26 -07001900 *
1901 * (We do this for level-triggered IRQs too - it cannot hurt.)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001902 */
Ingo Molnarf5b9ed72006-10-04 02:16:26 -07001903static unsigned int startup_ioapic_irq(unsigned int irq)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001904{
1905 int was_pending = 0;
1906 unsigned long flags;
1907
1908 spin_lock_irqsave(&ioapic_lock, flags);
1909 if (irq < 16) {
1910 disable_8259A_irq(irq);
1911 if (i8259A_irq_pending(irq))
1912 was_pending = 1;
1913 }
1914 __unmask_IO_APIC_irq(irq);
1915 spin_unlock_irqrestore(&ioapic_lock, flags);
1916
1917 return was_pending;
1918}
1919
Ingo Molnarf5b9ed72006-10-04 02:16:26 -07001920static void ack_ioapic_irq(unsigned int irq)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001921{
Eric W. Biedermanace80ab2006-10-04 02:16:47 -07001922 move_native_irq(irq);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001923 ack_APIC_irq();
1924}
1925
Ingo Molnarf5b9ed72006-10-04 02:16:26 -07001926static void ack_ioapic_quirk_irq(unsigned int irq)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001927{
1928 unsigned long v;
1929 int i;
1930
Eric W. Biedermanace80ab2006-10-04 02:16:47 -07001931 move_native_irq(irq);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001932/*
1933 * It appears there is an erratum which affects at least version 0x11
1934 * of I/O APIC (that's the 82093AA and cores integrated into various
1935 * chipsets). Under certain conditions a level-triggered interrupt is
1936 * erroneously delivered as edge-triggered one but the respective IRR
1937 * bit gets set nevertheless. As a result the I/O unit expects an EOI
1938 * message but it will never arrive and further interrupts are blocked
1939 * from the source. The exact reason is so far unknown, but the
1940 * phenomenon was observed when two consecutive interrupt requests
1941 * from a given source get delivered to the same CPU and the source is
1942 * temporarily disabled in between.
1943 *
1944 * A workaround is to simulate an EOI message manually. We achieve it
1945 * by setting the trigger mode to edge and then to level when the edge
1946 * trigger mode gets detected in the TMR of a local APIC for a
1947 * level-triggered interrupt. We mask the source for the time of the
1948 * operation to prevent an edge-triggered interrupt escaping meanwhile.
1949 * The idea is from Manfred Spraul. --macro
1950 */
Eric W. Biedermanb940d222006-10-08 07:43:46 -06001951 i = irq_vector[irq];
Linus Torvalds1da177e2005-04-16 15:20:36 -07001952
1953 v = apic_read(APIC_TMR + ((i & ~0x1f) >> 1));
1954
1955 ack_APIC_irq();
1956
1957 if (!(v & (1 << (i & 0x1f)))) {
1958 atomic_inc(&irq_mis_count);
1959 spin_lock(&ioapic_lock);
1960 __mask_and_edge_IO_APIC_irq(irq);
1961 __unmask_and_level_IO_APIC_irq(irq);
1962 spin_unlock(&ioapic_lock);
1963 }
1964}
1965
Eric W. Biedermanace80ab2006-10-04 02:16:47 -07001966static int ioapic_retrigger_irq(unsigned int irq)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001967{
Eric W. Biedermanb940d222006-10-08 07:43:46 -06001968 send_IPI_self(irq_vector[irq]);
Ingo Molnarc0ad90a2006-06-29 02:24:44 -07001969
1970 return 1;
1971}
1972
Ingo Molnarf5b9ed72006-10-04 02:16:26 -07001973static struct irq_chip ioapic_chip __read_mostly = {
1974 .name = "IO-APIC",
Eric W. Biedermanace80ab2006-10-04 02:16:47 -07001975 .startup = startup_ioapic_irq,
1976 .mask = mask_IO_APIC_irq,
1977 .unmask = unmask_IO_APIC_irq,
1978 .ack = ack_ioapic_irq,
1979 .eoi = ack_ioapic_quirk_irq,
Ashok Raj54d5d422005-09-06 15:16:15 -07001980#ifdef CONFIG_SMP
Eric W. Biedermanace80ab2006-10-04 02:16:47 -07001981 .set_affinity = set_ioapic_affinity_irq,
Ashok Raj54d5d422005-09-06 15:16:15 -07001982#endif
Eric W. Biedermanace80ab2006-10-04 02:16:47 -07001983 .retrigger = ioapic_retrigger_irq,
Linus Torvalds1da177e2005-04-16 15:20:36 -07001984};
1985
Linus Torvalds1da177e2005-04-16 15:20:36 -07001986
1987static inline void init_IO_APIC_traps(void)
1988{
1989 int irq;
1990
1991 /*
1992 * NOTE! The local APIC isn't very good at handling
1993 * multiple interrupts at the same interrupt level.
1994 * As the interrupt level is determined by taking the
1995 * vector number and shifting that right by 4, we
1996 * want to spread these out a bit so that they don't
1997 * all fall in the same interrupt level.
1998 *
1999 * Also, we've got to be careful not to trash gate
2000 * 0x80, because int 0x80 is hm, kind of importantish. ;)
2001 */
2002 for (irq = 0; irq < NR_IRQS ; irq++) {
Akinobu Mitaaddfc662008-04-05 22:39:07 +09002003 if (IO_APIC_IRQ(irq) && !irq_vector[irq]) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07002004 /*
2005 * Hmm.. We don't have an entry for this,
2006 * so default to an old-fashioned 8259
2007 * interrupt if we can..
2008 */
2009 if (irq < 16)
2010 make_8259A_irq(irq);
2011 else
2012 /* Strange. Oh, well.. */
Ingo Molnarf5b9ed72006-10-04 02:16:26 -07002013 irq_desc[irq].chip = &no_irq_chip;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002014 }
2015 }
2016}
2017
Ingo Molnarf5b9ed72006-10-04 02:16:26 -07002018/*
2019 * The local APIC irq-chip implementation:
2020 */
Linus Torvalds1da177e2005-04-16 15:20:36 -07002021
Ingo Molnarf5b9ed72006-10-04 02:16:26 -07002022static void ack_apic(unsigned int irq)
2023{
2024 ack_APIC_irq();
Linus Torvalds1da177e2005-04-16 15:20:36 -07002025}
2026
Ingo Molnarf5b9ed72006-10-04 02:16:26 -07002027static void mask_lapic_irq (unsigned int irq)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002028{
2029 unsigned long v;
2030
2031 v = apic_read(APIC_LVT0);
2032 apic_write_around(APIC_LVT0, v | APIC_LVT_MASKED);
2033}
2034
Ingo Molnarf5b9ed72006-10-04 02:16:26 -07002035static void unmask_lapic_irq (unsigned int irq)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002036{
Ingo Molnarf5b9ed72006-10-04 02:16:26 -07002037 unsigned long v;
2038
2039 v = apic_read(APIC_LVT0);
2040 apic_write_around(APIC_LVT0, v & ~APIC_LVT_MASKED);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002041}
2042
Ingo Molnarf5b9ed72006-10-04 02:16:26 -07002043static struct irq_chip lapic_chip __read_mostly = {
2044 .name = "local-APIC-edge",
2045 .mask = mask_lapic_irq,
2046 .unmask = unmask_lapic_irq,
2047 .eoi = ack_apic,
Linus Torvalds1da177e2005-04-16 15:20:36 -07002048};
2049
Jan Beuliche9427102008-01-30 13:31:24 +01002050static void __init setup_nmi(void)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002051{
2052 /*
2053 * Dirty trick to enable the NMI watchdog ...
2054 * We put the 8259A master into AEOI mode and
2055 * unmask on all local APICs LVT0 as NMI.
2056 *
2057 * The idea to use the 8259A in AEOI mode ('8259A Virtual Wire')
2058 * is from Maciej W. Rozycki - so we do not have to EOI from
2059 * the NMI handler or the timer interrupt.
2060 */
2061 apic_printk(APIC_VERBOSE, KERN_INFO "activating NMI Watchdog ...");
2062
Jan Beuliche9427102008-01-30 13:31:24 +01002063 enable_NMI_through_LVT0();
Linus Torvalds1da177e2005-04-16 15:20:36 -07002064
2065 apic_printk(APIC_VERBOSE, " done.\n");
2066}
2067
2068/*
2069 * This looks a bit hackish but it's about the only one way of sending
2070 * a few INTA cycles to 8259As and any associated glue logic. ICR does
2071 * not support the ExtINT mode, unfortunately. We need to send these
2072 * cycles as some i82489DX-based boards have glue logic that keeps the
2073 * 8259A interrupt line asserted until INTA. --macro
2074 */
Jacek Luczak28acf282008-04-12 17:41:12 +02002075static inline void __init unlock_ExtINT_logic(void)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002076{
Eric W. Biedermanfcfd6362005-10-30 14:59:39 -08002077 int apic, pin, i;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002078 struct IO_APIC_route_entry entry0, entry1;
2079 unsigned char save_control, save_freq_select;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002080
Eric W. Biedermanfcfd6362005-10-30 14:59:39 -08002081 pin = find_isa_irq_pin(8, mp_INT);
Adrian Bunk956fb532006-12-07 02:14:11 +01002082 if (pin == -1) {
2083 WARN_ON_ONCE(1);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002084 return;
Adrian Bunk956fb532006-12-07 02:14:11 +01002085 }
2086 apic = find_isa_irq_apic(8, mp_INT);
2087 if (apic == -1) {
2088 WARN_ON_ONCE(1);
2089 return;
2090 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07002091
Andi Kleencf4c6a22006-09-26 10:52:30 +02002092 entry0 = ioapic_read_entry(apic, pin);
Eric W. Biedermanfcfd6362005-10-30 14:59:39 -08002093 clear_IO_APIC_pin(apic, pin);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002094
2095 memset(&entry1, 0, sizeof(entry1));
2096
2097 entry1.dest_mode = 0; /* physical delivery */
2098 entry1.mask = 0; /* unmask IRQ now */
2099 entry1.dest.physical.physical_dest = hard_smp_processor_id();
2100 entry1.delivery_mode = dest_ExtINT;
2101 entry1.polarity = entry0.polarity;
2102 entry1.trigger = 0;
2103 entry1.vector = 0;
2104
Andi Kleencf4c6a22006-09-26 10:52:30 +02002105 ioapic_write_entry(apic, pin, entry1);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002106
2107 save_control = CMOS_READ(RTC_CONTROL);
2108 save_freq_select = CMOS_READ(RTC_FREQ_SELECT);
2109 CMOS_WRITE((save_freq_select & ~RTC_RATE_SELECT) | 0x6,
2110 RTC_FREQ_SELECT);
2111 CMOS_WRITE(save_control | RTC_PIE, RTC_CONTROL);
2112
2113 i = 100;
2114 while (i-- > 0) {
2115 mdelay(10);
2116 if ((CMOS_READ(RTC_INTR_FLAGS) & RTC_PF) == RTC_PF)
2117 i -= 10;
2118 }
2119
2120 CMOS_WRITE(save_control, RTC_CONTROL);
2121 CMOS_WRITE(save_freq_select, RTC_FREQ_SELECT);
Eric W. Biedermanfcfd6362005-10-30 14:59:39 -08002122 clear_IO_APIC_pin(apic, pin);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002123
Andi Kleencf4c6a22006-09-26 10:52:30 +02002124 ioapic_write_entry(apic, pin, entry0);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002125}
2126
2127/*
2128 * This code may look a bit paranoid, but it's supposed to cooperate with
2129 * a wide range of boards and BIOS bugs. Fortunately only the timer IRQ
2130 * is so screwy. Thanks to Brian Perkins for testing/hacking this beast
2131 * fanatically on his truly buggy board.
2132 */
Zachary Amsden8542b202006-12-07 02:14:09 +01002133static inline void __init check_timer(void)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002134{
Eric W. Biedermanfcfd6362005-10-30 14:59:39 -08002135 int apic1, pin1, apic2, pin2;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002136 int vector;
Ingo Molnar6e908942008-03-21 14:32:36 +01002137 unsigned int ver;
Ingo Molnar4aae0702007-12-18 18:05:58 +01002138 unsigned long flags;
2139
2140 local_irq_save(flags);
Maciej W. Rozyckid4d25de2007-11-26 20:42:19 +01002141
Ingo Molnar6e908942008-03-21 14:32:36 +01002142 ver = apic_read(APIC_LVR);
2143 ver = GET_APIC_VERSION(ver);
2144
Linus Torvalds1da177e2005-04-16 15:20:36 -07002145 /*
2146 * get/set the timer IRQ vector:
2147 */
2148 disable_8259A_irq(0);
2149 vector = assign_irq_vector(0);
2150 set_intr_gate(vector, interrupt[0]);
2151
2152 /*
2153 * Subtle, code in do_timer_interrupt() expects an AEOI
2154 * mode for the 8259A whenever interrupts are routed
2155 * through I/O APICs. Also IRQ0 has to be enabled in
2156 * the 8259A which implies the virtual wire has to be
Ingo Molnar6e908942008-03-21 14:32:36 +01002157 * disabled in the local APIC. Finally timer interrupts
2158 * need to be acknowledged manually in the 8259A for
2159 * timer_interrupt() and for the i82489DX when using
2160 * the NMI watchdog.
Linus Torvalds1da177e2005-04-16 15:20:36 -07002161 */
2162 apic_write_around(APIC_LVT0, APIC_LVT_MASKED | APIC_DM_EXTINT);
2163 init_8259A(1);
Ingo Molnar6e908942008-03-21 14:32:36 +01002164 timer_ack = !cpu_has_tsc;
2165 timer_ack |= (nmi_watchdog == NMI_IO_APIC && !APIC_INTEGRATED(ver));
Andi Kleenf9262c12006-03-08 17:57:25 -08002166 if (timer_over_8254 > 0)
2167 enable_8259A_irq(0);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002168
Eric W. Biedermanfcfd6362005-10-30 14:59:39 -08002169 pin1 = find_isa_irq_pin(0, mp_INT);
2170 apic1 = find_isa_irq_apic(0, mp_INT);
2171 pin2 = ioapic_i8259.pin;
2172 apic2 = ioapic_i8259.apic;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002173
Eric W. Biedermanfcfd6362005-10-30 14:59:39 -08002174 printk(KERN_INFO "..TIMER: vector=0x%02X apic1=%d pin1=%d apic2=%d pin2=%d\n",
2175 vector, apic1, pin1, apic2, pin2);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002176
2177 if (pin1 != -1) {
2178 /*
2179 * Ok, does IRQ0 through the IOAPIC work?
2180 */
2181 unmask_IO_APIC_irq(0);
2182 if (timer_irq_works()) {
2183 if (nmi_watchdog == NMI_IO_APIC) {
2184 disable_8259A_irq(0);
2185 setup_nmi();
2186 enable_8259A_irq(0);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002187 }
Chuck Ebbert66759a02005-09-12 18:49:25 +02002188 if (disable_timer_pin_1 > 0)
2189 clear_IO_APIC_pin(0, pin1);
Ingo Molnar4aae0702007-12-18 18:05:58 +01002190 goto out;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002191 }
Eric W. Biedermanfcfd6362005-10-30 14:59:39 -08002192 clear_IO_APIC_pin(apic1, pin1);
2193 printk(KERN_ERR "..MP-BIOS bug: 8254 timer not connected to "
2194 "IO-APIC\n");
Linus Torvalds1da177e2005-04-16 15:20:36 -07002195 }
2196
2197 printk(KERN_INFO "...trying to set up timer (IRQ0) through the 8259A ... ");
2198 if (pin2 != -1) {
2199 printk("\n..... (found pin %d) ...", pin2);
2200 /*
2201 * legacy devices should be connected to IO APIC #0
2202 */
Eric W. Biedermanfcfd6362005-10-30 14:59:39 -08002203 setup_ExtINT_IRQ0_pin(apic2, pin2, vector);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002204 if (timer_irq_works()) {
2205 printk("works.\n");
2206 if (pin1 != -1)
Eric W. Biedermanfcfd6362005-10-30 14:59:39 -08002207 replace_pin_at_irq(0, apic1, pin1, apic2, pin2);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002208 else
Eric W. Biedermanfcfd6362005-10-30 14:59:39 -08002209 add_pin_to_irq(0, apic2, pin2);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002210 if (nmi_watchdog == NMI_IO_APIC) {
2211 setup_nmi();
Linus Torvalds1da177e2005-04-16 15:20:36 -07002212 }
Ingo Molnar4aae0702007-12-18 18:05:58 +01002213 goto out;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002214 }
2215 /*
2216 * Cleanup, just in case ...
2217 */
Eric W. Biedermanfcfd6362005-10-30 14:59:39 -08002218 clear_IO_APIC_pin(apic2, pin2);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002219 }
2220 printk(" failed.\n");
2221
2222 if (nmi_watchdog == NMI_IO_APIC) {
2223 printk(KERN_WARNING "timer doesn't work through the IO-APIC - disabling NMI Watchdog!\n");
2224 nmi_watchdog = 0;
2225 }
2226
2227 printk(KERN_INFO "...trying to set up timer as Virtual Wire IRQ...");
2228
2229 disable_8259A_irq(0);
Ingo Molnara460e742006-10-17 00:10:03 -07002230 set_irq_chip_and_handler_name(0, &lapic_chip, handle_fasteoi_irq,
Maciej W. Rozycki2e188932007-02-13 13:26:20 +01002231 "fasteoi");
Linus Torvalds1da177e2005-04-16 15:20:36 -07002232 apic_write_around(APIC_LVT0, APIC_DM_FIXED | vector); /* Fixed mode */
2233 enable_8259A_irq(0);
2234
2235 if (timer_irq_works()) {
2236 printk(" works.\n");
Ingo Molnar4aae0702007-12-18 18:05:58 +01002237 goto out;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002238 }
2239 apic_write_around(APIC_LVT0, APIC_LVT_MASKED | APIC_DM_FIXED | vector);
2240 printk(" failed.\n");
2241
2242 printk(KERN_INFO "...trying to set up timer as ExtINT IRQ...");
2243
2244 timer_ack = 0;
2245 init_8259A(0);
2246 make_8259A_irq(0);
2247 apic_write_around(APIC_LVT0, APIC_DM_EXTINT);
2248
2249 unlock_ExtINT_logic();
2250
2251 if (timer_irq_works()) {
2252 printk(" works.\n");
Ingo Molnar4aae0702007-12-18 18:05:58 +01002253 goto out;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002254 }
2255 printk(" failed :(.\n");
2256 panic("IO-APIC + timer doesn't work! Boot with apic=debug and send a "
2257 "report. Then try booting with the 'noapic' option");
Ingo Molnar4aae0702007-12-18 18:05:58 +01002258out:
2259 local_irq_restore(flags);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002260}
2261
2262/*
2263 *
2264 * IRQ's that are handled by the PIC in the MPS IOAPIC case.
2265 * - IRQ2 is the cascade IRQ, and cannot be a io-apic IRQ.
2266 * Linux doesn't really care, as it's not actually used
2267 * for any interrupt handling anyway.
2268 */
2269#define PIC_IRQS (1 << PIC_CASCADE_IR)
2270
2271void __init setup_IO_APIC(void)
2272{
Rusty Russelldbeb2be2007-10-19 20:35:03 +02002273 int i;
2274
2275 /* Reserve all the system vectors. */
Alan Mayer305b92a2008-04-15 15:36:56 -05002276 for (i = first_system_vector; i < NR_VECTORS; i++)
Rusty Russelldbeb2be2007-10-19 20:35:03 +02002277 set_bit(i, used_vectors);
2278
Linus Torvalds1da177e2005-04-16 15:20:36 -07002279 enable_IO_APIC();
2280
2281 if (acpi_ioapic)
2282 io_apic_irqs = ~0; /* all IRQs go through IOAPIC */
2283 else
2284 io_apic_irqs = ~PIC_IRQS;
2285
2286 printk("ENABLING IO-APIC IRQs\n");
2287
2288 /*
2289 * Set up IO-APIC IRQ routing.
2290 */
2291 if (!acpi_ioapic)
2292 setup_ioapic_ids_from_mpc();
2293 sync_Arb_IDs();
2294 setup_IO_APIC_irqs();
2295 init_IO_APIC_traps();
Linus Torvalds1e4c85f2005-10-31 19:16:17 -08002296 check_timer();
Linus Torvalds1da177e2005-04-16 15:20:36 -07002297 if (!acpi_ioapic)
2298 print_IO_APIC();
2299}
2300
Andi Kleenf9262c12006-03-08 17:57:25 -08002301static int __init setup_disable_8254_timer(char *s)
2302{
2303 timer_over_8254 = -1;
2304 return 1;
2305}
2306static int __init setup_enable_8254_timer(char *s)
2307{
2308 timer_over_8254 = 2;
2309 return 1;
2310}
2311
2312__setup("disable_8254_timer", setup_disable_8254_timer);
2313__setup("enable_8254_timer", setup_enable_8254_timer);
2314
Linus Torvalds1da177e2005-04-16 15:20:36 -07002315/*
2316 * Called after all the initialization is done. If we didnt find any
2317 * APIC bugs then we can allow the modify fast path
2318 */
2319
2320static int __init io_apic_bug_finalize(void)
2321{
2322 if(sis_apic_bug == -1)
2323 sis_apic_bug = 0;
2324 return 0;
2325}
2326
2327late_initcall(io_apic_bug_finalize);
2328
2329struct sysfs_ioapic_data {
2330 struct sys_device dev;
2331 struct IO_APIC_route_entry entry[0];
2332};
2333static struct sysfs_ioapic_data * mp_ioapic_data[MAX_IO_APICS];
2334
Pavel Machek438510f2005-04-16 15:25:24 -07002335static int ioapic_suspend(struct sys_device *dev, pm_message_t state)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002336{
2337 struct IO_APIC_route_entry *entry;
2338 struct sysfs_ioapic_data *data;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002339 int i;
2340
2341 data = container_of(dev, struct sysfs_ioapic_data, dev);
2342 entry = data->entry;
Andi Kleencf4c6a22006-09-26 10:52:30 +02002343 for (i = 0; i < nr_ioapic_registers[dev->id]; i ++)
2344 entry[i] = ioapic_read_entry(dev->id, i);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002345
2346 return 0;
2347}
2348
2349static int ioapic_resume(struct sys_device *dev)
2350{
2351 struct IO_APIC_route_entry *entry;
2352 struct sysfs_ioapic_data *data;
2353 unsigned long flags;
2354 union IO_APIC_reg_00 reg_00;
2355 int i;
2356
2357 data = container_of(dev, struct sysfs_ioapic_data, dev);
2358 entry = data->entry;
2359
2360 spin_lock_irqsave(&ioapic_lock, flags);
2361 reg_00.raw = io_apic_read(dev->id, 0);
2362 if (reg_00.bits.ID != mp_ioapics[dev->id].mpc_apicid) {
2363 reg_00.bits.ID = mp_ioapics[dev->id].mpc_apicid;
2364 io_apic_write(dev->id, 0, reg_00.raw);
2365 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07002366 spin_unlock_irqrestore(&ioapic_lock, flags);
Andi Kleencf4c6a22006-09-26 10:52:30 +02002367 for (i = 0; i < nr_ioapic_registers[dev->id]; i ++)
2368 ioapic_write_entry(dev->id, i, entry[i]);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002369
2370 return 0;
2371}
2372
2373static struct sysdev_class ioapic_sysdev_class = {
Kay Sieversaf5ca3f2007-12-20 02:09:39 +01002374 .name = "ioapic",
Linus Torvalds1da177e2005-04-16 15:20:36 -07002375 .suspend = ioapic_suspend,
2376 .resume = ioapic_resume,
2377};
2378
2379static int __init ioapic_init_sysfs(void)
2380{
2381 struct sys_device * dev;
2382 int i, size, error = 0;
2383
2384 error = sysdev_class_register(&ioapic_sysdev_class);
2385 if (error)
2386 return error;
2387
2388 for (i = 0; i < nr_ioapics; i++ ) {
2389 size = sizeof(struct sys_device) + nr_ioapic_registers[i]
2390 * sizeof(struct IO_APIC_route_entry);
2391 mp_ioapic_data[i] = kmalloc(size, GFP_KERNEL);
2392 if (!mp_ioapic_data[i]) {
2393 printk(KERN_ERR "Can't suspend/resume IOAPIC %d\n", i);
2394 continue;
2395 }
2396 memset(mp_ioapic_data[i], 0, size);
2397 dev = &mp_ioapic_data[i]->dev;
2398 dev->id = i;
2399 dev->cls = &ioapic_sysdev_class;
2400 error = sysdev_register(dev);
2401 if (error) {
2402 kfree(mp_ioapic_data[i]);
2403 mp_ioapic_data[i] = NULL;
2404 printk(KERN_ERR "Can't suspend/resume IOAPIC %d\n", i);
2405 continue;
2406 }
2407 }
2408
2409 return 0;
2410}
2411
2412device_initcall(ioapic_init_sysfs);
2413
Eric W. Biederman3fc471e2006-10-04 02:16:39 -07002414/*
Eric W. Biederman95d77882006-10-04 02:17:01 -07002415 * Dynamic irq allocate and deallocation
Eric W. Biederman3fc471e2006-10-04 02:16:39 -07002416 */
2417int create_irq(void)
2418{
Eric W. Biedermanace80ab2006-10-04 02:16:47 -07002419 /* Allocate an unused irq */
Andi Kleen306a22c2006-12-09 21:33:36 +01002420 int irq, new, vector = 0;
Eric W. Biederman3fc471e2006-10-04 02:16:39 -07002421 unsigned long flags;
Eric W. Biederman3fc471e2006-10-04 02:16:39 -07002422
Eric W. Biedermanace80ab2006-10-04 02:16:47 -07002423 irq = -ENOSPC;
2424 spin_lock_irqsave(&vector_lock, flags);
2425 for (new = (NR_IRQS - 1); new >= 0; new--) {
2426 if (platform_legacy_irq(new))
2427 continue;
2428 if (irq_vector[new] != 0)
2429 continue;
2430 vector = __assign_irq_vector(new);
2431 if (likely(vector > 0))
2432 irq = new;
2433 break;
2434 }
2435 spin_unlock_irqrestore(&vector_lock, flags);
Eric W. Biederman3fc471e2006-10-04 02:16:39 -07002436
Eric W. Biedermanace80ab2006-10-04 02:16:47 -07002437 if (irq >= 0) {
Eric W. Biederman3fc471e2006-10-04 02:16:39 -07002438 set_intr_gate(vector, interrupt[irq]);
Eric W. Biederman3fc471e2006-10-04 02:16:39 -07002439 dynamic_irq_init(irq);
2440 }
2441 return irq;
2442}
2443
2444void destroy_irq(unsigned int irq)
2445{
2446 unsigned long flags;
Eric W. Biederman3fc471e2006-10-04 02:16:39 -07002447
2448 dynamic_irq_cleanup(irq);
2449
2450 spin_lock_irqsave(&vector_lock, flags);
PJ Waskiewicz9d9ad4b2008-04-25 17:58:52 -07002451 clear_bit(irq_vector[irq], used_vectors);
Eric W. Biederman3fc471e2006-10-04 02:16:39 -07002452 irq_vector[irq] = 0;
2453 spin_unlock_irqrestore(&vector_lock, flags);
2454}
Eric W. Biederman3fc471e2006-10-04 02:16:39 -07002455
Eric W. Biederman2d3fcc12006-10-04 02:16:43 -07002456/*
Simon Arlott27b46d72007-10-20 01:13:56 +02002457 * MSI message composition
Eric W. Biederman2d3fcc12006-10-04 02:16:43 -07002458 */
2459#ifdef CONFIG_PCI_MSI
Eric W. Biederman3b7d1922006-10-04 02:16:59 -07002460static int msi_compose_msg(struct pci_dev *pdev, unsigned int irq, struct msi_msg *msg)
Eric W. Biederman2d3fcc12006-10-04 02:16:43 -07002461{
Eric W. Biederman2d3fcc12006-10-04 02:16:43 -07002462 int vector;
2463 unsigned dest;
2464
2465 vector = assign_irq_vector(irq);
2466 if (vector >= 0) {
2467 dest = cpu_mask_to_apicid(TARGET_CPUS);
2468
2469 msg->address_hi = MSI_ADDR_BASE_HI;
2470 msg->address_lo =
2471 MSI_ADDR_BASE_LO |
2472 ((INT_DEST_MODE == 0) ?
2473 MSI_ADDR_DEST_MODE_PHYSICAL:
2474 MSI_ADDR_DEST_MODE_LOGICAL) |
2475 ((INT_DELIVERY_MODE != dest_LowestPrio) ?
2476 MSI_ADDR_REDIRECTION_CPU:
2477 MSI_ADDR_REDIRECTION_LOWPRI) |
2478 MSI_ADDR_DEST_ID(dest);
2479
2480 msg->data =
2481 MSI_DATA_TRIGGER_EDGE |
2482 MSI_DATA_LEVEL_ASSERT |
2483 ((INT_DELIVERY_MODE != dest_LowestPrio) ?
2484 MSI_DATA_DELIVERY_FIXED:
2485 MSI_DATA_DELIVERY_LOWPRI) |
2486 MSI_DATA_VECTOR(vector);
2487 }
2488 return vector;
2489}
2490
Eric W. Biederman3b7d1922006-10-04 02:16:59 -07002491#ifdef CONFIG_SMP
2492static void set_msi_irq_affinity(unsigned int irq, cpumask_t mask)
2493{
2494 struct msi_msg msg;
2495 unsigned int dest;
2496 cpumask_t tmp;
2497 int vector;
2498
2499 cpus_and(tmp, mask, cpu_online_map);
2500 if (cpus_empty(tmp))
2501 tmp = TARGET_CPUS;
2502
2503 vector = assign_irq_vector(irq);
2504 if (vector < 0)
2505 return;
2506
2507 dest = cpu_mask_to_apicid(mask);
2508
2509 read_msi_msg(irq, &msg);
2510
2511 msg.data &= ~MSI_DATA_VECTOR_MASK;
2512 msg.data |= MSI_DATA_VECTOR(vector);
2513 msg.address_lo &= ~MSI_ADDR_DEST_ID_MASK;
2514 msg.address_lo |= MSI_ADDR_DEST_ID(dest);
2515
2516 write_msi_msg(irq, &msg);
Eric W. Biederman9f0a5ba2007-02-23 04:13:55 -07002517 irq_desc[irq].affinity = mask;
Eric W. Biederman3b7d1922006-10-04 02:16:59 -07002518}
2519#endif /* CONFIG_SMP */
2520
2521/*
2522 * IRQ Chip for MSI PCI/PCI-X/PCI-Express Devices,
2523 * which implement the MSI or MSI-X Capability Structure.
2524 */
2525static struct irq_chip msi_chip = {
2526 .name = "PCI-MSI",
2527 .unmask = unmask_msi_irq,
2528 .mask = mask_msi_irq,
2529 .ack = ack_ioapic_irq,
2530#ifdef CONFIG_SMP
2531 .set_affinity = set_msi_irq_affinity,
2532#endif
2533 .retrigger = ioapic_retrigger_irq,
2534};
2535
Eric W. Biedermanf7feaca2007-01-28 12:56:37 -07002536int arch_setup_msi_irq(struct pci_dev *dev, struct msi_desc *desc)
Eric W. Biederman3b7d1922006-10-04 02:16:59 -07002537{
2538 struct msi_msg msg;
Eric W. Biedermanf7feaca2007-01-28 12:56:37 -07002539 int irq, ret;
2540 irq = create_irq();
2541 if (irq < 0)
2542 return irq;
2543
Eric W. Biederman3b7d1922006-10-04 02:16:59 -07002544 ret = msi_compose_msg(dev, irq, &msg);
Eric W. Biedermanf7feaca2007-01-28 12:56:37 -07002545 if (ret < 0) {
2546 destroy_irq(irq);
Eric W. Biederman3b7d1922006-10-04 02:16:59 -07002547 return ret;
Eric W. Biedermanf7feaca2007-01-28 12:56:37 -07002548 }
Eric W. Biederman3b7d1922006-10-04 02:16:59 -07002549
Michael Ellerman7fe37302007-04-18 19:39:21 +10002550 set_irq_msi(irq, desc);
Eric W. Biederman3b7d1922006-10-04 02:16:59 -07002551 write_msi_msg(irq, &msg);
2552
Ingo Molnara460e742006-10-17 00:10:03 -07002553 set_irq_chip_and_handler_name(irq, &msi_chip, handle_edge_irq,
2554 "edge");
Eric W. Biederman3b7d1922006-10-04 02:16:59 -07002555
Michael Ellerman7fe37302007-04-18 19:39:21 +10002556 return 0;
Eric W. Biederman3b7d1922006-10-04 02:16:59 -07002557}
2558
2559void arch_teardown_msi_irq(unsigned int irq)
Eric W. Biederman2d3fcc12006-10-04 02:16:43 -07002560{
Eric W. Biedermanf7feaca2007-01-28 12:56:37 -07002561 destroy_irq(irq);
Eric W. Biederman2d3fcc12006-10-04 02:16:43 -07002562}
2563
Eric W. Biederman2d3fcc12006-10-04 02:16:43 -07002564#endif /* CONFIG_PCI_MSI */
2565
Eric W. Biederman8b955b02006-10-04 02:16:55 -07002566/*
2567 * Hypertransport interrupt support
2568 */
2569#ifdef CONFIG_HT_IRQ
2570
2571#ifdef CONFIG_SMP
2572
2573static void target_ht_irq(unsigned int irq, unsigned int dest)
2574{
Eric W. Biedermanec683072006-11-08 17:44:57 -08002575 struct ht_irq_msg msg;
2576 fetch_ht_irq_msg(irq, &msg);
Eric W. Biederman8b955b02006-10-04 02:16:55 -07002577
Eric W. Biedermanec683072006-11-08 17:44:57 -08002578 msg.address_lo &= ~(HT_IRQ_LOW_DEST_ID_MASK);
2579 msg.address_hi &= ~(HT_IRQ_HIGH_DEST_ID_MASK);
Eric W. Biederman8b955b02006-10-04 02:16:55 -07002580
Eric W. Biedermanec683072006-11-08 17:44:57 -08002581 msg.address_lo |= HT_IRQ_LOW_DEST_ID(dest);
2582 msg.address_hi |= HT_IRQ_HIGH_DEST_ID(dest);
Eric W. Biederman8b955b02006-10-04 02:16:55 -07002583
Eric W. Biedermanec683072006-11-08 17:44:57 -08002584 write_ht_irq_msg(irq, &msg);
Eric W. Biederman8b955b02006-10-04 02:16:55 -07002585}
2586
2587static void set_ht_irq_affinity(unsigned int irq, cpumask_t mask)
2588{
2589 unsigned int dest;
2590 cpumask_t tmp;
2591
2592 cpus_and(tmp, mask, cpu_online_map);
2593 if (cpus_empty(tmp))
2594 tmp = TARGET_CPUS;
2595
2596 cpus_and(mask, tmp, CPU_MASK_ALL);
2597
2598 dest = cpu_mask_to_apicid(mask);
2599
2600 target_ht_irq(irq, dest);
Eric W. Biederman9f0a5ba2007-02-23 04:13:55 -07002601 irq_desc[irq].affinity = mask;
Eric W. Biederman8b955b02006-10-04 02:16:55 -07002602}
2603#endif
2604
Aneesh Kumar K.Vc37e1082006-10-11 01:20:43 -07002605static struct irq_chip ht_irq_chip = {
Eric W. Biederman8b955b02006-10-04 02:16:55 -07002606 .name = "PCI-HT",
2607 .mask = mask_ht_irq,
2608 .unmask = unmask_ht_irq,
2609 .ack = ack_ioapic_irq,
2610#ifdef CONFIG_SMP
2611 .set_affinity = set_ht_irq_affinity,
2612#endif
2613 .retrigger = ioapic_retrigger_irq,
2614};
2615
2616int arch_setup_ht_irq(unsigned int irq, struct pci_dev *dev)
2617{
2618 int vector;
2619
2620 vector = assign_irq_vector(irq);
2621 if (vector >= 0) {
Eric W. Biedermanec683072006-11-08 17:44:57 -08002622 struct ht_irq_msg msg;
Eric W. Biederman8b955b02006-10-04 02:16:55 -07002623 unsigned dest;
2624 cpumask_t tmp;
2625
2626 cpus_clear(tmp);
2627 cpu_set(vector >> 8, tmp);
2628 dest = cpu_mask_to_apicid(tmp);
2629
Eric W. Biedermanec683072006-11-08 17:44:57 -08002630 msg.address_hi = HT_IRQ_HIGH_DEST_ID(dest);
Eric W. Biederman8b955b02006-10-04 02:16:55 -07002631
Eric W. Biedermanec683072006-11-08 17:44:57 -08002632 msg.address_lo =
2633 HT_IRQ_LOW_BASE |
Eric W. Biederman8b955b02006-10-04 02:16:55 -07002634 HT_IRQ_LOW_DEST_ID(dest) |
2635 HT_IRQ_LOW_VECTOR(vector) |
2636 ((INT_DEST_MODE == 0) ?
2637 HT_IRQ_LOW_DM_PHYSICAL :
2638 HT_IRQ_LOW_DM_LOGICAL) |
2639 HT_IRQ_LOW_RQEOI_EDGE |
2640 ((INT_DELIVERY_MODE != dest_LowestPrio) ?
2641 HT_IRQ_LOW_MT_FIXED :
2642 HT_IRQ_LOW_MT_ARBITRATED) |
2643 HT_IRQ_LOW_IRQ_MASKED;
2644
Eric W. Biedermanec683072006-11-08 17:44:57 -08002645 write_ht_irq_msg(irq, &msg);
Eric W. Biederman8b955b02006-10-04 02:16:55 -07002646
Ingo Molnara460e742006-10-17 00:10:03 -07002647 set_irq_chip_and_handler_name(irq, &ht_irq_chip,
2648 handle_edge_irq, "edge");
Eric W. Biederman8b955b02006-10-04 02:16:55 -07002649 }
2650 return vector;
2651}
2652#endif /* CONFIG_HT_IRQ */
2653
Linus Torvalds1da177e2005-04-16 15:20:36 -07002654/* --------------------------------------------------------------------------
2655 ACPI-based IOAPIC Configuration
2656 -------------------------------------------------------------------------- */
2657
Len Brown888ba6c2005-08-24 12:07:20 -04002658#ifdef CONFIG_ACPI
Linus Torvalds1da177e2005-04-16 15:20:36 -07002659
2660int __init io_apic_get_unique_id (int ioapic, int apic_id)
2661{
2662 union IO_APIC_reg_00 reg_00;
2663 static physid_mask_t apic_id_map = PHYSID_MASK_NONE;
2664 physid_mask_t tmp;
2665 unsigned long flags;
2666 int i = 0;
2667
2668 /*
2669 * The P4 platform supports up to 256 APIC IDs on two separate APIC
2670 * buses (one for LAPICs, one for IOAPICs), where predecessors only
2671 * supports up to 16 on one shared APIC bus.
2672 *
2673 * TBD: Expand LAPIC/IOAPIC support on P4-class systems to take full
2674 * advantage of new APIC bus architecture.
2675 */
2676
2677 if (physids_empty(apic_id_map))
2678 apic_id_map = ioapic_phys_id_map(phys_cpu_present_map);
2679
2680 spin_lock_irqsave(&ioapic_lock, flags);
2681 reg_00.raw = io_apic_read(ioapic, 0);
2682 spin_unlock_irqrestore(&ioapic_lock, flags);
2683
2684 if (apic_id >= get_physical_broadcast()) {
2685 printk(KERN_WARNING "IOAPIC[%d]: Invalid apic_id %d, trying "
2686 "%d\n", ioapic, apic_id, reg_00.bits.ID);
2687 apic_id = reg_00.bits.ID;
2688 }
2689
2690 /*
2691 * Every APIC in a system must have a unique ID or we get lots of nice
2692 * 'stuck on smp_invalidate_needed IPI wait' messages.
2693 */
2694 if (check_apicid_used(apic_id_map, apic_id)) {
2695
2696 for (i = 0; i < get_physical_broadcast(); i++) {
2697 if (!check_apicid_used(apic_id_map, i))
2698 break;
2699 }
2700
2701 if (i == get_physical_broadcast())
2702 panic("Max apic_id exceeded!\n");
2703
2704 printk(KERN_WARNING "IOAPIC[%d]: apic_id %d already used, "
2705 "trying %d\n", ioapic, apic_id, i);
2706
2707 apic_id = i;
2708 }
2709
2710 tmp = apicid_to_cpu_present(apic_id);
2711 physids_or(apic_id_map, apic_id_map, tmp);
2712
2713 if (reg_00.bits.ID != apic_id) {
2714 reg_00.bits.ID = apic_id;
2715
2716 spin_lock_irqsave(&ioapic_lock, flags);
2717 io_apic_write(ioapic, 0, reg_00.raw);
2718 reg_00.raw = io_apic_read(ioapic, 0);
2719 spin_unlock_irqrestore(&ioapic_lock, flags);
2720
2721 /* Sanity check */
Andreas Deresch6070f9e2006-02-26 04:18:34 +01002722 if (reg_00.bits.ID != apic_id) {
2723 printk("IOAPIC[%d]: Unable to change apic_id!\n", ioapic);
2724 return -1;
2725 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07002726 }
2727
2728 apic_printk(APIC_VERBOSE, KERN_INFO
2729 "IOAPIC[%d]: Assigned apic_id %d\n", ioapic, apic_id);
2730
2731 return apic_id;
2732}
2733
2734
2735int __init io_apic_get_version (int ioapic)
2736{
2737 union IO_APIC_reg_01 reg_01;
2738 unsigned long flags;
2739
2740 spin_lock_irqsave(&ioapic_lock, flags);
2741 reg_01.raw = io_apic_read(ioapic, 1);
2742 spin_unlock_irqrestore(&ioapic_lock, flags);
2743
2744 return reg_01.bits.version;
2745}
2746
2747
2748int __init io_apic_get_redir_entries (int ioapic)
2749{
2750 union IO_APIC_reg_01 reg_01;
2751 unsigned long flags;
2752
2753 spin_lock_irqsave(&ioapic_lock, flags);
2754 reg_01.raw = io_apic_read(ioapic, 1);
2755 spin_unlock_irqrestore(&ioapic_lock, flags);
2756
2757 return reg_01.bits.entries;
2758}
2759
2760
2761int io_apic_set_pci_routing (int ioapic, int pin, int irq, int edge_level, int active_high_low)
2762{
2763 struct IO_APIC_route_entry entry;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002764
2765 if (!IO_APIC_IRQ(irq)) {
2766 printk(KERN_ERR "IOAPIC[%d]: Invalid reference to IRQ 0\n",
2767 ioapic);
2768 return -EINVAL;
2769 }
2770
2771 /*
2772 * Generate a PCI IRQ routing entry and program the IOAPIC accordingly.
2773 * Note that we mask (disable) IRQs now -- these get enabled when the
2774 * corresponding device driver registers for this IRQ.
2775 */
2776
2777 memset(&entry,0,sizeof(entry));
2778
2779 entry.delivery_mode = INT_DELIVERY_MODE;
2780 entry.dest_mode = INT_DEST_MODE;
2781 entry.dest.logical.logical_dest = cpu_mask_to_apicid(TARGET_CPUS);
2782 entry.trigger = edge_level;
2783 entry.polarity = active_high_low;
2784 entry.mask = 1;
2785
2786 /*
2787 * IRQs < 16 are already in the irq_2_pin[] map
2788 */
2789 if (irq >= 16)
2790 add_pin_to_irq(irq, ioapic, pin);
2791
2792 entry.vector = assign_irq_vector(irq);
2793
2794 apic_printk(APIC_DEBUG, KERN_DEBUG "IOAPIC[%d]: Set PCI routing entry "
2795 "(%d-%d -> 0x%x -> IRQ %d Mode:%i Active:%i)\n", ioapic,
2796 mp_ioapics[ioapic].mpc_apicid, pin, entry.vector, irq,
2797 edge_level, active_high_low);
2798
2799 ioapic_register_intr(irq, entry.vector, edge_level);
2800
2801 if (!ioapic && (irq < 16))
2802 disable_8259A_irq(irq);
2803
Akinobu Mitaa2249cb2008-04-05 22:39:05 +09002804 ioapic_write_entry(ioapic, pin, entry);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002805
2806 return 0;
2807}
2808
Shaohua Li61fd47e2007-11-17 01:05:28 -05002809int acpi_get_override_irq(int bus_irq, int *trigger, int *polarity)
2810{
2811 int i;
2812
2813 if (skip_ioapic_setup)
2814 return -1;
2815
2816 for (i = 0; i < mp_irq_entries; i++)
2817 if (mp_irqs[i].mpc_irqtype == mp_INT &&
2818 mp_irqs[i].mpc_srcbusirq == bus_irq)
2819 break;
2820 if (i >= mp_irq_entries)
2821 return -1;
2822
2823 *trigger = irq_trigger(i);
2824 *polarity = irq_polarity(i);
2825 return 0;
2826}
2827
Len Brown888ba6c2005-08-24 12:07:20 -04002828#endif /* CONFIG_ACPI */
Rusty Russell1a3f2392006-09-26 10:52:32 +02002829
2830static int __init parse_disable_timer_pin_1(char *arg)
2831{
2832 disable_timer_pin_1 = 1;
2833 return 0;
2834}
2835early_param("disable_timer_pin_1", parse_disable_timer_pin_1);
2836
2837static int __init parse_enable_timer_pin_1(char *arg)
2838{
2839 disable_timer_pin_1 = -1;
2840 return 0;
2841}
2842early_param("enable_timer_pin_1", parse_enable_timer_pin_1);
2843
2844static int __init parse_noapic(char *arg)
2845{
2846 /* disable IO-APIC */
2847 disable_ioapic_setup();
2848 return 0;
2849}
2850early_param("noapic", parse_noapic);