blob: 59d2e8a273e31ac8452a3e5df25659f71bf8d54b [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>
Yinghai Luf3294a32008-06-27 01:41:56 -070028#include <linux/bootmem.h>
Linus Torvalds1da177e2005-04-16 15:20:36 -070029#include <linux/mc146818rtc.h>
30#include <linux/compiler.h>
31#include <linux/acpi.h>
Alexey Dobriyan129f6942005-06-23 00:08:33 -070032#include <linux/module.h>
Linus Torvalds1da177e2005-04-16 15:20:36 -070033#include <linux/sysdev.h>
Eric W. Biederman2d3fcc12006-10-04 02:16:43 -070034#include <linux/pci.h>
Eric W. Biederman3b7d1922006-10-04 02:16:59 -070035#include <linux/msi.h>
Eric W. Biederman95d77882006-10-04 02:17:01 -070036#include <linux/htirq.h>
Nigel Cunningham7dfb7102006-12-06 20:34:23 -080037#include <linux/freezer.h>
Eric W. Biedermanf26d6a22007-05-02 19:27:19 +020038#include <linux/kthread.h>
Julia Lawall1d16b532008-01-30 13:32:19 +010039#include <linux/jiffies.h> /* time_after() */
Ashok Raj54d5d422005-09-06 15:16:15 -070040
Linus Torvalds1da177e2005-04-16 15:20:36 -070041#include <asm/io.h>
42#include <asm/smp.h>
43#include <asm/desc.h>
44#include <asm/timer.h>
Ingo Molnar306e4402005-06-30 02:58:55 -070045#include <asm/i8259.h>
Don Zickus3e4ff112006-06-26 13:57:01 +020046#include <asm/nmi.h>
Eric W. Biederman2d3fcc12006-10-04 02:16:43 -070047#include <asm/msidef.h>
Eric W. Biederman8b955b02006-10-04 02:16:55 -070048#include <asm/hypertransport.h>
Yinghai Lua4dbc342008-07-25 02:14:28 -070049#include <asm/setup.h>
Linus Torvalds1da177e2005-04-16 15:20:36 -070050
51#include <mach_apic.h>
Andi Kleen874c4fe2006-09-26 10:52:26 +020052#include <mach_apicdef.h>
Linus Torvalds1da177e2005-04-16 15:20:36 -070053
Maciej W. Rozycki32f71af2008-07-21 00:52:49 +010054#define __apicdebuginit(type) static type __init
55
Linus Torvalds1da177e2005-04-16 15:20:36 -070056int (*ioapic_renumber_irq)(int ioapic, int irq);
57atomic_t irq_mis_count;
58
Eric W. Biedermanfcfd6362005-10-30 14:59:39 -080059/* Where if anywhere is the i8259 connect in external int mode */
60static struct { int pin, apic; } ioapic_i8259 = { -1, -1 };
61
Linus Torvalds1da177e2005-04-16 15:20:36 -070062static DEFINE_SPINLOCK(ioapic_lock);
Eric W. Biedermand388e5f2008-08-09 15:09:02 -070063DEFINE_SPINLOCK(vector_lock);
Linus Torvalds1da177e2005-04-16 15:20:36 -070064
Maciej W. Rozycki35542c52008-05-21 22:10:22 +010065int timer_through_8259 __initdata;
Andi Kleenf9262c12006-03-08 17:57:25 -080066
Linus Torvalds1da177e2005-04-16 15:20:36 -070067/*
68 * Is the SiS APIC rmw bug present ?
69 * -1 = don't know, 0 = no, 1 = yes
70 */
71int sis_apic_bug = -1;
72
Yinghai Lu301e6192008-08-19 20:50:02 -070073int first_free_entry;
Linus Torvalds1da177e2005-04-16 15:20:36 -070074/*
75 * # of IRQ routing registers
76 */
77int nr_ioapic_registers[MAX_IO_APICS];
78
Alexey Starikovskiy9f640cc2008-04-04 23:41:13 +040079/* I/O APIC entries */
Alexey Starikovskiyec2cd0a2008-05-14 19:03:10 +040080struct mp_config_ioapic mp_ioapics[MAX_IO_APICS];
Alexey Starikovskiy9f640cc2008-04-04 23:41:13 +040081int nr_ioapics;
82
Alexey Starikovskiy584f7342008-04-04 23:41:32 +040083/* MP IRQ source entries */
Alexey Starikovskiy2fddb6e282008-05-14 19:03:17 +040084struct mp_config_intsrc mp_irqs[MAX_IRQ_SOURCES];
Alexey Starikovskiy584f7342008-04-04 23:41:32 +040085
86/* # of MP IRQ source entries */
87int mp_irq_entries;
88
Alexey Starikovskiy8732fc42008-05-19 19:47:16 +040089#if defined (CONFIG_MCA) || defined (CONFIG_EISA)
90int mp_bus_id_to_type[MAX_MP_BUSSES];
91#endif
92
93DECLARE_BITMAP(mp_bus_not_pci, MAX_MP_BUSSES);
94
Rusty Russell1a3f2392006-09-26 10:52:32 +020095static int disable_timer_pin_1 __initdata;
Chuck Ebbert66759a02005-09-12 18:49:25 +020096
Yinghai Luda51a822008-08-19 20:50:25 -070097struct irq_cfg;
Yinghai Lu0f978f42008-08-19 20:50:26 -070098struct irq_pin_list;
Yinghai Lua1420f32008-08-19 20:50:24 -070099struct irq_cfg {
Yinghai Luda51a822008-08-19 20:50:25 -0700100 unsigned int irq;
101 struct irq_cfg *next;
Yinghai Lu0f978f42008-08-19 20:50:26 -0700102 struct irq_pin_list *irq_2_pin;
Yinghai Lua1420f32008-08-19 20:50:24 -0700103 u8 vector;
104};
105
106
107/* irq_cfg is indexed by the sum of all RTEs in all I/O APICs. */
108static struct irq_cfg irq_cfg_legacy[] __initdata = {
Yinghai Luda51a822008-08-19 20:50:25 -0700109 [0] = { .irq = 0, .vector = IRQ0_VECTOR, },
110 [1] = { .irq = 1, .vector = IRQ1_VECTOR, },
111 [2] = { .irq = 2, .vector = IRQ2_VECTOR, },
112 [3] = { .irq = 3, .vector = IRQ3_VECTOR, },
113 [4] = { .irq = 4, .vector = IRQ4_VECTOR, },
114 [5] = { .irq = 5, .vector = IRQ5_VECTOR, },
115 [6] = { .irq = 6, .vector = IRQ6_VECTOR, },
116 [7] = { .irq = 7, .vector = IRQ7_VECTOR, },
117 [8] = { .irq = 8, .vector = IRQ8_VECTOR, },
118 [9] = { .irq = 9, .vector = IRQ9_VECTOR, },
119 [10] = { .irq = 10, .vector = IRQ10_VECTOR, },
120 [11] = { .irq = 11, .vector = IRQ11_VECTOR, },
121 [12] = { .irq = 12, .vector = IRQ12_VECTOR, },
122 [13] = { .irq = 13, .vector = IRQ13_VECTOR, },
123 [14] = { .irq = 14, .vector = IRQ14_VECTOR, },
124 [15] = { .irq = 15, .vector = IRQ15_VECTOR, },
Yinghai Lua1420f32008-08-19 20:50:24 -0700125};
126
Yinghai Luda51a822008-08-19 20:50:25 -0700127static struct irq_cfg irq_cfg_init = { .irq = -1U, };
128/* need to be biger than size of irq_cfg_legacy */
129static int nr_irq_cfg = 32;
130
131static int __init parse_nr_irq_cfg(char *arg)
Yinghai Lua1420f32008-08-19 20:50:24 -0700132{
Yinghai Luda51a822008-08-19 20:50:25 -0700133 if (arg) {
134 nr_irq_cfg = simple_strtoul(arg, NULL, 0);
135 if (nr_irq_cfg < 32)
136 nr_irq_cfg = 32;
137 }
138 return 0;
139}
Yinghai Lua1420f32008-08-19 20:50:24 -0700140
Yinghai Luda51a822008-08-19 20:50:25 -0700141early_param("nr_irq_cfg", parse_nr_irq_cfg);
Yinghai Lua1420f32008-08-19 20:50:24 -0700142
Yinghai Luda51a822008-08-19 20:50:25 -0700143static void init_one_irq_cfg(struct irq_cfg *cfg)
144{
145 memcpy(cfg, &irq_cfg_init, sizeof(struct irq_cfg));
Yinghai Lua1420f32008-08-19 20:50:24 -0700146}
147
148static struct irq_cfg *irq_cfgx;
Yinghai Luda51a822008-08-19 20:50:25 -0700149static struct irq_cfg *irq_cfgx_free;
150static void __init init_work(void *data)
151{
152 struct dyn_array *da = data;
153 struct irq_cfg *cfg;
154 int legacy_count;
155 int i;
156
157 cfg = *da->name;
158
159 memcpy(cfg, irq_cfg_legacy, sizeof(irq_cfg_legacy));
160
161 legacy_count = sizeof(irq_cfg_legacy)/sizeof(irq_cfg_legacy[0]);
162 for (i = legacy_count; i < *da->nr; i++)
163 init_one_irq_cfg(&cfg[i]);
164
165 for (i = 1; i < *da->nr; i++)
166 cfg[i-1].next = &cfg[i];
167
168 irq_cfgx_free = &irq_cfgx[legacy_count];
169 irq_cfgx[legacy_count - 1].next = NULL;
170}
171
172#define for_each_irq_cfg(cfg) \
173 for (cfg = irq_cfgx; cfg; cfg = cfg->next)
174
175DEFINE_DYN_ARRAY(irq_cfgx, sizeof(struct irq_cfg), nr_irq_cfg, PAGE_SIZE, init_work);
Yinghai Lua1420f32008-08-19 20:50:24 -0700176
177static struct irq_cfg *irq_cfg(unsigned int irq)
178{
Yinghai Luda51a822008-08-19 20:50:25 -0700179 struct irq_cfg *cfg;
Yinghai Lua1420f32008-08-19 20:50:24 -0700180
Yinghai Luda51a822008-08-19 20:50:25 -0700181 cfg = irq_cfgx;
182 while (cfg) {
183 if (cfg->irq == irq)
184 return cfg;
185
186 cfg = cfg->next;
187 }
188
189 return NULL;
190}
191
192static struct irq_cfg *irq_cfg_alloc(unsigned int irq)
193{
194 struct irq_cfg *cfg, *cfg_pri;
195 int i;
196 int count = 0;
197
198 cfg_pri = cfg = irq_cfgx;
199 while (cfg) {
200 if (cfg->irq == irq)
201 return cfg;
202
203 cfg_pri = cfg;
204 cfg = cfg->next;
205 count++;
206 }
207
208 if (!irq_cfgx_free) {
209 unsigned long phys;
210 unsigned long total_bytes;
211 /*
212 * we run out of pre-allocate ones, allocate more
213 */
214 printk(KERN_DEBUG "try to get more irq_cfg %d\n", nr_irq_cfg);
215
216 total_bytes = sizeof(struct irq_cfg) * nr_irq_cfg;
217 if (after_bootmem)
218 cfg = kzalloc(total_bytes, GFP_ATOMIC);
219 else
220 cfg = __alloc_bootmem_nopanic(total_bytes, PAGE_SIZE, 0);
221
222 if (!cfg)
223 panic("please boot with nr_irq_cfg= %d\n", count * 2);
224
225 phys = __pa(cfg);
226 printk(KERN_DEBUG "irq_irq ==> [%#lx - %#lx]\n", phys, phys + total_bytes);
227
228 for (i = 0; i < nr_irq_cfg; i++)
229 init_one_irq_cfg(&cfg[i]);
230
231 for (i = 1; i < nr_irq_cfg; i++)
232 cfg[i-1].next = &cfg[i];
233
234 irq_cfgx_free = cfg;
235 }
236
237 cfg = irq_cfgx_free;
238 irq_cfgx_free = irq_cfgx_free->next;
239 cfg->next = NULL;
240 if (cfg_pri)
241 cfg_pri->next = cfg;
242 else
243 irq_cfgx = cfg;
244 cfg->irq = irq;
245 printk(KERN_DEBUG "found new irq_cfg for irq %d\n", cfg->irq);
246
247#ifdef CONFIG_HAVE_SPARSE_IRQ_DEBUG
248 {
249 /* dump the results */
250 struct irq_cfg *cfg;
251 unsigned long phys;
252 unsigned long bytes = sizeof(struct irq_cfg);
253
254 printk(KERN_DEBUG "=========================== %d\n", irq);
255 printk(KERN_DEBUG "irq_cfg dump after get that for %d\n", irq);
256 for_each_irq_cfg(cfg) {
257 phys = __pa(cfg);
258 printk(KERN_DEBUG "irq_cfg %d ==> [%#lx - %#lx]\n", cfg->irq, phys, phys + bytes);
259 }
260 printk(KERN_DEBUG "===========================\n");
261 }
262#endif
263 return cfg;
Yinghai Lua1420f32008-08-19 20:50:24 -0700264}
265
Linus Torvalds1da177e2005-04-16 15:20:36 -0700266/*
267 * Rough estimation of how many shared IRQs there are, can
268 * be changed anytime.
269 */
Yinghai Lu301e6192008-08-19 20:50:02 -0700270int pin_map_size;
Yinghai Lu0799e432008-08-19 20:49:48 -0700271
Linus Torvalds1da177e2005-04-16 15:20:36 -0700272/*
273 * This is performance-critical, we want to do it O(1)
274 *
275 * the indexing order of this array favors 1:1 mappings
276 * between pins and IRQs.
277 */
278
Yinghai Lu0f978f42008-08-19 20:50:26 -0700279struct irq_pin_list {
280 int apic, pin;
281 struct irq_pin_list *next;
282};
Yinghai Lu301e6192008-08-19 20:50:02 -0700283
Yinghai Lu0f978f42008-08-19 20:50:26 -0700284static struct irq_pin_list *irq_2_pin_head;
285/* fill one page ? */
286static int nr_irq_2_pin = 0x100;
287static struct irq_pin_list *irq_2_pin_ptr;
288static void __init irq_2_pin_init_work(void *data)
289{
290 struct dyn_array *da = data;
291 struct irq_pin_list *pin;
292 int i;
293
294 pin = *da->name;
295
296 for (i = 1; i < *da->nr; i++)
297 pin[i-1].next = &pin[i];
298
299 irq_2_pin_ptr = &pin[0];
300}
301DEFINE_DYN_ARRAY(irq_2_pin_head, sizeof(struct irq_pin_list), nr_irq_2_pin, PAGE_SIZE, irq_2_pin_init_work);
302
303static struct irq_pin_list *get_one_free_irq_2_pin(void)
304{
305 struct irq_pin_list *pin;
306 int i;
307
308 pin = irq_2_pin_ptr;
309
310 if (pin) {
311 irq_2_pin_ptr = pin->next;
312 pin->next = NULL;
313 return pin;
314 }
315
316 /*
317 * we run out of pre-allocate ones, allocate more
318 */
319 printk(KERN_DEBUG "try to get more irq_2_pin %d\n", nr_irq_2_pin);
320
321 if (after_bootmem)
322 pin = kzalloc(sizeof(struct irq_pin_list)*nr_irq_2_pin,
323 GFP_ATOMIC);
324 else
325 pin = __alloc_bootmem_nopanic(sizeof(struct irq_pin_list) *
326 nr_irq_2_pin, PAGE_SIZE, 0);
327
328 if (!pin)
329 panic("can not get more irq_2_pin\n");
330
331 for (i = 1; i < nr_irq_2_pin; i++)
332 pin[i-1].next = &pin[i];
333
334 irq_2_pin_ptr = pin->next;
335 pin->next = NULL;
336
337 return pin;
338}
Linus Torvalds1da177e2005-04-16 15:20:36 -0700339
Linus Torvalds130fe052006-11-01 09:11:00 -0800340struct io_apic {
341 unsigned int index;
342 unsigned int unused[3];
343 unsigned int data;
344};
345
346static __attribute_const__ struct io_apic __iomem *io_apic_base(int idx)
347{
348 return (void __iomem *) __fix_to_virt(FIX_IO_APIC_BASE_0 + idx)
Alexey Starikovskiyec2cd0a2008-05-14 19:03:10 +0400349 + (mp_ioapics[idx].mp_apicaddr & ~PAGE_MASK);
Linus Torvalds130fe052006-11-01 09:11:00 -0800350}
351
352static inline unsigned int io_apic_read(unsigned int apic, unsigned int reg)
353{
354 struct io_apic __iomem *io_apic = io_apic_base(apic);
355 writel(reg, &io_apic->index);
356 return readl(&io_apic->data);
357}
358
359static inline void io_apic_write(unsigned int apic, unsigned int reg, unsigned int value)
360{
361 struct io_apic __iomem *io_apic = io_apic_base(apic);
362 writel(reg, &io_apic->index);
363 writel(value, &io_apic->data);
364}
365
366/*
367 * Re-write a value: to be used for read-modify-write
368 * cycles where the read already set up the index register.
369 *
370 * Older SiS APIC requires we rewrite the index register
371 */
372static inline void io_apic_modify(unsigned int apic, unsigned int reg, unsigned int value)
373{
Al Virocb468982007-02-09 16:39:25 +0000374 volatile struct io_apic __iomem *io_apic = io_apic_base(apic);
Linus Torvalds130fe052006-11-01 09:11:00 -0800375 if (sis_apic_bug)
376 writel(reg, &io_apic->index);
377 writel(value, &io_apic->data);
378}
379
Andi Kleencf4c6a22006-09-26 10:52:30 +0200380union entry_union {
381 struct { u32 w1, w2; };
382 struct IO_APIC_route_entry entry;
383};
384
385static struct IO_APIC_route_entry ioapic_read_entry(int apic, int pin)
386{
387 union entry_union eu;
388 unsigned long flags;
389 spin_lock_irqsave(&ioapic_lock, flags);
390 eu.w1 = io_apic_read(apic, 0x10 + 2 * pin);
391 eu.w2 = io_apic_read(apic, 0x11 + 2 * pin);
392 spin_unlock_irqrestore(&ioapic_lock, flags);
393 return eu.entry;
394}
395
Linus Torvaldsf9dadfa2006-11-01 10:05:35 -0800396/*
397 * When we write a new IO APIC routing entry, we need to write the high
398 * word first! If the mask bit in the low word is clear, we will enable
399 * the interrupt, and we need to make sure the entry is fully populated
400 * before that happens.
401 */
Andi Kleend15512f2006-12-07 02:14:07 +0100402static void
403__ioapic_write_entry(int apic, int pin, struct IO_APIC_route_entry e)
404{
405 union entry_union eu;
406 eu.entry = e;
407 io_apic_write(apic, 0x11 + 2*pin, eu.w2);
408 io_apic_write(apic, 0x10 + 2*pin, eu.w1);
409}
410
Andi Kleencf4c6a22006-09-26 10:52:30 +0200411static void ioapic_write_entry(int apic, int pin, struct IO_APIC_route_entry e)
412{
413 unsigned long flags;
Andi Kleencf4c6a22006-09-26 10:52:30 +0200414 spin_lock_irqsave(&ioapic_lock, flags);
Andi Kleend15512f2006-12-07 02:14:07 +0100415 __ioapic_write_entry(apic, pin, e);
Linus Torvaldsf9dadfa2006-11-01 10:05:35 -0800416 spin_unlock_irqrestore(&ioapic_lock, flags);
417}
418
419/*
420 * When we mask an IO APIC routing entry, we need to write the low
421 * word first, in order to set the mask bit before we change the
422 * high bits!
423 */
424static void ioapic_mask_entry(int apic, int pin)
425{
426 unsigned long flags;
427 union entry_union eu = { .entry.mask = 1 };
428
429 spin_lock_irqsave(&ioapic_lock, flags);
Andi Kleencf4c6a22006-09-26 10:52:30 +0200430 io_apic_write(apic, 0x10 + 2*pin, eu.w1);
431 io_apic_write(apic, 0x11 + 2*pin, eu.w2);
432 spin_unlock_irqrestore(&ioapic_lock, flags);
433}
434
Linus Torvalds1da177e2005-04-16 15:20:36 -0700435/*
436 * The common case is 1:1 IRQ<->pin mappings. Sometimes there are
437 * shared ISA-space IRQs, so we have to support them. We are super
438 * fast in the common case, and fast for shared ISA-space IRQs.
439 */
440static void add_pin_to_irq(unsigned int irq, int apic, int pin)
441{
Yinghai Lu0f978f42008-08-19 20:50:26 -0700442 struct irq_cfg *cfg;
443 struct irq_pin_list *entry;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700444
Yinghai Lu0f978f42008-08-19 20:50:26 -0700445 /* first time to refer irq_cfg, so with new */
446 cfg = irq_cfg_alloc(irq);
447 entry = cfg->irq_2_pin;
448 if (!entry) {
449 entry = get_one_free_irq_2_pin();
450 cfg->irq_2_pin = entry;
451 entry->apic = apic;
452 entry->pin = pin;
453 printk(KERN_DEBUG " 0 add_pin_to_irq: irq %d --> apic %d pin %d\n", irq, apic, pin);
454 return;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700455 }
Yinghai Lu0f978f42008-08-19 20:50:26 -0700456
457 while (entry->next) {
458 /* not again, please */
459 if (entry->apic == apic && entry->pin == pin)
460 return;
461
462 entry = entry->next;
463 }
464
465 entry->next = get_one_free_irq_2_pin();
466 entry = entry->next;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700467 entry->apic = apic;
468 entry->pin = pin;
Yinghai Lu0f978f42008-08-19 20:50:26 -0700469 printk(KERN_DEBUG " x add_pin_to_irq: irq %d --> apic %d pin %d\n", irq, apic, pin);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700470}
471
472/*
473 * Reroute an IRQ to a different pin.
474 */
475static void __init replace_pin_at_irq(unsigned int irq,
476 int oldapic, int oldpin,
477 int newapic, int newpin)
478{
Yinghai Lu0f978f42008-08-19 20:50:26 -0700479 struct irq_cfg *cfg = irq_cfg(irq);
480 struct irq_pin_list *entry = cfg->irq_2_pin;
481 int replaced = 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700482
Yinghai Lu0f978f42008-08-19 20:50:26 -0700483 while (entry) {
Linus Torvalds1da177e2005-04-16 15:20:36 -0700484 if (entry->apic == oldapic && entry->pin == oldpin) {
485 entry->apic = newapic;
486 entry->pin = newpin;
Yinghai Lu0f978f42008-08-19 20:50:26 -0700487 replaced = 1;
488 /* every one is different, right? */
Linus Torvalds1da177e2005-04-16 15:20:36 -0700489 break;
Yinghai Lu0f978f42008-08-19 20:50:26 -0700490 }
491 entry = entry->next;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700492 }
Yinghai Lu0f978f42008-08-19 20:50:26 -0700493
494 /* why? call replace before add? */
495 if (!replaced)
496 add_pin_to_irq(irq, newapic, newpin);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700497}
498
Paolo Ciarrocchi36062442008-06-08 13:07:18 +0200499static void __modify_IO_APIC_irq(unsigned int irq, unsigned long enable, unsigned long disable)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700500{
Yinghai Lu0f978f42008-08-19 20:50:26 -0700501 struct irq_cfg *cfg;
502 struct irq_pin_list *entry;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700503 unsigned int pin, reg;
504
Yinghai Lu0f978f42008-08-19 20:50:26 -0700505 cfg = irq_cfg(irq);
506 entry = cfg->irq_2_pin;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700507 for (;;) {
Yinghai Lu0f978f42008-08-19 20:50:26 -0700508 if (!entry)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700509 break;
Yinghai Lu0f978f42008-08-19 20:50:26 -0700510 pin = entry->pin;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700511 reg = io_apic_read(entry->apic, 0x10 + pin*2);
512 reg &= ~disable;
513 reg |= enable;
514 io_apic_modify(entry->apic, 0x10 + pin*2, reg);
515 if (!entry->next)
516 break;
Yinghai Lu0f978f42008-08-19 20:50:26 -0700517 entry = entry->next;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700518 }
519}
520
521/* mask = 1 */
Paolo Ciarrocchi36062442008-06-08 13:07:18 +0200522static void __mask_IO_APIC_irq(unsigned int irq)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700523{
Cyrill Gorcunov46b3b4e2008-06-07 19:53:57 +0400524 __modify_IO_APIC_irq(irq, IO_APIC_REDIR_MASKED, 0);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700525}
526
527/* mask = 0 */
Paolo Ciarrocchi36062442008-06-08 13:07:18 +0200528static void __unmask_IO_APIC_irq(unsigned int irq)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700529{
Cyrill Gorcunov46b3b4e2008-06-07 19:53:57 +0400530 __modify_IO_APIC_irq(irq, 0, IO_APIC_REDIR_MASKED);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700531}
532
533/* mask = 1, trigger = 0 */
Paolo Ciarrocchi36062442008-06-08 13:07:18 +0200534static void __mask_and_edge_IO_APIC_irq(unsigned int irq)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700535{
Cyrill Gorcunov46b3b4e2008-06-07 19:53:57 +0400536 __modify_IO_APIC_irq(irq, IO_APIC_REDIR_MASKED,
537 IO_APIC_REDIR_LEVEL_TRIGGER);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700538}
539
540/* mask = 0, trigger = 1 */
Paolo Ciarrocchi36062442008-06-08 13:07:18 +0200541static void __unmask_and_level_IO_APIC_irq(unsigned int irq)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700542{
Cyrill Gorcunov46b3b4e2008-06-07 19:53:57 +0400543 __modify_IO_APIC_irq(irq, IO_APIC_REDIR_LEVEL_TRIGGER,
544 IO_APIC_REDIR_MASKED);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700545}
546
Paolo Ciarrocchi36062442008-06-08 13:07:18 +0200547static void mask_IO_APIC_irq(unsigned int irq)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700548{
549 unsigned long flags;
550
551 spin_lock_irqsave(&ioapic_lock, flags);
552 __mask_IO_APIC_irq(irq);
553 spin_unlock_irqrestore(&ioapic_lock, flags);
554}
555
Paolo Ciarrocchi36062442008-06-08 13:07:18 +0200556static void unmask_IO_APIC_irq(unsigned int irq)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700557{
558 unsigned long flags;
559
560 spin_lock_irqsave(&ioapic_lock, flags);
561 __unmask_IO_APIC_irq(irq);
562 spin_unlock_irqrestore(&ioapic_lock, flags);
563}
564
565static void clear_IO_APIC_pin(unsigned int apic, unsigned int pin)
566{
567 struct IO_APIC_route_entry entry;
Paolo Ciarrocchi36062442008-06-08 13:07:18 +0200568
Linus Torvalds1da177e2005-04-16 15:20:36 -0700569 /* Check delivery_mode to be sure we're not clearing an SMI pin */
Andi Kleencf4c6a22006-09-26 10:52:30 +0200570 entry = ioapic_read_entry(apic, pin);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700571 if (entry.delivery_mode == dest_SMI)
572 return;
573
574 /*
575 * Disable it in the IO-APIC irq-routing table:
576 */
Linus Torvaldsf9dadfa2006-11-01 10:05:35 -0800577 ioapic_mask_entry(apic, pin);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700578}
579
Paolo Ciarrocchi36062442008-06-08 13:07:18 +0200580static void clear_IO_APIC(void)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700581{
582 int apic, pin;
583
584 for (apic = 0; apic < nr_ioapics; apic++)
585 for (pin = 0; pin < nr_ioapic_registers[apic]; pin++)
586 clear_IO_APIC_pin(apic, pin);
587}
588
Ashok Raj54d5d422005-09-06 15:16:15 -0700589#ifdef CONFIG_SMP
Linus Torvalds1da177e2005-04-16 15:20:36 -0700590static void set_ioapic_affinity_irq(unsigned int irq, cpumask_t cpumask)
591{
Yinghai Lu0f978f42008-08-19 20:50:26 -0700592 struct irq_cfg *cfg;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700593 unsigned long flags;
594 int pin;
Yinghai Lu0f978f42008-08-19 20:50:26 -0700595 struct irq_pin_list *entry;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700596 unsigned int apicid_value;
Ashok Raj54d5d422005-09-06 15:16:15 -0700597 cpumask_t tmp;
Yinghai Lu08678b02008-08-19 20:50:05 -0700598 struct irq_desc *desc;
Paolo Ciarrocchi36062442008-06-08 13:07:18 +0200599
Yinghai Lu0f978f42008-08-19 20:50:26 -0700600
601 cfg = irq_cfg(irq);
602 entry = cfg->irq_2_pin;
603
Ashok Raj54d5d422005-09-06 15:16:15 -0700604 cpus_and(tmp, cpumask, cpu_online_map);
605 if (cpus_empty(tmp))
606 tmp = TARGET_CPUS;
607
608 cpus_and(cpumask, tmp, CPU_MASK_ALL);
609
Linus Torvalds1da177e2005-04-16 15:20:36 -0700610 apicid_value = cpu_mask_to_apicid(cpumask);
611 /* Prepare to do the io_apic_write */
612 apicid_value = apicid_value << 24;
613 spin_lock_irqsave(&ioapic_lock, flags);
614 for (;;) {
Yinghai Lu0f978f42008-08-19 20:50:26 -0700615 if (!entry)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700616 break;
Yinghai Lu0f978f42008-08-19 20:50:26 -0700617 pin = entry->pin;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700618 io_apic_write(entry->apic, 0x10 + 1 + pin*2, apicid_value);
619 if (!entry->next)
620 break;
Yinghai Lu0f978f42008-08-19 20:50:26 -0700621 entry = entry->next;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700622 }
Yinghai Lu08678b02008-08-19 20:50:05 -0700623 desc = irq_to_desc(irq);
624 desc->affinity = cpumask;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700625 spin_unlock_irqrestore(&ioapic_lock, flags);
626}
627
Ashok Raj54d5d422005-09-06 15:16:15 -0700628#endif /* CONFIG_SMP */
Linus Torvalds1da177e2005-04-16 15:20:36 -0700629
630#ifndef CONFIG_SMP
Harvey Harrison75604d72008-01-30 13:31:17 +0100631void send_IPI_self(int vector)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700632{
633 unsigned int cfg;
634
635 /*
636 * Wait for idle.
637 */
638 apic_wait_icr_idle();
639 cfg = APIC_DM_FIXED | APIC_DEST_SELF | vector | APIC_DEST_LOGICAL;
640 /*
641 * Send the IPI. The write to APIC_ICR fires this off.
642 */
Maciej W. Rozycki593f4a72008-07-16 19:15:30 +0100643 apic_write(APIC_ICR, cfg);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700644}
645#endif /* !CONFIG_SMP */
646
647
648/*
649 * support for broken MP BIOSs, enables hand-redirection of PIRQ0-7 to
650 * specific CPU-side IRQs.
651 */
652
653#define MAX_PIRQS 8
654static int pirq_entries [MAX_PIRQS];
655static int pirqs_enabled;
656int skip_ioapic_setup;
657
Linus Torvalds1da177e2005-04-16 15:20:36 -0700658static int __init ioapic_pirq_setup(char *str)
659{
660 int i, max;
661 int ints[MAX_PIRQS+1];
662
663 get_options(str, ARRAY_SIZE(ints), ints);
664
665 for (i = 0; i < MAX_PIRQS; i++)
666 pirq_entries[i] = -1;
667
668 pirqs_enabled = 1;
669 apic_printk(APIC_VERBOSE, KERN_INFO
670 "PIRQ redirection, working around broken MP-BIOS.\n");
671 max = MAX_PIRQS;
672 if (ints[0] < MAX_PIRQS)
673 max = ints[0];
674
675 for (i = 0; i < max; i++) {
676 apic_printk(APIC_VERBOSE, KERN_DEBUG
677 "... PIRQ%d -> IRQ %d\n", i, ints[i+1]);
678 /*
679 * PIRQs are mapped upside down, usually.
680 */
681 pirq_entries[MAX_PIRQS-i-1] = ints[i+1];
682 }
683 return 1;
684}
685
686__setup("pirq=", ioapic_pirq_setup);
687
688/*
689 * Find the IRQ entry number of a certain pin.
690 */
691static int find_irq_entry(int apic, int pin, int type)
692{
693 int i;
694
695 for (i = 0; i < mp_irq_entries; i++)
Alexey Starikovskiy2fddb6e282008-05-14 19:03:17 +0400696 if (mp_irqs[i].mp_irqtype == type &&
697 (mp_irqs[i].mp_dstapic == mp_ioapics[apic].mp_apicid ||
698 mp_irqs[i].mp_dstapic == MP_APIC_ALL) &&
699 mp_irqs[i].mp_dstirq == pin)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700700 return i;
701
702 return -1;
703}
704
705/*
706 * Find the pin to which IRQ[irq] (ISA) is connected
707 */
Eric W. Biedermanfcfd6362005-10-30 14:59:39 -0800708static int __init find_isa_irq_pin(int irq, int type)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700709{
710 int i;
711
712 for (i = 0; i < mp_irq_entries; i++) {
Alexey Starikovskiy2fddb6e282008-05-14 19:03:17 +0400713 int lbus = mp_irqs[i].mp_srcbus;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700714
Alexey Starikovskiyd27e2b82008-03-20 14:54:18 +0300715 if (test_bit(lbus, mp_bus_not_pci) &&
Alexey Starikovskiy2fddb6e282008-05-14 19:03:17 +0400716 (mp_irqs[i].mp_irqtype == type) &&
717 (mp_irqs[i].mp_srcbusirq == irq))
Linus Torvalds1da177e2005-04-16 15:20:36 -0700718
Alexey Starikovskiy2fddb6e282008-05-14 19:03:17 +0400719 return mp_irqs[i].mp_dstirq;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700720 }
721 return -1;
722}
723
Eric W. Biedermanfcfd6362005-10-30 14:59:39 -0800724static int __init find_isa_irq_apic(int irq, int type)
725{
726 int i;
727
728 for (i = 0; i < mp_irq_entries; i++) {
Alexey Starikovskiy2fddb6e282008-05-14 19:03:17 +0400729 int lbus = mp_irqs[i].mp_srcbus;
Eric W. Biedermanfcfd6362005-10-30 14:59:39 -0800730
Alexey Starikovskiy73b29612008-03-20 14:54:24 +0300731 if (test_bit(lbus, mp_bus_not_pci) &&
Alexey Starikovskiy2fddb6e282008-05-14 19:03:17 +0400732 (mp_irqs[i].mp_irqtype == type) &&
733 (mp_irqs[i].mp_srcbusirq == irq))
Eric W. Biedermanfcfd6362005-10-30 14:59:39 -0800734 break;
735 }
736 if (i < mp_irq_entries) {
737 int apic;
Paolo Ciarrocchi36062442008-06-08 13:07:18 +0200738 for (apic = 0; apic < nr_ioapics; apic++) {
Alexey Starikovskiy2fddb6e282008-05-14 19:03:17 +0400739 if (mp_ioapics[apic].mp_apicid == mp_irqs[i].mp_dstapic)
Eric W. Biedermanfcfd6362005-10-30 14:59:39 -0800740 return apic;
741 }
742 }
743
744 return -1;
745}
746
Linus Torvalds1da177e2005-04-16 15:20:36 -0700747/*
748 * Find a specific PCI IRQ entry.
749 * Not an __init, possibly needed by modules
750 */
751static int pin_2_irq(int idx, int apic, int pin);
752
753int IO_APIC_get_PCI_irq_vector(int bus, int slot, int pin)
754{
755 int apic, i, best_guess = -1;
756
757 apic_printk(APIC_DEBUG, "querying PCI -> IRQ mapping bus:%d, "
758 "slot:%d, pin:%d.\n", bus, slot, pin);
Alexey Starikovskiyce6444d2008-05-19 19:47:09 +0400759 if (test_bit(bus, mp_bus_not_pci)) {
Linus Torvalds1da177e2005-04-16 15:20:36 -0700760 printk(KERN_WARNING "PCI BIOS passed nonexistent PCI bus %d!\n", bus);
761 return -1;
762 }
763 for (i = 0; i < mp_irq_entries; i++) {
Alexey Starikovskiy2fddb6e282008-05-14 19:03:17 +0400764 int lbus = mp_irqs[i].mp_srcbus;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700765
766 for (apic = 0; apic < nr_ioapics; apic++)
Alexey Starikovskiy2fddb6e282008-05-14 19:03:17 +0400767 if (mp_ioapics[apic].mp_apicid == mp_irqs[i].mp_dstapic ||
768 mp_irqs[i].mp_dstapic == MP_APIC_ALL)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700769 break;
770
Alexey Starikovskiy47cab822008-03-20 14:54:30 +0300771 if (!test_bit(lbus, mp_bus_not_pci) &&
Alexey Starikovskiy2fddb6e282008-05-14 19:03:17 +0400772 !mp_irqs[i].mp_irqtype &&
Linus Torvalds1da177e2005-04-16 15:20:36 -0700773 (bus == lbus) &&
Alexey Starikovskiy2fddb6e282008-05-14 19:03:17 +0400774 (slot == ((mp_irqs[i].mp_srcbusirq >> 2) & 0x1f))) {
Ingo Molnar3de352b2008-07-08 11:14:58 +0200775 int irq = pin_2_irq(i, apic, mp_irqs[i].mp_dstirq);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700776
777 if (!(apic || IO_APIC_IRQ(irq)))
778 continue;
779
Alexey Starikovskiy2fddb6e282008-05-14 19:03:17 +0400780 if (pin == (mp_irqs[i].mp_srcbusirq & 3))
Linus Torvalds1da177e2005-04-16 15:20:36 -0700781 return irq;
782 /*
783 * Use the first all-but-pin matching entry as a
784 * best-guess fuzzy result for broken mptables.
785 */
786 if (best_guess < 0)
787 best_guess = irq;
788 }
789 }
790 return best_guess;
791}
Alexey Dobriyan129f6942005-06-23 00:08:33 -0700792EXPORT_SYMBOL(IO_APIC_get_PCI_irq_vector);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700793
794/*
Paolo Ciarrocchi36062442008-06-08 13:07:18 +0200795 * This function currently is only a helper for the i386 smp boot process where
Linus Torvalds1da177e2005-04-16 15:20:36 -0700796 * we need to reprogram the ioredtbls to cater for the cpus which have come online
797 * so mask in all cases should simply be TARGET_CPUS
798 */
Ashok Raj54d5d422005-09-06 15:16:15 -0700799#ifdef CONFIG_SMP
Linus Torvalds1da177e2005-04-16 15:20:36 -0700800void __init setup_ioapic_dest(void)
801{
802 int pin, ioapic, irq, irq_entry;
803
804 if (skip_ioapic_setup == 1)
805 return;
806
807 for (ioapic = 0; ioapic < nr_ioapics; ioapic++) {
808 for (pin = 0; pin < nr_ioapic_registers[ioapic]; pin++) {
809 irq_entry = find_irq_entry(ioapic, pin, mp_INT);
810 if (irq_entry == -1)
811 continue;
812 irq = pin_2_irq(irq_entry, ioapic, pin);
813 set_ioapic_affinity_irq(irq, TARGET_CPUS);
814 }
815
816 }
817}
Ashok Raj54d5d422005-09-06 15:16:15 -0700818#endif
Linus Torvalds1da177e2005-04-16 15:20:36 -0700819
Alexey Starikovskiyc0a282c2008-03-20 14:55:02 +0300820#if defined(CONFIG_EISA) || defined(CONFIG_MCA)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700821/*
822 * EISA Edge/Level control register, ELCR
823 */
824static int EISA_ELCR(unsigned int irq)
825{
826 if (irq < 16) {
827 unsigned int port = 0x4d0 + (irq >> 3);
828 return (inb(port) >> (irq & 7)) & 1;
829 }
830 apic_printk(APIC_VERBOSE, KERN_INFO
831 "Broken MPtable reports ISA irq %d\n", irq);
832 return 0;
833}
Alexey Starikovskiyc0a282c2008-03-20 14:55:02 +0300834#endif
Linus Torvalds1da177e2005-04-16 15:20:36 -0700835
Alexey Starikovskiy67288012008-03-20 14:54:36 +0300836/* ISA interrupts are always polarity zero edge triggered,
837 * when listed as conforming in the MP table. */
838
839#define default_ISA_trigger(idx) (0)
840#define default_ISA_polarity(idx) (0)
841
Linus Torvalds1da177e2005-04-16 15:20:36 -0700842/* EISA interrupts are always polarity zero and can be edge or level
843 * trigger depending on the ELCR value. If an interrupt is listed as
844 * EISA conforming in the MP table, that means its trigger type must
845 * be read in from the ELCR */
846
Alexey Starikovskiy2fddb6e282008-05-14 19:03:17 +0400847#define default_EISA_trigger(idx) (EISA_ELCR(mp_irqs[idx].mp_srcbusirq))
Alexey Starikovskiy67288012008-03-20 14:54:36 +0300848#define default_EISA_polarity(idx) default_ISA_polarity(idx)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700849
850/* PCI interrupts are always polarity one level triggered,
851 * when listed as conforming in the MP table. */
852
853#define default_PCI_trigger(idx) (1)
854#define default_PCI_polarity(idx) (1)
855
856/* MCA interrupts are always polarity zero level triggered,
857 * when listed as conforming in the MP table. */
858
859#define default_MCA_trigger(idx) (1)
Alexey Starikovskiy67288012008-03-20 14:54:36 +0300860#define default_MCA_polarity(idx) default_ISA_polarity(idx)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700861
Shaohua Li61fd47e2007-11-17 01:05:28 -0500862static int MPBIOS_polarity(int idx)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700863{
Alexey Starikovskiy2fddb6e282008-05-14 19:03:17 +0400864 int bus = mp_irqs[idx].mp_srcbus;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700865 int polarity;
866
867 /*
868 * Determine IRQ line polarity (high active or low active):
869 */
Ingo Molnar3de352b2008-07-08 11:14:58 +0200870 switch (mp_irqs[idx].mp_irqflag & 3) {
Paolo Ciarrocchi36062442008-06-08 13:07:18 +0200871 case 0: /* conforms, ie. bus-type dependent polarity */
Linus Torvalds1da177e2005-04-16 15:20:36 -0700872 {
Paolo Ciarrocchi36062442008-06-08 13:07:18 +0200873 polarity = test_bit(bus, mp_bus_not_pci)?
874 default_ISA_polarity(idx):
875 default_PCI_polarity(idx);
876 break;
877 }
878 case 1: /* high active */
879 {
880 polarity = 0;
881 break;
882 }
883 case 2: /* reserved */
884 {
885 printk(KERN_WARNING "broken BIOS!!\n");
886 polarity = 1;
887 break;
888 }
889 case 3: /* low active */
890 {
891 polarity = 1;
892 break;
893 }
894 default: /* invalid */
895 {
896 printk(KERN_WARNING "broken BIOS!!\n");
897 polarity = 1;
898 break;
899 }
Linus Torvalds1da177e2005-04-16 15:20:36 -0700900 }
901 return polarity;
902}
903
904static int MPBIOS_trigger(int idx)
905{
Alexey Starikovskiy2fddb6e282008-05-14 19:03:17 +0400906 int bus = mp_irqs[idx].mp_srcbus;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700907 int trigger;
908
909 /*
910 * Determine IRQ trigger mode (edge or level sensitive):
911 */
Ingo Molnar3de352b2008-07-08 11:14:58 +0200912 switch ((mp_irqs[idx].mp_irqflag>>2) & 3) {
Paolo Ciarrocchi36062442008-06-08 13:07:18 +0200913 case 0: /* conforms, ie. bus-type dependent */
Linus Torvalds1da177e2005-04-16 15:20:36 -0700914 {
Paolo Ciarrocchi36062442008-06-08 13:07:18 +0200915 trigger = test_bit(bus, mp_bus_not_pci)?
916 default_ISA_trigger(idx):
917 default_PCI_trigger(idx);
Alexey Starikovskiyc0a282c2008-03-20 14:55:02 +0300918#if defined(CONFIG_EISA) || defined(CONFIG_MCA)
Paolo Ciarrocchi36062442008-06-08 13:07:18 +0200919 switch (mp_bus_id_to_type[bus]) {
920 case MP_BUS_ISA: /* ISA pin */
921 {
922 /* set before the switch */
923 break;
924 }
925 case MP_BUS_EISA: /* EISA pin */
926 {
927 trigger = default_EISA_trigger(idx);
928 break;
929 }
930 case MP_BUS_PCI: /* PCI pin */
931 {
932 /* set before the switch */
933 break;
934 }
935 case MP_BUS_MCA: /* MCA pin */
936 {
937 trigger = default_MCA_trigger(idx);
938 break;
939 }
940 default:
941 {
942 printk(KERN_WARNING "broken BIOS!!\n");
943 trigger = 1;
944 break;
945 }
946 }
Alexey Starikovskiyc0a282c2008-03-20 14:55:02 +0300947#endif
Paolo Ciarrocchi36062442008-06-08 13:07:18 +0200948 break;
949 }
950 case 1: /* edge */
951 {
952 trigger = 0;
953 break;
954 }
955 case 2: /* reserved */
956 {
957 printk(KERN_WARNING "broken BIOS!!\n");
958 trigger = 1;
959 break;
960 }
961 case 3: /* level */
962 {
963 trigger = 1;
964 break;
965 }
966 default: /* invalid */
967 {
968 printk(KERN_WARNING "broken BIOS!!\n");
969 trigger = 0;
970 break;
971 }
Linus Torvalds1da177e2005-04-16 15:20:36 -0700972 }
973 return trigger;
974}
975
976static inline int irq_polarity(int idx)
977{
978 return MPBIOS_polarity(idx);
979}
980
981static inline int irq_trigger(int idx)
982{
983 return MPBIOS_trigger(idx);
984}
985
986static int pin_2_irq(int idx, int apic, int pin)
987{
988 int irq, i;
Alexey Starikovskiy2fddb6e282008-05-14 19:03:17 +0400989 int bus = mp_irqs[idx].mp_srcbus;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700990
991 /*
992 * Debugging check, we are in big trouble if this message pops up!
993 */
Alexey Starikovskiy2fddb6e282008-05-14 19:03:17 +0400994 if (mp_irqs[idx].mp_dstirq != pin)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700995 printk(KERN_ERR "broken BIOS or MPTABLE parser, ayiee!!\n");
996
Alexey Starikovskiy643befe2008-03-20 14:54:49 +0300997 if (test_bit(bus, mp_bus_not_pci))
Alexey Starikovskiy2fddb6e282008-05-14 19:03:17 +0400998 irq = mp_irqs[idx].mp_srcbusirq;
Alexey Starikovskiy643befe2008-03-20 14:54:49 +0300999 else {
1000 /*
1001 * PCI IRQs are mapped in order
1002 */
1003 i = irq = 0;
1004 while (i < apic)
1005 irq += nr_ioapic_registers[i++];
1006 irq += pin;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001007
Alexey Starikovskiy643befe2008-03-20 14:54:49 +03001008 /*
1009 * For MPS mode, so far only needed by ES7000 platform
1010 */
1011 if (ioapic_renumber_irq)
1012 irq = ioapic_renumber_irq(apic, irq);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001013 }
1014
1015 /*
1016 * PCI IRQ command line redirection. Yes, limits are hardcoded.
1017 */
1018 if ((pin >= 16) && (pin <= 23)) {
1019 if (pirq_entries[pin-16] != -1) {
1020 if (!pirq_entries[pin-16]) {
1021 apic_printk(APIC_VERBOSE, KERN_DEBUG
1022 "disabling PIRQ%d\n", pin-16);
1023 } else {
1024 irq = pirq_entries[pin-16];
1025 apic_printk(APIC_VERBOSE, KERN_DEBUG
1026 "using PIRQ%d -> IRQ %d\n",
1027 pin-16, irq);
1028 }
1029 }
1030 }
1031 return irq;
1032}
1033
1034static inline int IO_APIC_irq_trigger(int irq)
1035{
1036 int apic, idx, pin;
1037
1038 for (apic = 0; apic < nr_ioapics; apic++) {
1039 for (pin = 0; pin < nr_ioapic_registers[apic]; pin++) {
Paolo Ciarrocchi36062442008-06-08 13:07:18 +02001040 idx = find_irq_entry(apic, pin, mp_INT);
1041 if ((idx != -1) && (irq == pin_2_irq(idx, apic, pin)))
Linus Torvalds1da177e2005-04-16 15:20:36 -07001042 return irq_trigger(idx);
1043 }
1044 }
1045 /*
1046 * nonexistent IRQs are edge default
1047 */
1048 return 0;
1049}
1050
Linus Torvalds1da177e2005-04-16 15:20:36 -07001051
Eric W. Biedermanace80ab2006-10-04 02:16:47 -07001052static int __assign_irq_vector(int irq)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001053{
Paolo Ciarrocchi36062442008-06-08 13:07:18 +02001054 static int current_vector = FIRST_DEVICE_VECTOR, current_offset;
Rusty Russelldbeb2be2007-10-19 20:35:03 +02001055 int vector, offset;
Yinghai Luda51a822008-08-19 20:50:25 -07001056 struct irq_cfg *cfg;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001057
Yinghai Lu301e6192008-08-19 20:50:02 -07001058 BUG_ON((unsigned)irq >= nr_irqs);
Jan Beulich0a1ad602006-06-26 13:56:43 +02001059
Yinghai Luda51a822008-08-19 20:50:25 -07001060 cfg = irq_cfg(irq);
1061 if (cfg->vector > 0)
1062 return cfg->vector;
Eric W. Biedermanace80ab2006-10-04 02:16:47 -07001063
Jan Beulich0a1ad602006-06-26 13:56:43 +02001064 vector = current_vector;
Eric W. Biederman8339f002007-01-29 13:19:05 -07001065 offset = current_offset;
1066next:
1067 vector += 8;
Alan Mayer305b92a2008-04-15 15:36:56 -05001068 if (vector >= first_system_vector) {
Eric W. Biederman8339f002007-01-29 13:19:05 -07001069 offset = (offset + 1) % 8;
1070 vector = FIRST_DEVICE_VECTOR + offset;
1071 }
1072 if (vector == current_vector)
1073 return -ENOSPC;
Rusty Russelldbeb2be2007-10-19 20:35:03 +02001074 if (test_and_set_bit(vector, used_vectors))
Eric W. Biederman8339f002007-01-29 13:19:05 -07001075 goto next;
Eric W. Biederman8339f002007-01-29 13:19:05 -07001076
1077 current_vector = vector;
1078 current_offset = offset;
Yinghai Luda51a822008-08-19 20:50:25 -07001079 cfg->vector = vector;
Jan Beulich0a1ad602006-06-26 13:56:43 +02001080
1081 return vector;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001082}
1083
Eric W. Biedermanace80ab2006-10-04 02:16:47 -07001084static int assign_irq_vector(int irq)
1085{
1086 unsigned long flags;
1087 int vector;
1088
1089 spin_lock_irqsave(&vector_lock, flags);
1090 vector = __assign_irq_vector(irq);
1091 spin_unlock_irqrestore(&vector_lock, flags);
1092
1093 return vector;
1094}
Glauber Costa3fde6902008-05-28 20:34:19 -07001095
Ingo Molnarf5b9ed72006-10-04 02:16:26 -07001096static struct irq_chip ioapic_chip;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001097
1098#define IOAPIC_AUTO -1
1099#define IOAPIC_EDGE 0
1100#define IOAPIC_LEVEL 1
1101
Ingo Molnard1bef4e2006-06-29 02:24:36 -07001102static void ioapic_register_intr(int irq, int vector, unsigned long trigger)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001103{
Yinghai Lu08678b02008-08-19 20:50:05 -07001104 struct irq_desc *desc;
1105
1106 desc = irq_to_desc(irq);
Jan Beulich6ebcc002006-06-26 13:56:46 +02001107 if ((trigger == IOAPIC_AUTO && IO_APIC_irq_trigger(irq)) ||
Thomas Gleixnercc75b922007-08-12 15:46:36 +00001108 trigger == IOAPIC_LEVEL) {
Yinghai Lu08678b02008-08-19 20:50:05 -07001109 desc->status |= IRQ_LEVEL;
Ingo Molnara460e742006-10-17 00:10:03 -07001110 set_irq_chip_and_handler_name(irq, &ioapic_chip,
1111 handle_fasteoi_irq, "fasteoi");
Thomas Gleixnercc75b922007-08-12 15:46:36 +00001112 } else {
Yinghai Lu08678b02008-08-19 20:50:05 -07001113 desc->status &= ~IRQ_LEVEL;
Ingo Molnara460e742006-10-17 00:10:03 -07001114 set_irq_chip_and_handler_name(irq, &ioapic_chip,
1115 handle_edge_irq, "edge");
Thomas Gleixnercc75b922007-08-12 15:46:36 +00001116 }
Eric W. Biedermanace80ab2006-10-04 02:16:47 -07001117 set_intr_gate(vector, interrupt[irq]);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001118}
1119
1120static void __init setup_IO_APIC_irqs(void)
1121{
1122 struct IO_APIC_route_entry entry;
1123 int apic, pin, idx, irq, first_notcon = 1, vector;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001124
1125 apic_printk(APIC_VERBOSE, KERN_DEBUG "init IO_APIC IRQs\n");
1126
1127 for (apic = 0; apic < nr_ioapics; apic++) {
1128 for (pin = 0; pin < nr_ioapic_registers[apic]; pin++) {
1129
1130 /*
1131 * add it to the IO-APIC irq-routing table:
1132 */
Paolo Ciarrocchi36062442008-06-08 13:07:18 +02001133 memset(&entry, 0, sizeof(entry));
Linus Torvalds1da177e2005-04-16 15:20:36 -07001134
1135 entry.delivery_mode = INT_DELIVERY_MODE;
1136 entry.dest_mode = INT_DEST_MODE;
1137 entry.mask = 0; /* enable IRQ */
Paolo Ciarrocchi36062442008-06-08 13:07:18 +02001138 entry.dest.logical.logical_dest =
Linus Torvalds1da177e2005-04-16 15:20:36 -07001139 cpu_mask_to_apicid(TARGET_CPUS);
1140
Paolo Ciarrocchi36062442008-06-08 13:07:18 +02001141 idx = find_irq_entry(apic, pin, mp_INT);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001142 if (idx == -1) {
1143 if (first_notcon) {
1144 apic_printk(APIC_VERBOSE, KERN_DEBUG
1145 " IO-APIC (apicid-pin) %d-%d",
Alexey Starikovskiyec2cd0a2008-05-14 19:03:10 +04001146 mp_ioapics[apic].mp_apicid,
Linus Torvalds1da177e2005-04-16 15:20:36 -07001147 pin);
1148 first_notcon = 0;
1149 } else
1150 apic_printk(APIC_VERBOSE, ", %d-%d",
Alexey Starikovskiyec2cd0a2008-05-14 19:03:10 +04001151 mp_ioapics[apic].mp_apicid, pin);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001152 continue;
1153 }
1154
Yinghai Lu20d225b2007-10-17 18:04:41 +02001155 if (!first_notcon) {
1156 apic_printk(APIC_VERBOSE, " not connected.\n");
1157 first_notcon = 1;
1158 }
1159
Linus Torvalds1da177e2005-04-16 15:20:36 -07001160 entry.trigger = irq_trigger(idx);
1161 entry.polarity = irq_polarity(idx);
1162
1163 if (irq_trigger(idx)) {
1164 entry.trigger = 1;
1165 entry.mask = 1;
1166 }
1167
1168 irq = pin_2_irq(idx, apic, pin);
1169 /*
1170 * skip adding the timer int on secondary nodes, which causes
1171 * a small but painful rift in the time-space continuum
1172 */
1173 if (multi_timer_check(apic, irq))
1174 continue;
1175 else
1176 add_pin_to_irq(irq, apic, pin);
1177
1178 if (!apic && !IO_APIC_IRQ(irq))
1179 continue;
1180
1181 if (IO_APIC_IRQ(irq)) {
1182 vector = assign_irq_vector(irq);
1183 entry.vector = vector;
1184 ioapic_register_intr(irq, vector, IOAPIC_AUTO);
Paolo Ciarrocchi36062442008-06-08 13:07:18 +02001185
Linus Torvalds1da177e2005-04-16 15:20:36 -07001186 if (!apic && (irq < 16))
1187 disable_8259A_irq(irq);
1188 }
Akinobu Mitaa2249cb2008-04-05 22:39:05 +09001189 ioapic_write_entry(apic, pin, entry);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001190 }
1191 }
1192
1193 if (!first_notcon)
1194 apic_printk(APIC_VERBOSE, " not connected.\n");
1195}
1196
1197/*
Maciej W. Rozyckif7633ce2008-05-27 21:19:34 +01001198 * Set up the timer pin, possibly with the 8259A-master behind.
Linus Torvalds1da177e2005-04-16 15:20:36 -07001199 */
Maciej W. Rozyckif7633ce2008-05-27 21:19:34 +01001200static void __init setup_timer_IRQ0_pin(unsigned int apic, unsigned int pin,
1201 int vector)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001202{
1203 struct IO_APIC_route_entry entry;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001204
Paolo Ciarrocchi36062442008-06-08 13:07:18 +02001205 memset(&entry, 0, sizeof(entry));
Linus Torvalds1da177e2005-04-16 15:20:36 -07001206
1207 /*
1208 * We use logical delivery to get the timer IRQ
1209 * to the first CPU.
1210 */
1211 entry.dest_mode = INT_DEST_MODE;
Maciej W. Rozycki03be7502008-05-27 21:19:45 +01001212 entry.mask = 1; /* mask IRQ now */
Linus Torvalds1da177e2005-04-16 15:20:36 -07001213 entry.dest.logical.logical_dest = cpu_mask_to_apicid(TARGET_CPUS);
1214 entry.delivery_mode = INT_DELIVERY_MODE;
1215 entry.polarity = 0;
1216 entry.trigger = 0;
1217 entry.vector = vector;
1218
1219 /*
1220 * The timer IRQ doesn't have to know that behind the
Maciej W. Rozyckif7633ce2008-05-27 21:19:34 +01001221 * scene we may have a 8259A-master in AEOI mode ...
Linus Torvalds1da177e2005-04-16 15:20:36 -07001222 */
Maciej W. Rozyckif0825262008-05-27 21:19:16 +01001223 ioapic_register_intr(0, vector, IOAPIC_EDGE);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001224
1225 /*
1226 * Add it to the IO-APIC irq-routing table:
1227 */
Andi Kleencf4c6a22006-09-26 10:52:30 +02001228 ioapic_write_entry(apic, pin, entry);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001229}
1230
Maciej W. Rozycki32f71af2008-07-21 00:52:49 +01001231
1232__apicdebuginit(void) print_IO_APIC(void)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001233{
1234 int apic, i;
1235 union IO_APIC_reg_00 reg_00;
1236 union IO_APIC_reg_01 reg_01;
1237 union IO_APIC_reg_02 reg_02;
1238 union IO_APIC_reg_03 reg_03;
1239 unsigned long flags;
Yinghai Lu0f978f42008-08-19 20:50:26 -07001240 struct irq_cfg *cfg;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001241
1242 if (apic_verbosity == APIC_QUIET)
1243 return;
1244
Paolo Ciarrocchi36062442008-06-08 13:07:18 +02001245 printk(KERN_DEBUG "number of MP IRQ sources: %d.\n", mp_irq_entries);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001246 for (i = 0; i < nr_ioapics; i++)
1247 printk(KERN_DEBUG "number of IO-APIC #%d registers: %d.\n",
Alexey Starikovskiyec2cd0a2008-05-14 19:03:10 +04001248 mp_ioapics[i].mp_apicid, nr_ioapic_registers[i]);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001249
1250 /*
1251 * We are a bit conservative about what we expect. We have to
1252 * know about every hardware change ASAP.
1253 */
1254 printk(KERN_INFO "testing the IO APIC.......................\n");
1255
1256 for (apic = 0; apic < nr_ioapics; apic++) {
1257
1258 spin_lock_irqsave(&ioapic_lock, flags);
1259 reg_00.raw = io_apic_read(apic, 0);
1260 reg_01.raw = io_apic_read(apic, 1);
1261 if (reg_01.bits.version >= 0x10)
1262 reg_02.raw = io_apic_read(apic, 2);
1263 if (reg_01.bits.version >= 0x20)
1264 reg_03.raw = io_apic_read(apic, 3);
1265 spin_unlock_irqrestore(&ioapic_lock, flags);
1266
Alexey Starikovskiyec2cd0a2008-05-14 19:03:10 +04001267 printk(KERN_DEBUG "IO APIC #%d......\n", mp_ioapics[apic].mp_apicid);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001268 printk(KERN_DEBUG ".... register #00: %08X\n", reg_00.raw);
1269 printk(KERN_DEBUG "....... : physical APIC id: %02X\n", reg_00.bits.ID);
1270 printk(KERN_DEBUG "....... : Delivery Type: %X\n", reg_00.bits.delivery_type);
1271 printk(KERN_DEBUG "....... : LTS : %X\n", reg_00.bits.LTS);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001272
1273 printk(KERN_DEBUG ".... register #01: %08X\n", reg_01.raw);
1274 printk(KERN_DEBUG "....... : max redirection entries: %04X\n", reg_01.bits.entries);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001275
1276 printk(KERN_DEBUG "....... : PRQ implemented: %X\n", reg_01.bits.PRQ);
1277 printk(KERN_DEBUG "....... : IO APIC version: %04X\n", reg_01.bits.version);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001278
1279 /*
1280 * Some Intel chipsets with IO APIC VERSION of 0x1? don't have reg_02,
1281 * but the value of reg_02 is read as the previous read register
1282 * value, so ignore it if reg_02 == reg_01.
1283 */
1284 if (reg_01.bits.version >= 0x10 && reg_02.raw != reg_01.raw) {
1285 printk(KERN_DEBUG ".... register #02: %08X\n", reg_02.raw);
1286 printk(KERN_DEBUG "....... : arbitration: %02X\n", reg_02.bits.arbitration);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001287 }
1288
1289 /*
1290 * Some Intel chipsets with IO APIC VERSION of 0x2? don't have reg_02
1291 * or reg_03, but the value of reg_0[23] is read as the previous read
1292 * register value, so ignore it if reg_03 == reg_0[12].
1293 */
1294 if (reg_01.bits.version >= 0x20 && reg_03.raw != reg_02.raw &&
1295 reg_03.raw != reg_01.raw) {
1296 printk(KERN_DEBUG ".... register #03: %08X\n", reg_03.raw);
1297 printk(KERN_DEBUG "....... : Boot DT : %X\n", reg_03.bits.boot_DT);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001298 }
1299
1300 printk(KERN_DEBUG ".... IRQ redirection table:\n");
1301
1302 printk(KERN_DEBUG " NR Log Phy Mask Trig IRR Pol"
1303 " Stat Dest Deli Vect: \n");
1304
1305 for (i = 0; i <= reg_01.bits.entries; i++) {
1306 struct IO_APIC_route_entry entry;
1307
Andi Kleencf4c6a22006-09-26 10:52:30 +02001308 entry = ioapic_read_entry(apic, i);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001309
1310 printk(KERN_DEBUG " %02x %03X %02X ",
1311 i,
1312 entry.dest.logical.logical_dest,
1313 entry.dest.physical.physical_dest
1314 );
1315
1316 printk("%1d %1d %1d %1d %1d %1d %1d %02X\n",
1317 entry.mask,
1318 entry.trigger,
1319 entry.irr,
1320 entry.polarity,
1321 entry.delivery_status,
1322 entry.dest_mode,
1323 entry.delivery_mode,
1324 entry.vector
1325 );
1326 }
1327 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07001328 printk(KERN_DEBUG "IRQ to pin mappings:\n");
Yinghai Lu0f978f42008-08-19 20:50:26 -07001329 for_each_irq_cfg(cfg) {
1330 struct irq_pin_list *entry = cfg->irq_2_pin;
1331 if (!entry)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001332 continue;
Eric W. Biedermanace80ab2006-10-04 02:16:47 -07001333 printk(KERN_DEBUG "IRQ%d ", i);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001334 for (;;) {
1335 printk("-> %d:%d", entry->apic, entry->pin);
1336 if (!entry->next)
1337 break;
Yinghai Lu0f978f42008-08-19 20:50:26 -07001338 entry = entry->next;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001339 }
1340 printk("\n");
1341 }
1342
1343 printk(KERN_INFO ".................................... done.\n");
1344
1345 return;
1346}
1347
Maciej W. Rozycki32f71af2008-07-21 00:52:49 +01001348__apicdebuginit(void) print_APIC_bitfield(int base)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001349{
1350 unsigned int v;
1351 int i, j;
1352
1353 if (apic_verbosity == APIC_QUIET)
1354 return;
1355
1356 printk(KERN_DEBUG "0123456789abcdef0123456789abcdef\n" KERN_DEBUG);
1357 for (i = 0; i < 8; i++) {
1358 v = apic_read(base + i*0x10);
1359 for (j = 0; j < 32; j++) {
1360 if (v & (1<<j))
1361 printk("1");
1362 else
1363 printk("0");
1364 }
1365 printk("\n");
1366 }
1367}
1368
Maciej W. Rozycki32f71af2008-07-21 00:52:49 +01001369__apicdebuginit(void) print_local_APIC(void *dummy)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001370{
1371 unsigned int v, ver, maxlvt;
Hiroshi Shimamoto7ab6af72008-07-30 17:36:48 -07001372 u64 icr;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001373
1374 if (apic_verbosity == APIC_QUIET)
1375 return;
1376
1377 printk("\n" KERN_DEBUG "printing local APIC contents on CPU#%d/%d:\n",
1378 smp_processor_id(), hard_smp_processor_id());
Andreas Herrmann66823112008-06-05 16:35:10 +02001379 v = apic_read(APIC_ID);
Jack Steiner05f2d122008-03-28 14:12:02 -05001380 printk(KERN_INFO "... APIC ID: %08x (%01x)\n", v,
Yinghai Lu4c9961d2008-07-11 18:44:16 -07001381 GET_APIC_ID(v));
Linus Torvalds1da177e2005-04-16 15:20:36 -07001382 v = apic_read(APIC_LVR);
1383 printk(KERN_INFO "... APIC VERSION: %08x\n", v);
1384 ver = GET_APIC_VERSION(v);
Thomas Gleixnere05d7232007-02-16 01:27:58 -08001385 maxlvt = lapic_get_maxlvt();
Linus Torvalds1da177e2005-04-16 15:20:36 -07001386
1387 v = apic_read(APIC_TASKPRI);
1388 printk(KERN_DEBUG "... APIC TASKPRI: %08x (%02x)\n", v, v & APIC_TPRI_MASK);
1389
1390 if (APIC_INTEGRATED(ver)) { /* !82489DX */
1391 v = apic_read(APIC_ARBPRI);
1392 printk(KERN_DEBUG "... APIC ARBPRI: %08x (%02x)\n", v,
1393 v & APIC_ARBPRI_MASK);
1394 v = apic_read(APIC_PROCPRI);
1395 printk(KERN_DEBUG "... APIC PROCPRI: %08x\n", v);
1396 }
1397
1398 v = apic_read(APIC_EOI);
1399 printk(KERN_DEBUG "... APIC EOI: %08x\n", v);
1400 v = apic_read(APIC_RRR);
1401 printk(KERN_DEBUG "... APIC RRR: %08x\n", v);
1402 v = apic_read(APIC_LDR);
1403 printk(KERN_DEBUG "... APIC LDR: %08x\n", v);
1404 v = apic_read(APIC_DFR);
1405 printk(KERN_DEBUG "... APIC DFR: %08x\n", v);
1406 v = apic_read(APIC_SPIV);
1407 printk(KERN_DEBUG "... APIC SPIV: %08x\n", v);
1408
1409 printk(KERN_DEBUG "... APIC ISR field:\n");
1410 print_APIC_bitfield(APIC_ISR);
1411 printk(KERN_DEBUG "... APIC TMR field:\n");
1412 print_APIC_bitfield(APIC_TMR);
1413 printk(KERN_DEBUG "... APIC IRR field:\n");
1414 print_APIC_bitfield(APIC_IRR);
1415
1416 if (APIC_INTEGRATED(ver)) { /* !82489DX */
1417 if (maxlvt > 3) /* Due to the Pentium erratum 3AP. */
1418 apic_write(APIC_ESR, 0);
1419 v = apic_read(APIC_ESR);
1420 printk(KERN_DEBUG "... APIC ESR: %08x\n", v);
1421 }
1422
Hiroshi Shimamoto7ab6af72008-07-30 17:36:48 -07001423 icr = apic_icr_read();
1424 printk(KERN_DEBUG "... APIC ICR: %08x\n", icr);
1425 printk(KERN_DEBUG "... APIC ICR2: %08x\n", icr >> 32);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001426
1427 v = apic_read(APIC_LVTT);
1428 printk(KERN_DEBUG "... APIC LVTT: %08x\n", v);
1429
1430 if (maxlvt > 3) { /* PC is LVT#4. */
1431 v = apic_read(APIC_LVTPC);
1432 printk(KERN_DEBUG "... APIC LVTPC: %08x\n", v);
1433 }
1434 v = apic_read(APIC_LVT0);
1435 printk(KERN_DEBUG "... APIC LVT0: %08x\n", v);
1436 v = apic_read(APIC_LVT1);
1437 printk(KERN_DEBUG "... APIC LVT1: %08x\n", v);
1438
1439 if (maxlvt > 2) { /* ERR is LVT#3. */
1440 v = apic_read(APIC_LVTERR);
1441 printk(KERN_DEBUG "... APIC LVTERR: %08x\n", v);
1442 }
1443
1444 v = apic_read(APIC_TMICT);
1445 printk(KERN_DEBUG "... APIC TMICT: %08x\n", v);
1446 v = apic_read(APIC_TMCCT);
1447 printk(KERN_DEBUG "... APIC TMCCT: %08x\n", v);
1448 v = apic_read(APIC_TDCR);
1449 printk(KERN_DEBUG "... APIC TDCR: %08x\n", v);
1450 printk("\n");
1451}
1452
Maciej W. Rozycki32f71af2008-07-21 00:52:49 +01001453__apicdebuginit(void) print_all_local_APICs(void)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001454{
Jens Axboe15c8b6c2008-05-09 09:39:44 +02001455 on_each_cpu(print_local_APIC, NULL, 1);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001456}
1457
Maciej W. Rozycki32f71af2008-07-21 00:52:49 +01001458__apicdebuginit(void) print_PIC(void)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001459{
Linus Torvalds1da177e2005-04-16 15:20:36 -07001460 unsigned int v;
1461 unsigned long flags;
1462
1463 if (apic_verbosity == APIC_QUIET)
1464 return;
1465
1466 printk(KERN_DEBUG "\nprinting PIC contents\n");
1467
1468 spin_lock_irqsave(&i8259A_lock, flags);
1469
1470 v = inb(0xa1) << 8 | inb(0x21);
1471 printk(KERN_DEBUG "... PIC IMR: %04x\n", v);
1472
1473 v = inb(0xa0) << 8 | inb(0x20);
1474 printk(KERN_DEBUG "... PIC IRR: %04x\n", v);
1475
Paolo Ciarrocchi36062442008-06-08 13:07:18 +02001476 outb(0x0b, 0xa0);
1477 outb(0x0b, 0x20);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001478 v = inb(0xa0) << 8 | inb(0x20);
Paolo Ciarrocchi36062442008-06-08 13:07:18 +02001479 outb(0x0a, 0xa0);
1480 outb(0x0a, 0x20);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001481
1482 spin_unlock_irqrestore(&i8259A_lock, flags);
1483
1484 printk(KERN_DEBUG "... PIC ISR: %04x\n", v);
1485
1486 v = inb(0x4d1) << 8 | inb(0x4d0);
1487 printk(KERN_DEBUG "... PIC ELCR: %04x\n", v);
1488}
1489
Maciej W. Rozycki32f71af2008-07-21 00:52:49 +01001490__apicdebuginit(int) print_all_ICs(void)
1491{
1492 print_PIC();
1493 print_all_local_APICs();
1494 print_IO_APIC();
1495
1496 return 0;
1497}
1498
1499fs_initcall(print_all_ICs);
1500
Linus Torvalds1da177e2005-04-16 15:20:36 -07001501
1502static void __init enable_IO_APIC(void)
1503{
1504 union IO_APIC_reg_01 reg_01;
Eric W. Biedermanfcfd6362005-10-30 14:59:39 -08001505 int i8259_apic, i8259_pin;
1506 int i, apic;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001507 unsigned long flags;
1508
Linus Torvalds1da177e2005-04-16 15:20:36 -07001509 if (!pirqs_enabled)
1510 for (i = 0; i < MAX_PIRQS; i++)
1511 pirq_entries[i] = -1;
1512
1513 /*
1514 * The number of IO-APIC IRQ registers (== #pins):
1515 */
Eric W. Biedermanfcfd6362005-10-30 14:59:39 -08001516 for (apic = 0; apic < nr_ioapics; apic++) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07001517 spin_lock_irqsave(&ioapic_lock, flags);
Eric W. Biedermanfcfd6362005-10-30 14:59:39 -08001518 reg_01.raw = io_apic_read(apic, 1);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001519 spin_unlock_irqrestore(&ioapic_lock, flags);
Eric W. Biedermanfcfd6362005-10-30 14:59:39 -08001520 nr_ioapic_registers[apic] = reg_01.bits.entries+1;
1521 }
Paolo Ciarrocchi36062442008-06-08 13:07:18 +02001522 for (apic = 0; apic < nr_ioapics; apic++) {
Eric W. Biedermanfcfd6362005-10-30 14:59:39 -08001523 int pin;
1524 /* See if any of the pins is in ExtINT mode */
Eric W. Biederman1008fdd2006-01-11 22:46:06 +01001525 for (pin = 0; pin < nr_ioapic_registers[apic]; pin++) {
Eric W. Biedermanfcfd6362005-10-30 14:59:39 -08001526 struct IO_APIC_route_entry entry;
Andi Kleencf4c6a22006-09-26 10:52:30 +02001527 entry = ioapic_read_entry(apic, pin);
Eric W. Biedermanfcfd6362005-10-30 14:59:39 -08001528
1529
1530 /* If the interrupt line is enabled and in ExtInt mode
1531 * I have found the pin where the i8259 is connected.
1532 */
1533 if ((entry.mask == 0) && (entry.delivery_mode == dest_ExtINT)) {
1534 ioapic_i8259.apic = apic;
1535 ioapic_i8259.pin = pin;
1536 goto found_i8259;
1537 }
1538 }
1539 }
1540 found_i8259:
1541 /* Look to see what if the MP table has reported the ExtINT */
1542 /* If we could not find the appropriate pin by looking at the ioapic
1543 * the i8259 probably is not connected the ioapic but give the
1544 * mptable a chance anyway.
1545 */
1546 i8259_pin = find_isa_irq_pin(0, mp_ExtINT);
1547 i8259_apic = find_isa_irq_apic(0, mp_ExtINT);
1548 /* Trust the MP table if nothing is setup in the hardware */
1549 if ((ioapic_i8259.pin == -1) && (i8259_pin >= 0)) {
1550 printk(KERN_WARNING "ExtINT not setup in hardware but reported by MP table\n");
1551 ioapic_i8259.pin = i8259_pin;
1552 ioapic_i8259.apic = i8259_apic;
1553 }
1554 /* Complain if the MP table and the hardware disagree */
1555 if (((ioapic_i8259.apic != i8259_apic) || (ioapic_i8259.pin != i8259_pin)) &&
1556 (i8259_pin >= 0) && (ioapic_i8259.pin >= 0))
1557 {
1558 printk(KERN_WARNING "ExtINT in hardware and MP table differ\n");
Linus Torvalds1da177e2005-04-16 15:20:36 -07001559 }
1560
1561 /*
1562 * Do not trust the IO-APIC being empty at bootup
1563 */
1564 clear_IO_APIC();
1565}
1566
1567/*
1568 * Not an __init, needed by the reboot code
1569 */
1570void disable_IO_APIC(void)
1571{
1572 /*
1573 * Clear the IO-APIC before rebooting:
1574 */
1575 clear_IO_APIC();
1576
Eric W. Biederman650927e2005-06-25 14:57:44 -07001577 /*
Karsten Wiese0b968d22005-09-09 12:59:04 +02001578 * If the i8259 is routed through an IOAPIC
Eric W. Biederman650927e2005-06-25 14:57:44 -07001579 * Put that IOAPIC in virtual wire mode
Karsten Wiese0b968d22005-09-09 12:59:04 +02001580 * so legacy interrupts can be delivered.
Eric W. Biederman650927e2005-06-25 14:57:44 -07001581 */
Eric W. Biedermanfcfd6362005-10-30 14:59:39 -08001582 if (ioapic_i8259.pin != -1) {
Eric W. Biederman650927e2005-06-25 14:57:44 -07001583 struct IO_APIC_route_entry entry;
Eric W. Biederman650927e2005-06-25 14:57:44 -07001584
1585 memset(&entry, 0, sizeof(entry));
1586 entry.mask = 0; /* Enabled */
1587 entry.trigger = 0; /* Edge */
1588 entry.irr = 0;
1589 entry.polarity = 0; /* High */
1590 entry.delivery_status = 0;
1591 entry.dest_mode = 0; /* Physical */
Eric W. Biedermanfcfd6362005-10-30 14:59:39 -08001592 entry.delivery_mode = dest_ExtINT; /* ExtInt */
Eric W. Biederman650927e2005-06-25 14:57:44 -07001593 entry.vector = 0;
Yinghai Lu4c9961d2008-07-11 18:44:16 -07001594 entry.dest.physical.physical_dest = read_apic_id();
Eric W. Biederman650927e2005-06-25 14:57:44 -07001595
1596 /*
1597 * Add it to the IO-APIC irq-routing table:
1598 */
Andi Kleencf4c6a22006-09-26 10:52:30 +02001599 ioapic_write_entry(ioapic_i8259.apic, ioapic_i8259.pin, entry);
Eric W. Biederman650927e2005-06-25 14:57:44 -07001600 }
Eric W. Biedermanfcfd6362005-10-30 14:59:39 -08001601 disconnect_bsp_APIC(ioapic_i8259.pin != -1);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001602}
1603
1604/*
1605 * function to set the IO-APIC physical IDs based on the
1606 * values stored in the MPC table.
1607 *
1608 * by Matt Domsch <Matt_Domsch@dell.com> Tue Dec 21 12:25:05 CST 1999
1609 */
1610
Linus Torvalds1da177e2005-04-16 15:20:36 -07001611static void __init setup_ioapic_ids_from_mpc(void)
1612{
1613 union IO_APIC_reg_00 reg_00;
1614 physid_mask_t phys_id_present_map;
1615 int apic;
1616 int i;
1617 unsigned char old_id;
1618 unsigned long flags;
1619
Yinghai Lua4dbc342008-07-25 02:14:28 -07001620 if (x86_quirks->setup_ioapic_ids && x86_quirks->setup_ioapic_ids())
Yinghai Lud49c4282008-06-08 18:31:54 -07001621 return;
Yinghai Lud49c4282008-06-08 18:31:54 -07001622
Linus Torvalds1da177e2005-04-16 15:20:36 -07001623 /*
Natalie Protasevichca05fea2005-06-23 00:08:22 -07001624 * Don't check I/O APIC IDs for xAPIC systems. They have
1625 * no meaning without the serial APIC bus.
1626 */
Shaohua Li7c5c1e42006-03-23 02:59:53 -08001627 if (!(boot_cpu_data.x86_vendor == X86_VENDOR_INTEL)
1628 || APIC_XAPIC(apic_version[boot_cpu_physical_apicid]))
Natalie Protasevichca05fea2005-06-23 00:08:22 -07001629 return;
1630 /*
Linus Torvalds1da177e2005-04-16 15:20:36 -07001631 * This is broken; anything with a real cpu count has to
1632 * circumvent this idiocy regardless.
1633 */
1634 phys_id_present_map = ioapic_phys_id_map(phys_cpu_present_map);
1635
1636 /*
1637 * Set the IOAPIC ID to the value stored in the MPC table.
1638 */
1639 for (apic = 0; apic < nr_ioapics; apic++) {
1640
1641 /* Read the register 0 value */
1642 spin_lock_irqsave(&ioapic_lock, flags);
1643 reg_00.raw = io_apic_read(apic, 0);
1644 spin_unlock_irqrestore(&ioapic_lock, flags);
Paolo Ciarrocchi36062442008-06-08 13:07:18 +02001645
Alexey Starikovskiyec2cd0a2008-05-14 19:03:10 +04001646 old_id = mp_ioapics[apic].mp_apicid;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001647
Alexey Starikovskiyec2cd0a2008-05-14 19:03:10 +04001648 if (mp_ioapics[apic].mp_apicid >= get_physical_broadcast()) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07001649 printk(KERN_ERR "BIOS bug, IO-APIC#%d ID is %d in the MPC table!...\n",
Alexey Starikovskiyec2cd0a2008-05-14 19:03:10 +04001650 apic, mp_ioapics[apic].mp_apicid);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001651 printk(KERN_ERR "... fixing up to %d. (tell your hw vendor)\n",
1652 reg_00.bits.ID);
Alexey Starikovskiyec2cd0a2008-05-14 19:03:10 +04001653 mp_ioapics[apic].mp_apicid = reg_00.bits.ID;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001654 }
1655
Linus Torvalds1da177e2005-04-16 15:20:36 -07001656 /*
1657 * Sanity check, is the ID really free? Every APIC in a
1658 * system must have a unique ID or we get lots of nice
1659 * 'stuck on smp_invalidate_needed IPI wait' messages.
1660 */
1661 if (check_apicid_used(phys_id_present_map,
Alexey Starikovskiyec2cd0a2008-05-14 19:03:10 +04001662 mp_ioapics[apic].mp_apicid)) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07001663 printk(KERN_ERR "BIOS bug, IO-APIC#%d ID %d is already used!...\n",
Alexey Starikovskiyec2cd0a2008-05-14 19:03:10 +04001664 apic, mp_ioapics[apic].mp_apicid);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001665 for (i = 0; i < get_physical_broadcast(); i++)
1666 if (!physid_isset(i, phys_id_present_map))
1667 break;
1668 if (i >= get_physical_broadcast())
1669 panic("Max APIC ID exceeded!\n");
1670 printk(KERN_ERR "... fixing up to %d. (tell your hw vendor)\n",
1671 i);
1672 physid_set(i, phys_id_present_map);
Alexey Starikovskiyec2cd0a2008-05-14 19:03:10 +04001673 mp_ioapics[apic].mp_apicid = i;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001674 } else {
1675 physid_mask_t tmp;
Alexey Starikovskiyec2cd0a2008-05-14 19:03:10 +04001676 tmp = apicid_to_cpu_present(mp_ioapics[apic].mp_apicid);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001677 apic_printk(APIC_VERBOSE, "Setting %d in the "
1678 "phys_id_present_map\n",
Alexey Starikovskiyec2cd0a2008-05-14 19:03:10 +04001679 mp_ioapics[apic].mp_apicid);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001680 physids_or(phys_id_present_map, phys_id_present_map, tmp);
1681 }
1682
1683
1684 /*
1685 * We need to adjust the IRQ routing table
1686 * if the ID changed.
1687 */
Alexey Starikovskiyec2cd0a2008-05-14 19:03:10 +04001688 if (old_id != mp_ioapics[apic].mp_apicid)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001689 for (i = 0; i < mp_irq_entries; i++)
Alexey Starikovskiy2fddb6e282008-05-14 19:03:17 +04001690 if (mp_irqs[i].mp_dstapic == old_id)
1691 mp_irqs[i].mp_dstapic
Alexey Starikovskiyec2cd0a2008-05-14 19:03:10 +04001692 = mp_ioapics[apic].mp_apicid;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001693
1694 /*
1695 * Read the right value from the MPC table and
1696 * write it into the ID register.
Paolo Ciarrocchi36062442008-06-08 13:07:18 +02001697 */
Linus Torvalds1da177e2005-04-16 15:20:36 -07001698 apic_printk(APIC_VERBOSE, KERN_INFO
1699 "...changing IO-APIC physical APIC ID to %d ...",
Alexey Starikovskiyec2cd0a2008-05-14 19:03:10 +04001700 mp_ioapics[apic].mp_apicid);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001701
Alexey Starikovskiyec2cd0a2008-05-14 19:03:10 +04001702 reg_00.bits.ID = mp_ioapics[apic].mp_apicid;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001703 spin_lock_irqsave(&ioapic_lock, flags);
1704 io_apic_write(apic, 0, reg_00.raw);
1705 spin_unlock_irqrestore(&ioapic_lock, flags);
1706
1707 /*
1708 * Sanity check
1709 */
1710 spin_lock_irqsave(&ioapic_lock, flags);
1711 reg_00.raw = io_apic_read(apic, 0);
1712 spin_unlock_irqrestore(&ioapic_lock, flags);
Alexey Starikovskiyec2cd0a2008-05-14 19:03:10 +04001713 if (reg_00.bits.ID != mp_ioapics[apic].mp_apicid)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001714 printk("could not set ID!\n");
1715 else
1716 apic_printk(APIC_VERBOSE, " ok.\n");
1717 }
1718}
Linus Torvalds1da177e2005-04-16 15:20:36 -07001719
Zachary Amsden7ce0bcf2007-02-13 13:26:21 +01001720int no_timer_check __initdata;
Zachary Amsden8542b202006-12-07 02:14:09 +01001721
1722static int __init notimercheck(char *s)
1723{
1724 no_timer_check = 1;
1725 return 1;
1726}
1727__setup("no_timer_check", notimercheck);
1728
Linus Torvalds1da177e2005-04-16 15:20:36 -07001729/*
1730 * There is a nasty bug in some older SMP boards, their mptable lies
1731 * about the timer IRQ. We do the following to work around the situation:
1732 *
1733 * - timer IRQ defaults to IO-APIC IRQ
1734 * - if this function detects that timer IRQs are defunct, then we fall
1735 * back to ISA timer IRQs
1736 */
Adrian Bunkf0a7a5c2007-07-21 17:10:29 +02001737static int __init timer_irq_works(void)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001738{
1739 unsigned long t1 = jiffies;
Ingo Molnar4aae0702007-12-18 18:05:58 +01001740 unsigned long flags;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001741
Zachary Amsden8542b202006-12-07 02:14:09 +01001742 if (no_timer_check)
1743 return 1;
1744
Ingo Molnar4aae0702007-12-18 18:05:58 +01001745 local_save_flags(flags);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001746 local_irq_enable();
1747 /* Let ten ticks pass... */
1748 mdelay((10 * 1000) / HZ);
Ingo Molnar4aae0702007-12-18 18:05:58 +01001749 local_irq_restore(flags);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001750
1751 /*
1752 * Expect a few ticks at least, to be sure some possible
1753 * glue logic does not lock up after one or two first
1754 * ticks in a non-ExtINT mode. Also the local APIC
1755 * might have cached one ExtINT interrupt. Finally, at
1756 * least one tick may be lost due to delays.
1757 */
Julia Lawall1d16b532008-01-30 13:32:19 +01001758 if (time_after(jiffies, t1 + 4))
Linus Torvalds1da177e2005-04-16 15:20:36 -07001759 return 1;
1760
1761 return 0;
1762}
1763
1764/*
1765 * In the SMP+IOAPIC case it might happen that there are an unspecified
1766 * number of pending IRQ events unhandled. These cases are very rare,
1767 * so we 'resend' these IRQs via IPIs, to the same CPU. It's much
1768 * better to do it this way as thus we do not have to be aware of
1769 * 'pending' interrupts in the IRQ path, except at this point.
1770 */
1771/*
1772 * Edge triggered needs to resend any interrupt
1773 * that was delayed but this is now handled in the device
1774 * independent code.
1775 */
1776
1777/*
Ingo Molnarf5b9ed72006-10-04 02:16:26 -07001778 * Startup quirk:
1779 *
Linus Torvalds1da177e2005-04-16 15:20:36 -07001780 * Starting up a edge-triggered IO-APIC interrupt is
1781 * nasty - we need to make sure that we get the edge.
1782 * If it is already asserted for some reason, we need
1783 * return 1 to indicate that is was pending.
1784 *
1785 * This is not complete - we should be able to fake
1786 * an edge even if it isn't on the 8259A...
Ingo Molnarf5b9ed72006-10-04 02:16:26 -07001787 *
1788 * (We do this for level-triggered IRQs too - it cannot hurt.)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001789 */
Ingo Molnarf5b9ed72006-10-04 02:16:26 -07001790static unsigned int startup_ioapic_irq(unsigned int irq)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001791{
1792 int was_pending = 0;
1793 unsigned long flags;
1794
1795 spin_lock_irqsave(&ioapic_lock, flags);
1796 if (irq < 16) {
1797 disable_8259A_irq(irq);
1798 if (i8259A_irq_pending(irq))
1799 was_pending = 1;
1800 }
1801 __unmask_IO_APIC_irq(irq);
1802 spin_unlock_irqrestore(&ioapic_lock, flags);
1803
1804 return was_pending;
1805}
1806
Ingo Molnarf5b9ed72006-10-04 02:16:26 -07001807static void ack_ioapic_irq(unsigned int irq)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001808{
Eric W. Biedermanace80ab2006-10-04 02:16:47 -07001809 move_native_irq(irq);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001810 ack_APIC_irq();
1811}
1812
Ingo Molnarf5b9ed72006-10-04 02:16:26 -07001813static void ack_ioapic_quirk_irq(unsigned int irq)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001814{
1815 unsigned long v;
1816 int i;
1817
Eric W. Biedermanace80ab2006-10-04 02:16:47 -07001818 move_native_irq(irq);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001819/*
1820 * It appears there is an erratum which affects at least version 0x11
1821 * of I/O APIC (that's the 82093AA and cores integrated into various
1822 * chipsets). Under certain conditions a level-triggered interrupt is
1823 * erroneously delivered as edge-triggered one but the respective IRR
1824 * bit gets set nevertheless. As a result the I/O unit expects an EOI
1825 * message but it will never arrive and further interrupts are blocked
1826 * from the source. The exact reason is so far unknown, but the
1827 * phenomenon was observed when two consecutive interrupt requests
1828 * from a given source get delivered to the same CPU and the source is
1829 * temporarily disabled in between.
1830 *
1831 * A workaround is to simulate an EOI message manually. We achieve it
1832 * by setting the trigger mode to edge and then to level when the edge
1833 * trigger mode gets detected in the TMR of a local APIC for a
1834 * level-triggered interrupt. We mask the source for the time of the
1835 * operation to prevent an edge-triggered interrupt escaping meanwhile.
1836 * The idea is from Manfred Spraul. --macro
1837 */
Yinghai Lua1420f32008-08-19 20:50:24 -07001838 i = irq_cfg(irq)->vector;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001839
1840 v = apic_read(APIC_TMR + ((i & ~0x1f) >> 1));
1841
1842 ack_APIC_irq();
1843
1844 if (!(v & (1 << (i & 0x1f)))) {
1845 atomic_inc(&irq_mis_count);
1846 spin_lock(&ioapic_lock);
1847 __mask_and_edge_IO_APIC_irq(irq);
1848 __unmask_and_level_IO_APIC_irq(irq);
1849 spin_unlock(&ioapic_lock);
1850 }
1851}
1852
Eric W. Biedermanace80ab2006-10-04 02:16:47 -07001853static int ioapic_retrigger_irq(unsigned int irq)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001854{
Yinghai Lua1420f32008-08-19 20:50:24 -07001855 send_IPI_self(irq_cfg(irq)->vector);
Ingo Molnarc0ad90a2006-06-29 02:24:44 -07001856
1857 return 1;
1858}
1859
Ingo Molnarf5b9ed72006-10-04 02:16:26 -07001860static struct irq_chip ioapic_chip __read_mostly = {
1861 .name = "IO-APIC",
Eric W. Biedermanace80ab2006-10-04 02:16:47 -07001862 .startup = startup_ioapic_irq,
1863 .mask = mask_IO_APIC_irq,
1864 .unmask = unmask_IO_APIC_irq,
1865 .ack = ack_ioapic_irq,
1866 .eoi = ack_ioapic_quirk_irq,
Ashok Raj54d5d422005-09-06 15:16:15 -07001867#ifdef CONFIG_SMP
Eric W. Biedermanace80ab2006-10-04 02:16:47 -07001868 .set_affinity = set_ioapic_affinity_irq,
Ashok Raj54d5d422005-09-06 15:16:15 -07001869#endif
Eric W. Biedermanace80ab2006-10-04 02:16:47 -07001870 .retrigger = ioapic_retrigger_irq,
Linus Torvalds1da177e2005-04-16 15:20:36 -07001871};
1872
Linus Torvalds1da177e2005-04-16 15:20:36 -07001873
1874static inline void init_IO_APIC_traps(void)
1875{
1876 int irq;
Yinghai Lu08678b02008-08-19 20:50:05 -07001877 struct irq_desc *desc;
Yinghai Luda51a822008-08-19 20:50:25 -07001878 struct irq_cfg *cfg;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001879
1880 /*
1881 * NOTE! The local APIC isn't very good at handling
1882 * multiple interrupts at the same interrupt level.
1883 * As the interrupt level is determined by taking the
1884 * vector number and shifting that right by 4, we
1885 * want to spread these out a bit so that they don't
1886 * all fall in the same interrupt level.
1887 *
1888 * Also, we've got to be careful not to trash gate
1889 * 0x80, because int 0x80 is hm, kind of importantish. ;)
1890 */
Yinghai Luda51a822008-08-19 20:50:25 -07001891 for_each_irq_cfg(cfg) {
1892 irq = cfg->irq;
1893 if (IO_APIC_IRQ(irq) && !cfg->vector) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07001894 /*
1895 * Hmm.. We don't have an entry for this,
1896 * so default to an old-fashioned 8259
1897 * interrupt if we can..
1898 */
1899 if (irq < 16)
1900 make_8259A_irq(irq);
Yinghai Lu08678b02008-08-19 20:50:05 -07001901 else {
1902 desc = irq_to_desc(irq);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001903 /* Strange. Oh, well.. */
Yinghai Lu08678b02008-08-19 20:50:05 -07001904 desc->chip = &no_irq_chip;
1905 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07001906 }
1907 }
1908}
1909
Ingo Molnarf5b9ed72006-10-04 02:16:26 -07001910/*
1911 * The local APIC irq-chip implementation:
1912 */
Linus Torvalds1da177e2005-04-16 15:20:36 -07001913
Maciej W. Rozyckic88ac1d2008-07-11 19:35:17 +01001914static void ack_lapic_irq(unsigned int irq)
Ingo Molnarf5b9ed72006-10-04 02:16:26 -07001915{
1916 ack_APIC_irq();
Linus Torvalds1da177e2005-04-16 15:20:36 -07001917}
1918
Paolo Ciarrocchi36062442008-06-08 13:07:18 +02001919static void mask_lapic_irq(unsigned int irq)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001920{
1921 unsigned long v;
1922
1923 v = apic_read(APIC_LVT0);
Maciej W. Rozycki593f4a72008-07-16 19:15:30 +01001924 apic_write(APIC_LVT0, v | APIC_LVT_MASKED);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001925}
1926
Paolo Ciarrocchi36062442008-06-08 13:07:18 +02001927static void unmask_lapic_irq(unsigned int irq)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001928{
Ingo Molnarf5b9ed72006-10-04 02:16:26 -07001929 unsigned long v;
1930
1931 v = apic_read(APIC_LVT0);
Maciej W. Rozycki593f4a72008-07-16 19:15:30 +01001932 apic_write(APIC_LVT0, v & ~APIC_LVT_MASKED);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001933}
1934
Ingo Molnarf5b9ed72006-10-04 02:16:26 -07001935static struct irq_chip lapic_chip __read_mostly = {
Maciej W. Rozycki9a1c6192008-05-27 21:19:09 +01001936 .name = "local-APIC",
Ingo Molnarf5b9ed72006-10-04 02:16:26 -07001937 .mask = mask_lapic_irq,
1938 .unmask = unmask_lapic_irq,
Maciej W. Rozyckic88ac1d2008-07-11 19:35:17 +01001939 .ack = ack_lapic_irq,
Linus Torvalds1da177e2005-04-16 15:20:36 -07001940};
1941
Maciej W. Rozyckic88ac1d2008-07-11 19:35:17 +01001942static void lapic_register_intr(int irq, int vector)
1943{
Yinghai Lu08678b02008-08-19 20:50:05 -07001944 struct irq_desc *desc;
1945
1946 desc = irq_to_desc(irq);
1947 desc->status &= ~IRQ_LEVEL;
Maciej W. Rozyckic88ac1d2008-07-11 19:35:17 +01001948 set_irq_chip_and_handler_name(irq, &lapic_chip, handle_edge_irq,
1949 "edge");
1950 set_intr_gate(vector, interrupt[irq]);
1951}
1952
Jan Beuliche9427102008-01-30 13:31:24 +01001953static void __init setup_nmi(void)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001954{
1955 /*
Paolo Ciarrocchi36062442008-06-08 13:07:18 +02001956 * Dirty trick to enable the NMI watchdog ...
Linus Torvalds1da177e2005-04-16 15:20:36 -07001957 * We put the 8259A master into AEOI mode and
1958 * unmask on all local APICs LVT0 as NMI.
1959 *
1960 * The idea to use the 8259A in AEOI mode ('8259A Virtual Wire')
1961 * is from Maciej W. Rozycki - so we do not have to EOI from
1962 * the NMI handler or the timer interrupt.
Paolo Ciarrocchi36062442008-06-08 13:07:18 +02001963 */
Linus Torvalds1da177e2005-04-16 15:20:36 -07001964 apic_printk(APIC_VERBOSE, KERN_INFO "activating NMI Watchdog ...");
1965
Jan Beuliche9427102008-01-30 13:31:24 +01001966 enable_NMI_through_LVT0();
Linus Torvalds1da177e2005-04-16 15:20:36 -07001967
1968 apic_printk(APIC_VERBOSE, " done.\n");
1969}
1970
1971/*
1972 * This looks a bit hackish but it's about the only one way of sending
1973 * a few INTA cycles to 8259As and any associated glue logic. ICR does
1974 * not support the ExtINT mode, unfortunately. We need to send these
1975 * cycles as some i82489DX-based boards have glue logic that keeps the
1976 * 8259A interrupt line asserted until INTA. --macro
1977 */
Jacek Luczak28acf282008-04-12 17:41:12 +02001978static inline void __init unlock_ExtINT_logic(void)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001979{
Eric W. Biedermanfcfd6362005-10-30 14:59:39 -08001980 int apic, pin, i;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001981 struct IO_APIC_route_entry entry0, entry1;
1982 unsigned char save_control, save_freq_select;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001983
Eric W. Biedermanfcfd6362005-10-30 14:59:39 -08001984 pin = find_isa_irq_pin(8, mp_INT);
Adrian Bunk956fb532006-12-07 02:14:11 +01001985 if (pin == -1) {
1986 WARN_ON_ONCE(1);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001987 return;
Adrian Bunk956fb532006-12-07 02:14:11 +01001988 }
1989 apic = find_isa_irq_apic(8, mp_INT);
1990 if (apic == -1) {
1991 WARN_ON_ONCE(1);
1992 return;
1993 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07001994
Andi Kleencf4c6a22006-09-26 10:52:30 +02001995 entry0 = ioapic_read_entry(apic, pin);
Eric W. Biedermanfcfd6362005-10-30 14:59:39 -08001996 clear_IO_APIC_pin(apic, pin);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001997
1998 memset(&entry1, 0, sizeof(entry1));
1999
2000 entry1.dest_mode = 0; /* physical delivery */
2001 entry1.mask = 0; /* unmask IRQ now */
2002 entry1.dest.physical.physical_dest = hard_smp_processor_id();
2003 entry1.delivery_mode = dest_ExtINT;
2004 entry1.polarity = entry0.polarity;
2005 entry1.trigger = 0;
2006 entry1.vector = 0;
2007
Andi Kleencf4c6a22006-09-26 10:52:30 +02002008 ioapic_write_entry(apic, pin, entry1);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002009
2010 save_control = CMOS_READ(RTC_CONTROL);
2011 save_freq_select = CMOS_READ(RTC_FREQ_SELECT);
2012 CMOS_WRITE((save_freq_select & ~RTC_RATE_SELECT) | 0x6,
2013 RTC_FREQ_SELECT);
2014 CMOS_WRITE(save_control | RTC_PIE, RTC_CONTROL);
2015
2016 i = 100;
2017 while (i-- > 0) {
2018 mdelay(10);
2019 if ((CMOS_READ(RTC_INTR_FLAGS) & RTC_PF) == RTC_PF)
2020 i -= 10;
2021 }
2022
2023 CMOS_WRITE(save_control, RTC_CONTROL);
2024 CMOS_WRITE(save_freq_select, RTC_FREQ_SELECT);
Eric W. Biedermanfcfd6362005-10-30 14:59:39 -08002025 clear_IO_APIC_pin(apic, pin);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002026
Andi Kleencf4c6a22006-09-26 10:52:30 +02002027 ioapic_write_entry(apic, pin, entry0);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002028}
2029
2030/*
2031 * This code may look a bit paranoid, but it's supposed to cooperate with
2032 * a wide range of boards and BIOS bugs. Fortunately only the timer IRQ
2033 * is so screwy. Thanks to Brian Perkins for testing/hacking this beast
2034 * fanatically on his truly buggy board.
2035 */
Zachary Amsden8542b202006-12-07 02:14:09 +01002036static inline void __init check_timer(void)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002037{
Eric W. Biedermanfcfd6362005-10-30 14:59:39 -08002038 int apic1, pin1, apic2, pin2;
Maciej W. Rozycki691874f2008-05-27 21:19:51 +01002039 int no_pin1 = 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002040 int vector;
Ingo Molnar6e908942008-03-21 14:32:36 +01002041 unsigned int ver;
Ingo Molnar4aae0702007-12-18 18:05:58 +01002042 unsigned long flags;
2043
2044 local_irq_save(flags);
Maciej W. Rozyckid4d25de2007-11-26 20:42:19 +01002045
Ingo Molnar6e908942008-03-21 14:32:36 +01002046 ver = apic_read(APIC_LVR);
2047 ver = GET_APIC_VERSION(ver);
2048
Linus Torvalds1da177e2005-04-16 15:20:36 -07002049 /*
2050 * get/set the timer IRQ vector:
2051 */
2052 disable_8259A_irq(0);
2053 vector = assign_irq_vector(0);
2054 set_intr_gate(vector, interrupt[0]);
2055
2056 /*
Maciej W. Rozyckid11d5792008-05-21 22:09:11 +01002057 * As IRQ0 is to be enabled in the 8259A, the virtual
2058 * wire has to be disabled in the local APIC. Also
2059 * timer interrupts need to be acknowledged manually in
2060 * the 8259A for the i82489DX when using the NMI
2061 * watchdog as that APIC treats NMIs as level-triggered.
2062 * The AEOI mode will finish them in the 8259A
2063 * automatically.
Linus Torvalds1da177e2005-04-16 15:20:36 -07002064 */
Maciej W. Rozycki593f4a72008-07-16 19:15:30 +01002065 apic_write(APIC_LVT0, APIC_LVT_MASKED | APIC_DM_EXTINT);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002066 init_8259A(1);
Maciej W. Rozyckid11d5792008-05-21 22:09:11 +01002067 timer_ack = (nmi_watchdog == NMI_IO_APIC && !APIC_INTEGRATED(ver));
Linus Torvalds1da177e2005-04-16 15:20:36 -07002068
Eric W. Biedermanfcfd6362005-10-30 14:59:39 -08002069 pin1 = find_isa_irq_pin(0, mp_INT);
2070 apic1 = find_isa_irq_apic(0, mp_INT);
2071 pin2 = ioapic_i8259.pin;
2072 apic2 = ioapic_i8259.apic;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002073
Maciej W. Rozycki49a66a02008-07-14 19:08:13 +01002074 apic_printk(APIC_QUIET, KERN_INFO "..TIMER: vector=0x%02X "
2075 "apic1=%d pin1=%d apic2=%d pin2=%d\n",
2076 vector, apic1, pin1, apic2, pin2);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002077
Maciej W. Rozycki691874f2008-05-27 21:19:51 +01002078 /*
2079 * Some BIOS writers are clueless and report the ExtINTA
2080 * I/O APIC input from the cascaded 8259A as the timer
2081 * interrupt input. So just in case, if only one pin
2082 * was found above, try it both directly and through the
2083 * 8259A.
2084 */
2085 if (pin1 == -1) {
2086 pin1 = pin2;
2087 apic1 = apic2;
2088 no_pin1 = 1;
2089 } else if (pin2 == -1) {
2090 pin2 = pin1;
2091 apic2 = apic1;
2092 }
2093
Linus Torvalds1da177e2005-04-16 15:20:36 -07002094 if (pin1 != -1) {
2095 /*
2096 * Ok, does IRQ0 through the IOAPIC work?
2097 */
Maciej W. Rozycki691874f2008-05-27 21:19:51 +01002098 if (no_pin1) {
2099 add_pin_to_irq(0, apic1, pin1);
2100 setup_timer_IRQ0_pin(apic1, pin1, vector);
2101 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07002102 unmask_IO_APIC_irq(0);
2103 if (timer_irq_works()) {
2104 if (nmi_watchdog == NMI_IO_APIC) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07002105 setup_nmi();
2106 enable_8259A_irq(0);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002107 }
Chuck Ebbert66759a02005-09-12 18:49:25 +02002108 if (disable_timer_pin_1 > 0)
2109 clear_IO_APIC_pin(0, pin1);
Ingo Molnar4aae0702007-12-18 18:05:58 +01002110 goto out;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002111 }
Eric W. Biedermanfcfd6362005-10-30 14:59:39 -08002112 clear_IO_APIC_pin(apic1, pin1);
Maciej W. Rozycki691874f2008-05-27 21:19:51 +01002113 if (!no_pin1)
Maciej W. Rozycki49a66a02008-07-14 19:08:13 +01002114 apic_printk(APIC_QUIET, KERN_ERR "..MP-BIOS bug: "
2115 "8254 timer not connected to IO-APIC\n");
Linus Torvalds1da177e2005-04-16 15:20:36 -07002116
Maciej W. Rozycki49a66a02008-07-14 19:08:13 +01002117 apic_printk(APIC_QUIET, KERN_INFO "...trying to set up timer "
2118 "(IRQ0) through the 8259A ...\n");
2119 apic_printk(APIC_QUIET, KERN_INFO
2120 "..... (found apic %d pin %d) ...\n", apic2, pin2);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002121 /*
2122 * legacy devices should be connected to IO APIC #0
2123 */
Maciej W. Rozycki691874f2008-05-27 21:19:51 +01002124 replace_pin_at_irq(0, apic1, pin1, apic2, pin2);
Maciej W. Rozyckif7633ce2008-05-27 21:19:34 +01002125 setup_timer_IRQ0_pin(apic2, pin2, vector);
Maciej W. Rozycki24742ec2008-05-27 21:19:40 +01002126 unmask_IO_APIC_irq(0);
Maciej W. Rozyckiecd29472008-05-21 22:09:19 +01002127 enable_8259A_irq(0);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002128 if (timer_irq_works()) {
Maciej W. Rozycki49a66a02008-07-14 19:08:13 +01002129 apic_printk(APIC_QUIET, KERN_INFO "....... works.\n");
Maciej W. Rozycki35542c52008-05-21 22:10:22 +01002130 timer_through_8259 = 1;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002131 if (nmi_watchdog == NMI_IO_APIC) {
Maciej W. Rozycki60134eb2008-05-21 22:09:34 +01002132 disable_8259A_irq(0);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002133 setup_nmi();
Maciej W. Rozycki60134eb2008-05-21 22:09:34 +01002134 enable_8259A_irq(0);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002135 }
Ingo Molnar4aae0702007-12-18 18:05:58 +01002136 goto out;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002137 }
2138 /*
2139 * Cleanup, just in case ...
2140 */
Maciej W. Rozyckiecd29472008-05-21 22:09:19 +01002141 disable_8259A_irq(0);
Eric W. Biedermanfcfd6362005-10-30 14:59:39 -08002142 clear_IO_APIC_pin(apic2, pin2);
Maciej W. Rozycki49a66a02008-07-14 19:08:13 +01002143 apic_printk(APIC_QUIET, KERN_INFO "....... failed.\n");
Linus Torvalds1da177e2005-04-16 15:20:36 -07002144 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07002145
2146 if (nmi_watchdog == NMI_IO_APIC) {
Maciej W. Rozycki49a66a02008-07-14 19:08:13 +01002147 apic_printk(APIC_QUIET, KERN_WARNING "timer doesn't work "
2148 "through the IO-APIC - disabling NMI Watchdog!\n");
Cyrill Gorcunov067fa0f2008-05-29 22:32:30 +04002149 nmi_watchdog = NMI_NONE;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002150 }
Maciej W. Rozyckid11d5792008-05-21 22:09:11 +01002151 timer_ack = 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002152
Maciej W. Rozycki49a66a02008-07-14 19:08:13 +01002153 apic_printk(APIC_QUIET, KERN_INFO
2154 "...trying to set up timer as Virtual Wire IRQ...\n");
Linus Torvalds1da177e2005-04-16 15:20:36 -07002155
Maciej W. Rozyckic88ac1d2008-07-11 19:35:17 +01002156 lapic_register_intr(0, vector);
Maciej W. Rozycki593f4a72008-07-16 19:15:30 +01002157 apic_write(APIC_LVT0, APIC_DM_FIXED | vector); /* Fixed mode */
Linus Torvalds1da177e2005-04-16 15:20:36 -07002158 enable_8259A_irq(0);
2159
2160 if (timer_irq_works()) {
Maciej W. Rozycki49a66a02008-07-14 19:08:13 +01002161 apic_printk(APIC_QUIET, KERN_INFO "..... works.\n");
Ingo Molnar4aae0702007-12-18 18:05:58 +01002162 goto out;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002163 }
Maciej W. Rozyckie67465f2008-05-21 22:09:26 +01002164 disable_8259A_irq(0);
Maciej W. Rozycki593f4a72008-07-16 19:15:30 +01002165 apic_write(APIC_LVT0, APIC_LVT_MASKED | APIC_DM_FIXED | vector);
Maciej W. Rozycki49a66a02008-07-14 19:08:13 +01002166 apic_printk(APIC_QUIET, KERN_INFO "..... failed.\n");
Linus Torvalds1da177e2005-04-16 15:20:36 -07002167
Maciej W. Rozycki49a66a02008-07-14 19:08:13 +01002168 apic_printk(APIC_QUIET, KERN_INFO
2169 "...trying to set up timer as ExtINT IRQ...\n");
Linus Torvalds1da177e2005-04-16 15:20:36 -07002170
Linus Torvalds1da177e2005-04-16 15:20:36 -07002171 init_8259A(0);
2172 make_8259A_irq(0);
Maciej W. Rozycki593f4a72008-07-16 19:15:30 +01002173 apic_write(APIC_LVT0, APIC_DM_EXTINT);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002174
2175 unlock_ExtINT_logic();
2176
2177 if (timer_irq_works()) {
Maciej W. Rozycki49a66a02008-07-14 19:08:13 +01002178 apic_printk(APIC_QUIET, KERN_INFO "..... works.\n");
Ingo Molnar4aae0702007-12-18 18:05:58 +01002179 goto out;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002180 }
Maciej W. Rozycki49a66a02008-07-14 19:08:13 +01002181 apic_printk(APIC_QUIET, KERN_INFO "..... failed :(.\n");
Linus Torvalds1da177e2005-04-16 15:20:36 -07002182 panic("IO-APIC + timer doesn't work! Boot with apic=debug and send a "
Maciej W. Rozycki49a66a02008-07-14 19:08:13 +01002183 "report. Then try booting with the 'noapic' option.\n");
Ingo Molnar4aae0702007-12-18 18:05:58 +01002184out:
2185 local_irq_restore(flags);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002186}
2187
2188/*
Maciej W. Rozyckiaf174782008-07-11 19:35:23 +01002189 * Traditionally ISA IRQ2 is the cascade IRQ, and is not available
2190 * to devices. However there may be an I/O APIC pin available for
2191 * this interrupt regardless. The pin may be left unconnected, but
2192 * typically it will be reused as an ExtINT cascade interrupt for
2193 * the master 8259A. In the MPS case such a pin will normally be
2194 * reported as an ExtINT interrupt in the MP table. With ACPI
2195 * there is no provision for ExtINT interrupts, and in the absence
2196 * of an override it would be treated as an ordinary ISA I/O APIC
2197 * interrupt, that is edge-triggered and unmasked by default. We
2198 * used to do this, but it caused problems on some systems because
2199 * of the NMI watchdog and sometimes IRQ0 of the 8254 timer using
2200 * the same ExtINT cascade interrupt to drive the local APIC of the
2201 * bootstrap processor. Therefore we refrain from routing IRQ2 to
2202 * the I/O APIC in all cases now. No actual device should request
2203 * it anyway. --macro
Linus Torvalds1da177e2005-04-16 15:20:36 -07002204 */
2205#define PIC_IRQS (1 << PIC_CASCADE_IR)
2206
2207void __init setup_IO_APIC(void)
2208{
Rusty Russelldbeb2be2007-10-19 20:35:03 +02002209 int i;
2210
2211 /* Reserve all the system vectors. */
Alan Mayer305b92a2008-04-15 15:36:56 -05002212 for (i = first_system_vector; i < NR_VECTORS; i++)
Rusty Russelldbeb2be2007-10-19 20:35:03 +02002213 set_bit(i, used_vectors);
2214
Linus Torvalds1da177e2005-04-16 15:20:36 -07002215 enable_IO_APIC();
2216
Maciej W. Rozyckiaf174782008-07-11 19:35:23 +01002217 io_apic_irqs = ~PIC_IRQS;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002218
2219 printk("ENABLING IO-APIC IRQs\n");
2220
2221 /*
2222 * Set up IO-APIC IRQ routing.
2223 */
2224 if (!acpi_ioapic)
2225 setup_ioapic_ids_from_mpc();
2226 sync_Arb_IDs();
2227 setup_IO_APIC_irqs();
2228 init_IO_APIC_traps();
Linus Torvalds1e4c85f2005-10-31 19:16:17 -08002229 check_timer();
Linus Torvalds1da177e2005-04-16 15:20:36 -07002230}
2231
2232/*
2233 * Called after all the initialization is done. If we didnt find any
2234 * APIC bugs then we can allow the modify fast path
2235 */
Paolo Ciarrocchi36062442008-06-08 13:07:18 +02002236
Linus Torvalds1da177e2005-04-16 15:20:36 -07002237static int __init io_apic_bug_finalize(void)
2238{
Paolo Ciarrocchi36062442008-06-08 13:07:18 +02002239 if (sis_apic_bug == -1)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002240 sis_apic_bug = 0;
2241 return 0;
2242}
2243
2244late_initcall(io_apic_bug_finalize);
2245
2246struct sysfs_ioapic_data {
2247 struct sys_device dev;
2248 struct IO_APIC_route_entry entry[0];
2249};
Paolo Ciarrocchi36062442008-06-08 13:07:18 +02002250static struct sysfs_ioapic_data *mp_ioapic_data[MAX_IO_APICS];
Linus Torvalds1da177e2005-04-16 15:20:36 -07002251
Pavel Machek438510f2005-04-16 15:25:24 -07002252static int ioapic_suspend(struct sys_device *dev, pm_message_t state)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002253{
2254 struct IO_APIC_route_entry *entry;
2255 struct sysfs_ioapic_data *data;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002256 int i;
Paolo Ciarrocchi36062442008-06-08 13:07:18 +02002257
Linus Torvalds1da177e2005-04-16 15:20:36 -07002258 data = container_of(dev, struct sysfs_ioapic_data, dev);
2259 entry = data->entry;
Paolo Ciarrocchi36062442008-06-08 13:07:18 +02002260 for (i = 0; i < nr_ioapic_registers[dev->id]; i++)
Andi Kleencf4c6a22006-09-26 10:52:30 +02002261 entry[i] = ioapic_read_entry(dev->id, i);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002262
2263 return 0;
2264}
2265
2266static int ioapic_resume(struct sys_device *dev)
2267{
2268 struct IO_APIC_route_entry *entry;
2269 struct sysfs_ioapic_data *data;
2270 unsigned long flags;
2271 union IO_APIC_reg_00 reg_00;
2272 int i;
Paolo Ciarrocchi36062442008-06-08 13:07:18 +02002273
Linus Torvalds1da177e2005-04-16 15:20:36 -07002274 data = container_of(dev, struct sysfs_ioapic_data, dev);
2275 entry = data->entry;
2276
2277 spin_lock_irqsave(&ioapic_lock, flags);
2278 reg_00.raw = io_apic_read(dev->id, 0);
Alexey Starikovskiyec2cd0a2008-05-14 19:03:10 +04002279 if (reg_00.bits.ID != mp_ioapics[dev->id].mp_apicid) {
2280 reg_00.bits.ID = mp_ioapics[dev->id].mp_apicid;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002281 io_apic_write(dev->id, 0, reg_00.raw);
2282 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07002283 spin_unlock_irqrestore(&ioapic_lock, flags);
Paolo Ciarrocchi36062442008-06-08 13:07:18 +02002284 for (i = 0; i < nr_ioapic_registers[dev->id]; i++)
Andi Kleencf4c6a22006-09-26 10:52:30 +02002285 ioapic_write_entry(dev->id, i, entry[i]);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002286
2287 return 0;
2288}
2289
2290static struct sysdev_class ioapic_sysdev_class = {
Kay Sieversaf5ca3f2007-12-20 02:09:39 +01002291 .name = "ioapic",
Linus Torvalds1da177e2005-04-16 15:20:36 -07002292 .suspend = ioapic_suspend,
2293 .resume = ioapic_resume,
2294};
2295
2296static int __init ioapic_init_sysfs(void)
2297{
Paolo Ciarrocchi36062442008-06-08 13:07:18 +02002298 struct sys_device *dev;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002299 int i, size, error = 0;
2300
2301 error = sysdev_class_register(&ioapic_sysdev_class);
2302 if (error)
2303 return error;
2304
Paolo Ciarrocchi36062442008-06-08 13:07:18 +02002305 for (i = 0; i < nr_ioapics; i++) {
2306 size = sizeof(struct sys_device) + nr_ioapic_registers[i]
Linus Torvalds1da177e2005-04-16 15:20:36 -07002307 * sizeof(struct IO_APIC_route_entry);
Christophe Jaillet25556c12008-06-22 22:13:48 +02002308 mp_ioapic_data[i] = kzalloc(size, GFP_KERNEL);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002309 if (!mp_ioapic_data[i]) {
2310 printk(KERN_ERR "Can't suspend/resume IOAPIC %d\n", i);
2311 continue;
2312 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07002313 dev = &mp_ioapic_data[i]->dev;
Paolo Ciarrocchi36062442008-06-08 13:07:18 +02002314 dev->id = i;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002315 dev->cls = &ioapic_sysdev_class;
2316 error = sysdev_register(dev);
2317 if (error) {
2318 kfree(mp_ioapic_data[i]);
2319 mp_ioapic_data[i] = NULL;
2320 printk(KERN_ERR "Can't suspend/resume IOAPIC %d\n", i);
2321 continue;
2322 }
2323 }
2324
2325 return 0;
2326}
2327
2328device_initcall(ioapic_init_sysfs);
2329
Eric W. Biederman3fc471e2006-10-04 02:16:39 -07002330/*
Eric W. Biederman95d77882006-10-04 02:17:01 -07002331 * Dynamic irq allocate and deallocation
Eric W. Biederman3fc471e2006-10-04 02:16:39 -07002332 */
2333int create_irq(void)
2334{
Eric W. Biedermanace80ab2006-10-04 02:16:47 -07002335 /* Allocate an unused irq */
Andi Kleen306a22c2006-12-09 21:33:36 +01002336 int irq, new, vector = 0;
Eric W. Biederman3fc471e2006-10-04 02:16:39 -07002337 unsigned long flags;
Yinghai Luda51a822008-08-19 20:50:25 -07002338 struct irq_cfg *cfg_new;
Eric W. Biederman3fc471e2006-10-04 02:16:39 -07002339
Eric W. Biedermanace80ab2006-10-04 02:16:47 -07002340 irq = -ENOSPC;
2341 spin_lock_irqsave(&vector_lock, flags);
Yinghai Lu0799e432008-08-19 20:49:48 -07002342 for (new = (nr_irqs - 1); new >= 0; new--) {
Eric W. Biedermanace80ab2006-10-04 02:16:47 -07002343 if (platform_legacy_irq(new))
2344 continue;
Yinghai Luda51a822008-08-19 20:50:25 -07002345 cfg_new = irq_cfg(new);
2346 if (cfg_new && cfg_new->vector != 0)
Eric W. Biedermanace80ab2006-10-04 02:16:47 -07002347 continue;
Yinghai Luda51a822008-08-19 20:50:25 -07002348 if (!cfg_new)
2349 cfg_new = irq_cfg_alloc(new);
Eric W. Biedermanace80ab2006-10-04 02:16:47 -07002350 vector = __assign_irq_vector(new);
2351 if (likely(vector > 0))
2352 irq = new;
2353 break;
2354 }
2355 spin_unlock_irqrestore(&vector_lock, flags);
Eric W. Biederman3fc471e2006-10-04 02:16:39 -07002356
Eric W. Biedermanace80ab2006-10-04 02:16:47 -07002357 if (irq >= 0) {
Eric W. Biederman3fc471e2006-10-04 02:16:39 -07002358 set_intr_gate(vector, interrupt[irq]);
Eric W. Biederman3fc471e2006-10-04 02:16:39 -07002359 dynamic_irq_init(irq);
2360 }
2361 return irq;
2362}
2363
2364void destroy_irq(unsigned int irq)
2365{
2366 unsigned long flags;
Eric W. Biederman3fc471e2006-10-04 02:16:39 -07002367
2368 dynamic_irq_cleanup(irq);
2369
2370 spin_lock_irqsave(&vector_lock, flags);
Yinghai Lua1420f32008-08-19 20:50:24 -07002371 clear_bit(irq_cfg(irq)->vector, used_vectors);
2372 irq_cfg(irq)->vector = 0;
Eric W. Biederman3fc471e2006-10-04 02:16:39 -07002373 spin_unlock_irqrestore(&vector_lock, flags);
2374}
Eric W. Biederman3fc471e2006-10-04 02:16:39 -07002375
Eric W. Biederman2d3fcc12006-10-04 02:16:43 -07002376/*
Simon Arlott27b46d72007-10-20 01:13:56 +02002377 * MSI message composition
Eric W. Biederman2d3fcc12006-10-04 02:16:43 -07002378 */
2379#ifdef CONFIG_PCI_MSI
Eric W. Biederman3b7d1922006-10-04 02:16:59 -07002380static int msi_compose_msg(struct pci_dev *pdev, unsigned int irq, struct msi_msg *msg)
Eric W. Biederman2d3fcc12006-10-04 02:16:43 -07002381{
Eric W. Biederman2d3fcc12006-10-04 02:16:43 -07002382 int vector;
2383 unsigned dest;
2384
2385 vector = assign_irq_vector(irq);
2386 if (vector >= 0) {
2387 dest = cpu_mask_to_apicid(TARGET_CPUS);
2388
2389 msg->address_hi = MSI_ADDR_BASE_HI;
2390 msg->address_lo =
2391 MSI_ADDR_BASE_LO |
2392 ((INT_DEST_MODE == 0) ?
Paolo Ciarrocchi36062442008-06-08 13:07:18 +02002393MSI_ADDR_DEST_MODE_PHYSICAL:
Eric W. Biederman2d3fcc12006-10-04 02:16:43 -07002394 MSI_ADDR_DEST_MODE_LOGICAL) |
2395 ((INT_DELIVERY_MODE != dest_LowestPrio) ?
2396 MSI_ADDR_REDIRECTION_CPU:
2397 MSI_ADDR_REDIRECTION_LOWPRI) |
2398 MSI_ADDR_DEST_ID(dest);
2399
2400 msg->data =
2401 MSI_DATA_TRIGGER_EDGE |
2402 MSI_DATA_LEVEL_ASSERT |
2403 ((INT_DELIVERY_MODE != dest_LowestPrio) ?
Paolo Ciarrocchi36062442008-06-08 13:07:18 +02002404MSI_DATA_DELIVERY_FIXED:
Eric W. Biederman2d3fcc12006-10-04 02:16:43 -07002405 MSI_DATA_DELIVERY_LOWPRI) |
2406 MSI_DATA_VECTOR(vector);
2407 }
2408 return vector;
2409}
2410
Eric W. Biederman3b7d1922006-10-04 02:16:59 -07002411#ifdef CONFIG_SMP
2412static void set_msi_irq_affinity(unsigned int irq, cpumask_t mask)
2413{
2414 struct msi_msg msg;
2415 unsigned int dest;
2416 cpumask_t tmp;
2417 int vector;
Yinghai Lu08678b02008-08-19 20:50:05 -07002418 struct irq_desc *desc;
Eric W. Biederman3b7d1922006-10-04 02:16:59 -07002419
2420 cpus_and(tmp, mask, cpu_online_map);
2421 if (cpus_empty(tmp))
2422 tmp = TARGET_CPUS;
2423
2424 vector = assign_irq_vector(irq);
2425 if (vector < 0)
2426 return;
2427
2428 dest = cpu_mask_to_apicid(mask);
2429
2430 read_msi_msg(irq, &msg);
2431
2432 msg.data &= ~MSI_DATA_VECTOR_MASK;
2433 msg.data |= MSI_DATA_VECTOR(vector);
2434 msg.address_lo &= ~MSI_ADDR_DEST_ID_MASK;
2435 msg.address_lo |= MSI_ADDR_DEST_ID(dest);
2436
2437 write_msi_msg(irq, &msg);
Yinghai Lu08678b02008-08-19 20:50:05 -07002438 desc = irq_to_desc(irq);
2439 desc->affinity = mask;
Eric W. Biederman3b7d1922006-10-04 02:16:59 -07002440}
2441#endif /* CONFIG_SMP */
2442
2443/*
2444 * IRQ Chip for MSI PCI/PCI-X/PCI-Express Devices,
2445 * which implement the MSI or MSI-X Capability Structure.
2446 */
2447static struct irq_chip msi_chip = {
2448 .name = "PCI-MSI",
2449 .unmask = unmask_msi_irq,
2450 .mask = mask_msi_irq,
2451 .ack = ack_ioapic_irq,
2452#ifdef CONFIG_SMP
2453 .set_affinity = set_msi_irq_affinity,
2454#endif
2455 .retrigger = ioapic_retrigger_irq,
2456};
2457
Eric W. Biedermanf7feaca2007-01-28 12:56:37 -07002458int arch_setup_msi_irq(struct pci_dev *dev, struct msi_desc *desc)
Eric W. Biederman3b7d1922006-10-04 02:16:59 -07002459{
2460 struct msi_msg msg;
Eric W. Biedermanf7feaca2007-01-28 12:56:37 -07002461 int irq, ret;
2462 irq = create_irq();
2463 if (irq < 0)
2464 return irq;
2465
Eric W. Biederman3b7d1922006-10-04 02:16:59 -07002466 ret = msi_compose_msg(dev, irq, &msg);
Eric W. Biedermanf7feaca2007-01-28 12:56:37 -07002467 if (ret < 0) {
2468 destroy_irq(irq);
Eric W. Biederman3b7d1922006-10-04 02:16:59 -07002469 return ret;
Eric W. Biedermanf7feaca2007-01-28 12:56:37 -07002470 }
Eric W. Biederman3b7d1922006-10-04 02:16:59 -07002471
Michael Ellerman7fe37302007-04-18 19:39:21 +10002472 set_irq_msi(irq, desc);
Eric W. Biederman3b7d1922006-10-04 02:16:59 -07002473 write_msi_msg(irq, &msg);
2474
Ingo Molnara460e742006-10-17 00:10:03 -07002475 set_irq_chip_and_handler_name(irq, &msi_chip, handle_edge_irq,
2476 "edge");
Eric W. Biederman3b7d1922006-10-04 02:16:59 -07002477
Michael Ellerman7fe37302007-04-18 19:39:21 +10002478 return 0;
Eric W. Biederman3b7d1922006-10-04 02:16:59 -07002479}
2480
2481void arch_teardown_msi_irq(unsigned int irq)
Eric W. Biederman2d3fcc12006-10-04 02:16:43 -07002482{
Eric W. Biedermanf7feaca2007-01-28 12:56:37 -07002483 destroy_irq(irq);
Eric W. Biederman2d3fcc12006-10-04 02:16:43 -07002484}
2485
Eric W. Biederman2d3fcc12006-10-04 02:16:43 -07002486#endif /* CONFIG_PCI_MSI */
2487
Eric W. Biederman8b955b02006-10-04 02:16:55 -07002488/*
2489 * Hypertransport interrupt support
2490 */
2491#ifdef CONFIG_HT_IRQ
2492
2493#ifdef CONFIG_SMP
2494
2495static void target_ht_irq(unsigned int irq, unsigned int dest)
2496{
Eric W. Biedermanec683072006-11-08 17:44:57 -08002497 struct ht_irq_msg msg;
2498 fetch_ht_irq_msg(irq, &msg);
Eric W. Biederman8b955b02006-10-04 02:16:55 -07002499
Eric W. Biedermanec683072006-11-08 17:44:57 -08002500 msg.address_lo &= ~(HT_IRQ_LOW_DEST_ID_MASK);
2501 msg.address_hi &= ~(HT_IRQ_HIGH_DEST_ID_MASK);
Eric W. Biederman8b955b02006-10-04 02:16:55 -07002502
Eric W. Biedermanec683072006-11-08 17:44:57 -08002503 msg.address_lo |= HT_IRQ_LOW_DEST_ID(dest);
2504 msg.address_hi |= HT_IRQ_HIGH_DEST_ID(dest);
Eric W. Biederman8b955b02006-10-04 02:16:55 -07002505
Eric W. Biedermanec683072006-11-08 17:44:57 -08002506 write_ht_irq_msg(irq, &msg);
Eric W. Biederman8b955b02006-10-04 02:16:55 -07002507}
2508
2509static void set_ht_irq_affinity(unsigned int irq, cpumask_t mask)
2510{
2511 unsigned int dest;
2512 cpumask_t tmp;
Yinghai Lu08678b02008-08-19 20:50:05 -07002513 struct irq_desc *desc;
Eric W. Biederman8b955b02006-10-04 02:16:55 -07002514
2515 cpus_and(tmp, mask, cpu_online_map);
2516 if (cpus_empty(tmp))
2517 tmp = TARGET_CPUS;
2518
2519 cpus_and(mask, tmp, CPU_MASK_ALL);
2520
2521 dest = cpu_mask_to_apicid(mask);
2522
2523 target_ht_irq(irq, dest);
Yinghai Lu08678b02008-08-19 20:50:05 -07002524 desc = irq_to_desc(irq);
2525 desc->affinity = mask;
Eric W. Biederman8b955b02006-10-04 02:16:55 -07002526}
2527#endif
2528
Aneesh Kumar K.Vc37e1082006-10-11 01:20:43 -07002529static struct irq_chip ht_irq_chip = {
Eric W. Biederman8b955b02006-10-04 02:16:55 -07002530 .name = "PCI-HT",
2531 .mask = mask_ht_irq,
2532 .unmask = unmask_ht_irq,
2533 .ack = ack_ioapic_irq,
2534#ifdef CONFIG_SMP
2535 .set_affinity = set_ht_irq_affinity,
2536#endif
2537 .retrigger = ioapic_retrigger_irq,
2538};
2539
2540int arch_setup_ht_irq(unsigned int irq, struct pci_dev *dev)
2541{
2542 int vector;
2543
2544 vector = assign_irq_vector(irq);
2545 if (vector >= 0) {
Eric W. Biedermanec683072006-11-08 17:44:57 -08002546 struct ht_irq_msg msg;
Eric W. Biederman8b955b02006-10-04 02:16:55 -07002547 unsigned dest;
2548 cpumask_t tmp;
2549
2550 cpus_clear(tmp);
2551 cpu_set(vector >> 8, tmp);
2552 dest = cpu_mask_to_apicid(tmp);
2553
Eric W. Biedermanec683072006-11-08 17:44:57 -08002554 msg.address_hi = HT_IRQ_HIGH_DEST_ID(dest);
Eric W. Biederman8b955b02006-10-04 02:16:55 -07002555
Eric W. Biedermanec683072006-11-08 17:44:57 -08002556 msg.address_lo =
2557 HT_IRQ_LOW_BASE |
Eric W. Biederman8b955b02006-10-04 02:16:55 -07002558 HT_IRQ_LOW_DEST_ID(dest) |
2559 HT_IRQ_LOW_VECTOR(vector) |
2560 ((INT_DEST_MODE == 0) ?
2561 HT_IRQ_LOW_DM_PHYSICAL :
2562 HT_IRQ_LOW_DM_LOGICAL) |
2563 HT_IRQ_LOW_RQEOI_EDGE |
2564 ((INT_DELIVERY_MODE != dest_LowestPrio) ?
2565 HT_IRQ_LOW_MT_FIXED :
2566 HT_IRQ_LOW_MT_ARBITRATED) |
2567 HT_IRQ_LOW_IRQ_MASKED;
2568
Eric W. Biedermanec683072006-11-08 17:44:57 -08002569 write_ht_irq_msg(irq, &msg);
Eric W. Biederman8b955b02006-10-04 02:16:55 -07002570
Ingo Molnara460e742006-10-17 00:10:03 -07002571 set_irq_chip_and_handler_name(irq, &ht_irq_chip,
2572 handle_edge_irq, "edge");
Eric W. Biederman8b955b02006-10-04 02:16:55 -07002573 }
2574 return vector;
2575}
2576#endif /* CONFIG_HT_IRQ */
2577
Linus Torvalds1da177e2005-04-16 15:20:36 -07002578/* --------------------------------------------------------------------------
Paolo Ciarrocchi36062442008-06-08 13:07:18 +02002579 ACPI-based IOAPIC Configuration
Linus Torvalds1da177e2005-04-16 15:20:36 -07002580 -------------------------------------------------------------------------- */
2581
Len Brown888ba6c2005-08-24 12:07:20 -04002582#ifdef CONFIG_ACPI
Linus Torvalds1da177e2005-04-16 15:20:36 -07002583
Paolo Ciarrocchi36062442008-06-08 13:07:18 +02002584int __init io_apic_get_unique_id(int ioapic, int apic_id)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002585{
2586 union IO_APIC_reg_00 reg_00;
2587 static physid_mask_t apic_id_map = PHYSID_MASK_NONE;
2588 physid_mask_t tmp;
2589 unsigned long flags;
2590 int i = 0;
2591
2592 /*
Paolo Ciarrocchi36062442008-06-08 13:07:18 +02002593 * The P4 platform supports up to 256 APIC IDs on two separate APIC
2594 * buses (one for LAPICs, one for IOAPICs), where predecessors only
Linus Torvalds1da177e2005-04-16 15:20:36 -07002595 * supports up to 16 on one shared APIC bus.
Paolo Ciarrocchi36062442008-06-08 13:07:18 +02002596 *
Linus Torvalds1da177e2005-04-16 15:20:36 -07002597 * TBD: Expand LAPIC/IOAPIC support on P4-class systems to take full
2598 * advantage of new APIC bus architecture.
2599 */
2600
2601 if (physids_empty(apic_id_map))
2602 apic_id_map = ioapic_phys_id_map(phys_cpu_present_map);
2603
2604 spin_lock_irqsave(&ioapic_lock, flags);
2605 reg_00.raw = io_apic_read(ioapic, 0);
2606 spin_unlock_irqrestore(&ioapic_lock, flags);
2607
2608 if (apic_id >= get_physical_broadcast()) {
2609 printk(KERN_WARNING "IOAPIC[%d]: Invalid apic_id %d, trying "
2610 "%d\n", ioapic, apic_id, reg_00.bits.ID);
2611 apic_id = reg_00.bits.ID;
2612 }
2613
2614 /*
Paolo Ciarrocchi36062442008-06-08 13:07:18 +02002615 * Every APIC in a system must have a unique ID or we get lots of nice
Linus Torvalds1da177e2005-04-16 15:20:36 -07002616 * 'stuck on smp_invalidate_needed IPI wait' messages.
2617 */
2618 if (check_apicid_used(apic_id_map, apic_id)) {
2619
2620 for (i = 0; i < get_physical_broadcast(); i++) {
2621 if (!check_apicid_used(apic_id_map, i))
2622 break;
2623 }
2624
2625 if (i == get_physical_broadcast())
2626 panic("Max apic_id exceeded!\n");
2627
2628 printk(KERN_WARNING "IOAPIC[%d]: apic_id %d already used, "
2629 "trying %d\n", ioapic, apic_id, i);
2630
2631 apic_id = i;
Paolo Ciarrocchi36062442008-06-08 13:07:18 +02002632 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07002633
2634 tmp = apicid_to_cpu_present(apic_id);
2635 physids_or(apic_id_map, apic_id_map, tmp);
2636
2637 if (reg_00.bits.ID != apic_id) {
2638 reg_00.bits.ID = apic_id;
2639
2640 spin_lock_irqsave(&ioapic_lock, flags);
2641 io_apic_write(ioapic, 0, reg_00.raw);
2642 reg_00.raw = io_apic_read(ioapic, 0);
2643 spin_unlock_irqrestore(&ioapic_lock, flags);
2644
2645 /* Sanity check */
Andreas Deresch6070f9e2006-02-26 04:18:34 +01002646 if (reg_00.bits.ID != apic_id) {
2647 printk("IOAPIC[%d]: Unable to change apic_id!\n", ioapic);
2648 return -1;
2649 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07002650 }
2651
2652 apic_printk(APIC_VERBOSE, KERN_INFO
2653 "IOAPIC[%d]: Assigned apic_id %d\n", ioapic, apic_id);
2654
2655 return apic_id;
2656}
2657
2658
Paolo Ciarrocchi36062442008-06-08 13:07:18 +02002659int __init io_apic_get_version(int ioapic)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002660{
2661 union IO_APIC_reg_01 reg_01;
2662 unsigned long flags;
2663
2664 spin_lock_irqsave(&ioapic_lock, flags);
2665 reg_01.raw = io_apic_read(ioapic, 1);
2666 spin_unlock_irqrestore(&ioapic_lock, flags);
2667
2668 return reg_01.bits.version;
2669}
2670
2671
Paolo Ciarrocchi36062442008-06-08 13:07:18 +02002672int __init io_apic_get_redir_entries(int ioapic)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002673{
2674 union IO_APIC_reg_01 reg_01;
2675 unsigned long flags;
2676
2677 spin_lock_irqsave(&ioapic_lock, flags);
2678 reg_01.raw = io_apic_read(ioapic, 1);
2679 spin_unlock_irqrestore(&ioapic_lock, flags);
2680
2681 return reg_01.bits.entries;
2682}
2683
2684
Paolo Ciarrocchi36062442008-06-08 13:07:18 +02002685int io_apic_set_pci_routing(int ioapic, int pin, int irq, int edge_level, int active_high_low)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002686{
2687 struct IO_APIC_route_entry entry;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002688
2689 if (!IO_APIC_IRQ(irq)) {
2690 printk(KERN_ERR "IOAPIC[%d]: Invalid reference to IRQ 0\n",
2691 ioapic);
2692 return -EINVAL;
2693 }
2694
2695 /*
2696 * Generate a PCI IRQ routing entry and program the IOAPIC accordingly.
2697 * Note that we mask (disable) IRQs now -- these get enabled when the
2698 * corresponding device driver registers for this IRQ.
2699 */
2700
Paolo Ciarrocchi36062442008-06-08 13:07:18 +02002701 memset(&entry, 0, sizeof(entry));
Linus Torvalds1da177e2005-04-16 15:20:36 -07002702
2703 entry.delivery_mode = INT_DELIVERY_MODE;
2704 entry.dest_mode = INT_DEST_MODE;
2705 entry.dest.logical.logical_dest = cpu_mask_to_apicid(TARGET_CPUS);
2706 entry.trigger = edge_level;
2707 entry.polarity = active_high_low;
2708 entry.mask = 1;
2709
2710 /*
2711 * IRQs < 16 are already in the irq_2_pin[] map
2712 */
2713 if (irq >= 16)
2714 add_pin_to_irq(irq, ioapic, pin);
2715
2716 entry.vector = assign_irq_vector(irq);
2717
2718 apic_printk(APIC_DEBUG, KERN_DEBUG "IOAPIC[%d]: Set PCI routing entry "
2719 "(%d-%d -> 0x%x -> IRQ %d Mode:%i Active:%i)\n", ioapic,
Alexey Starikovskiyec2cd0a2008-05-14 19:03:10 +04002720 mp_ioapics[ioapic].mp_apicid, pin, entry.vector, irq,
Linus Torvalds1da177e2005-04-16 15:20:36 -07002721 edge_level, active_high_low);
2722
2723 ioapic_register_intr(irq, entry.vector, edge_level);
2724
2725 if (!ioapic && (irq < 16))
2726 disable_8259A_irq(irq);
2727
Akinobu Mitaa2249cb2008-04-05 22:39:05 +09002728 ioapic_write_entry(ioapic, pin, entry);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002729
2730 return 0;
2731}
2732
Shaohua Li61fd47e2007-11-17 01:05:28 -05002733int acpi_get_override_irq(int bus_irq, int *trigger, int *polarity)
2734{
2735 int i;
2736
2737 if (skip_ioapic_setup)
2738 return -1;
2739
2740 for (i = 0; i < mp_irq_entries; i++)
Alexey Starikovskiy2fddb6e282008-05-14 19:03:17 +04002741 if (mp_irqs[i].mp_irqtype == mp_INT &&
2742 mp_irqs[i].mp_srcbusirq == bus_irq)
Shaohua Li61fd47e2007-11-17 01:05:28 -05002743 break;
2744 if (i >= mp_irq_entries)
2745 return -1;
2746
2747 *trigger = irq_trigger(i);
2748 *polarity = irq_polarity(i);
2749 return 0;
2750}
2751
Len Brown888ba6c2005-08-24 12:07:20 -04002752#endif /* CONFIG_ACPI */
Rusty Russell1a3f2392006-09-26 10:52:32 +02002753
2754static int __init parse_disable_timer_pin_1(char *arg)
2755{
2756 disable_timer_pin_1 = 1;
2757 return 0;
2758}
2759early_param("disable_timer_pin_1", parse_disable_timer_pin_1);
2760
2761static int __init parse_enable_timer_pin_1(char *arg)
2762{
2763 disable_timer_pin_1 = -1;
2764 return 0;
2765}
2766early_param("enable_timer_pin_1", parse_enable_timer_pin_1);
2767
2768static int __init parse_noapic(char *arg)
2769{
2770 /* disable IO-APIC */
2771 disable_ioapic_setup();
2772 return 0;
2773}
2774early_param("noapic", parse_noapic);
Yinghai Luf3294a32008-06-27 01:41:56 -07002775
2776void __init ioapic_init_mappings(void)
2777{
2778 unsigned long ioapic_phys, idx = FIX_IO_APIC_BASE_0;
2779 int i;
2780
2781 for (i = 0; i < nr_ioapics; i++) {
2782 if (smp_found_config) {
2783 ioapic_phys = mp_ioapics[i].mp_apicaddr;
2784 if (!ioapic_phys) {
2785 printk(KERN_ERR
2786 "WARNING: bogus zero IO-APIC "
2787 "address found in MPTABLE, "
2788 "disabling IO/APIC support!\n");
2789 smp_found_config = 0;
2790 skip_ioapic_setup = 1;
2791 goto fake_ioapic_page;
2792 }
2793 } else {
2794fake_ioapic_page:
2795 ioapic_phys = (unsigned long)
2796 alloc_bootmem_pages(PAGE_SIZE);
2797 ioapic_phys = __pa(ioapic_phys);
2798 }
2799 set_fixmap_nocache(idx, ioapic_phys);
2800 printk(KERN_DEBUG "mapped IOAPIC to %08lx (%08lx)\n",
2801 __fix_to_virt(idx), ioapic_phys);
2802 idx++;
2803 }
2804}
2805