blob: e0744ea6d0f13605b4459be34324c47c7656c194 [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 Lud4057bd2008-08-19 20:50:38 -070028#include <linux/pci.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. Biederman3b7d1922006-10-04 02:16:59 -070034#include <linux/msi.h>
Eric W. Biederman95d77882006-10-04 02:17:01 -070035#include <linux/htirq.h>
Nigel Cunningham7dfb7102006-12-06 20:34:23 -080036#include <linux/freezer.h>
Eric W. Biedermanf26d6a22007-05-02 19:27:19 +020037#include <linux/kthread.h>
Ingo Molnar54168ed2008-08-20 09:07:45 +020038#include <linux/jiffies.h> /* time_after() */
Yinghai Lud4057bd2008-08-19 20:50:38 -070039#ifdef CONFIG_ACPI
40#include <acpi/acpi_bus.h>
41#endif
42#include <linux/bootmem.h>
43#include <linux/dmar.h>
venkatesh.pallipadi@intel.com58ac1e72008-09-05 18:02:17 -070044#include <linux/hpet.h>
Ashok Raj54d5d422005-09-06 15:16:15 -070045
Yinghai Lud4057bd2008-08-19 20:50:38 -070046#include <asm/idle.h>
Linus Torvalds1da177e2005-04-16 15:20:36 -070047#include <asm/io.h>
48#include <asm/smp.h>
Jaswinder Singh Rajput6d652ea2009-01-07 21:38:59 +053049#include <asm/cpu.h>
Linus Torvalds1da177e2005-04-16 15:20:36 -070050#include <asm/desc.h>
Yinghai Lud4057bd2008-08-19 20:50:38 -070051#include <asm/proto.h>
52#include <asm/acpi.h>
53#include <asm/dma.h>
Linus Torvalds1da177e2005-04-16 15:20:36 -070054#include <asm/timer.h>
Ingo Molnar306e4402005-06-30 02:58:55 -070055#include <asm/i8259.h>
Don Zickus3e4ff112006-06-26 13:57:01 +020056#include <asm/nmi.h>
Eric W. Biederman2d3fcc12006-10-04 02:16:43 -070057#include <asm/msidef.h>
Eric W. Biederman8b955b02006-10-04 02:16:55 -070058#include <asm/hypertransport.h>
Yinghai Lua4dbc342008-07-25 02:14:28 -070059#include <asm/setup.h>
Yinghai Lud4057bd2008-08-19 20:50:38 -070060#include <asm/irq_remapping.h>
venkatesh.pallipadi@intel.com58ac1e72008-09-05 18:02:17 -070061#include <asm/hpet.h>
Dean Nelson4173a0e2008-10-02 12:18:21 -050062#include <asm/uv/uv_hub.h>
63#include <asm/uv/uv_irq.h>
Linus Torvalds1da177e2005-04-16 15:20:36 -070064
Yinghai Lu497c9a12008-08-19 20:50:28 -070065#include <mach_ipi.h>
Ingo Molnar1dcdd3d2009-01-28 17:55:37 +010066#include <asm/genapic.h>
Linus Torvalds1da177e2005-04-16 15:20:36 -070067
Maciej W. Rozycki32f71af2008-07-21 00:52:49 +010068#define __apicdebuginit(type) static type __init
69
Linus Torvalds1da177e2005-04-16 15:20:36 -070070/*
Ingo Molnar54168ed2008-08-20 09:07:45 +020071 * Is the SiS APIC rmw bug present ?
72 * -1 = don't know, 0 = no, 1 = yes
Linus Torvalds1da177e2005-04-16 15:20:36 -070073 */
74int sis_apic_bug = -1;
75
Yinghai Luefa25592008-08-19 20:50:36 -070076static DEFINE_SPINLOCK(ioapic_lock);
77static DEFINE_SPINLOCK(vector_lock);
78
Yinghai Luefa25592008-08-19 20:50:36 -070079/*
Linus Torvalds1da177e2005-04-16 15:20:36 -070080 * # of IRQ routing registers
81 */
82int nr_ioapic_registers[MAX_IO_APICS];
83
Alexey Starikovskiy9f640cc2008-04-04 23:41:13 +040084/* I/O APIC entries */
Jaswinder Singh Rajputb5ba7e62009-01-12 17:46:17 +053085struct mpc_ioapic mp_ioapics[MAX_IO_APICS];
Alexey Starikovskiy9f640cc2008-04-04 23:41:13 +040086int nr_ioapics;
87
Alexey Starikovskiy584f7342008-04-04 23:41:32 +040088/* MP IRQ source entries */
Jaswinder Singh Rajputc2c21742009-01-12 17:47:22 +053089struct mpc_intsrc mp_irqs[MAX_IRQ_SOURCES];
Alexey Starikovskiy584f7342008-04-04 23:41:32 +040090
91/* # of MP IRQ source entries */
92int mp_irq_entries;
93
Alexey Starikovskiy8732fc42008-05-19 19:47:16 +040094#if defined (CONFIG_MCA) || defined (CONFIG_EISA)
95int mp_bus_id_to_type[MAX_MP_BUSSES];
96#endif
97
98DECLARE_BITMAP(mp_bus_not_pci, MAX_MP_BUSSES);
99
Yinghai Luefa25592008-08-19 20:50:36 -0700100int skip_ioapic_setup;
101
Ingo Molnar54168ed2008-08-20 09:07:45 +0200102static int __init parse_noapic(char *str)
Yinghai Luefa25592008-08-19 20:50:36 -0700103{
104 /* disable IO-APIC */
105 disable_ioapic_setup();
106 return 0;
107}
108early_param("noapic", parse_noapic);
Chuck Ebbert66759a02005-09-12 18:49:25 +0200109
Yinghai Lu0f978f42008-08-19 20:50:26 -0700110struct irq_pin_list;
Thomas Gleixnerd6c88a52008-10-15 15:27:23 +0200111
112/*
Linus Torvalds1da177e2005-04-16 15:20:36 -0700113 * This is performance-critical, we want to do it O(1)
114 *
115 * the indexing order of this array favors 1:1 mappings
116 * between pins and IRQs.
117 */
118
Yinghai Lu0f978f42008-08-19 20:50:26 -0700119struct irq_pin_list {
120 int apic, pin;
121 struct irq_pin_list *next;
122};
Yinghai Lu301e6192008-08-19 20:50:02 -0700123
Yinghai Lu0b8f1ef2008-12-05 18:58:31 -0800124static struct irq_pin_list *get_one_free_irq_2_pin(int cpu)
Yinghai Lu0f978f42008-08-19 20:50:26 -0700125{
Yinghai Lu0b8f1ef2008-12-05 18:58:31 -0800126 struct irq_pin_list *pin;
127 int node;
Yinghai Lu0f978f42008-08-19 20:50:26 -0700128
Yinghai Lu0b8f1ef2008-12-05 18:58:31 -0800129 node = cpu_to_node(cpu);
Yinghai Lu0f978f42008-08-19 20:50:26 -0700130
Yinghai Lu0b8f1ef2008-12-05 18:58:31 -0800131 pin = kzalloc_node(sizeof(*pin), GFP_ATOMIC, node);
Yinghai Lu0f978f42008-08-19 20:50:26 -0700132
Yinghai Lu0f978f42008-08-19 20:50:26 -0700133 return pin;
134}
Linus Torvalds1da177e2005-04-16 15:20:36 -0700135
Yinghai Lu0b8f1ef2008-12-05 18:58:31 -0800136struct irq_cfg {
137 struct irq_pin_list *irq_2_pin;
Mike Travis22f65d32008-12-16 17:33:56 -0800138 cpumask_var_t domain;
139 cpumask_var_t old_domain;
Yinghai Lu0b8f1ef2008-12-05 18:58:31 -0800140 unsigned move_cleanup_count;
141 u8 vector;
142 u8 move_in_progress : 1;
Yinghai Lu48a1b102008-12-11 00:15:01 -0800143#ifdef CONFIG_NUMA_MIGRATE_IRQ_DESC
144 u8 move_desc_pending : 1;
145#endif
Yinghai Lu0b8f1ef2008-12-05 18:58:31 -0800146};
147
148/* irq_cfg is indexed by the sum of all RTEs in all I/O APICs. */
149#ifdef CONFIG_SPARSE_IRQ
150static struct irq_cfg irq_cfgx[] = {
151#else
152static struct irq_cfg irq_cfgx[NR_IRQS] = {
153#endif
Mike Travis22f65d32008-12-16 17:33:56 -0800154 [0] = { .vector = IRQ0_VECTOR, },
155 [1] = { .vector = IRQ1_VECTOR, },
156 [2] = { .vector = IRQ2_VECTOR, },
157 [3] = { .vector = IRQ3_VECTOR, },
158 [4] = { .vector = IRQ4_VECTOR, },
159 [5] = { .vector = IRQ5_VECTOR, },
160 [6] = { .vector = IRQ6_VECTOR, },
161 [7] = { .vector = IRQ7_VECTOR, },
162 [8] = { .vector = IRQ8_VECTOR, },
163 [9] = { .vector = IRQ9_VECTOR, },
164 [10] = { .vector = IRQ10_VECTOR, },
165 [11] = { .vector = IRQ11_VECTOR, },
166 [12] = { .vector = IRQ12_VECTOR, },
167 [13] = { .vector = IRQ13_VECTOR, },
168 [14] = { .vector = IRQ14_VECTOR, },
169 [15] = { .vector = IRQ15_VECTOR, },
Yinghai Lu0b8f1ef2008-12-05 18:58:31 -0800170};
171
Yinghai Lu13a0c3c2008-12-26 02:05:47 -0800172int __init arch_early_irq_init(void)
Yinghai Lu0b8f1ef2008-12-05 18:58:31 -0800173{
174 struct irq_cfg *cfg;
175 struct irq_desc *desc;
176 int count;
177 int i;
178
179 cfg = irq_cfgx;
180 count = ARRAY_SIZE(irq_cfgx);
181
182 for (i = 0; i < count; i++) {
183 desc = irq_to_desc(i);
184 desc->chip_data = &cfg[i];
Mike Travis22f65d32008-12-16 17:33:56 -0800185 alloc_bootmem_cpumask_var(&cfg[i].domain);
186 alloc_bootmem_cpumask_var(&cfg[i].old_domain);
187 if (i < NR_IRQS_LEGACY)
188 cpumask_setall(cfg[i].domain);
Yinghai Lu0b8f1ef2008-12-05 18:58:31 -0800189 }
Yinghai Lu13a0c3c2008-12-26 02:05:47 -0800190
191 return 0;
Yinghai Lu0b8f1ef2008-12-05 18:58:31 -0800192}
193
194#ifdef CONFIG_SPARSE_IRQ
195static struct irq_cfg *irq_cfg(unsigned int irq)
196{
197 struct irq_cfg *cfg = NULL;
198 struct irq_desc *desc;
199
200 desc = irq_to_desc(irq);
201 if (desc)
202 cfg = desc->chip_data;
203
204 return cfg;
205}
206
207static struct irq_cfg *get_one_free_irq_cfg(int cpu)
208{
209 struct irq_cfg *cfg;
210 int node;
211
212 node = cpu_to_node(cpu);
213
214 cfg = kzalloc_node(sizeof(*cfg), GFP_ATOMIC, node);
Mike Travis22f65d32008-12-16 17:33:56 -0800215 if (cfg) {
Mike Travis80855f72008-12-31 18:08:47 -0800216 if (!alloc_cpumask_var_node(&cfg->domain, GFP_ATOMIC, node)) {
Mike Travis22f65d32008-12-16 17:33:56 -0800217 kfree(cfg);
218 cfg = NULL;
Mike Travis80855f72008-12-31 18:08:47 -0800219 } else if (!alloc_cpumask_var_node(&cfg->old_domain,
220 GFP_ATOMIC, node)) {
Mike Travis22f65d32008-12-16 17:33:56 -0800221 free_cpumask_var(cfg->domain);
222 kfree(cfg);
223 cfg = NULL;
224 } else {
225 cpumask_clear(cfg->domain);
226 cpumask_clear(cfg->old_domain);
227 }
228 }
Yinghai Lu0b8f1ef2008-12-05 18:58:31 -0800229
230 return cfg;
231}
232
Yinghai Lu13a0c3c2008-12-26 02:05:47 -0800233int arch_init_chip_data(struct irq_desc *desc, int cpu)
Yinghai Lu0b8f1ef2008-12-05 18:58:31 -0800234{
235 struct irq_cfg *cfg;
236
237 cfg = desc->chip_data;
238 if (!cfg) {
239 desc->chip_data = get_one_free_irq_cfg(cpu);
240 if (!desc->chip_data) {
241 printk(KERN_ERR "can not alloc irq_cfg\n");
242 BUG_ON(1);
243 }
244 }
Yinghai Lu13a0c3c2008-12-26 02:05:47 -0800245
246 return 0;
Yinghai Lu0b8f1ef2008-12-05 18:58:31 -0800247}
248
Yinghai Lu48a1b102008-12-11 00:15:01 -0800249#ifdef CONFIG_NUMA_MIGRATE_IRQ_DESC
250
251static void
252init_copy_irq_2_pin(struct irq_cfg *old_cfg, struct irq_cfg *cfg, int cpu)
253{
254 struct irq_pin_list *old_entry, *head, *tail, *entry;
255
256 cfg->irq_2_pin = NULL;
257 old_entry = old_cfg->irq_2_pin;
258 if (!old_entry)
259 return;
260
261 entry = get_one_free_irq_2_pin(cpu);
262 if (!entry)
263 return;
264
265 entry->apic = old_entry->apic;
266 entry->pin = old_entry->pin;
267 head = entry;
268 tail = entry;
269 old_entry = old_entry->next;
270 while (old_entry) {
271 entry = get_one_free_irq_2_pin(cpu);
272 if (!entry) {
273 entry = head;
274 while (entry) {
275 head = entry->next;
276 kfree(entry);
277 entry = head;
278 }
279 /* still use the old one */
280 return;
281 }
282 entry->apic = old_entry->apic;
283 entry->pin = old_entry->pin;
284 tail->next = entry;
285 tail = entry;
286 old_entry = old_entry->next;
287 }
288
289 tail->next = NULL;
290 cfg->irq_2_pin = head;
291}
292
293static void free_irq_2_pin(struct irq_cfg *old_cfg, struct irq_cfg *cfg)
294{
295 struct irq_pin_list *entry, *next;
296
297 if (old_cfg->irq_2_pin == cfg->irq_2_pin)
298 return;
299
300 entry = old_cfg->irq_2_pin;
301
302 while (entry) {
303 next = entry->next;
304 kfree(entry);
305 entry = next;
306 }
307 old_cfg->irq_2_pin = NULL;
308}
309
310void arch_init_copy_chip_data(struct irq_desc *old_desc,
311 struct irq_desc *desc, int cpu)
312{
313 struct irq_cfg *cfg;
314 struct irq_cfg *old_cfg;
315
316 cfg = get_one_free_irq_cfg(cpu);
317
318 if (!cfg)
319 return;
320
321 desc->chip_data = cfg;
322
323 old_cfg = old_desc->chip_data;
324
325 memcpy(cfg, old_cfg, sizeof(struct irq_cfg));
326
327 init_copy_irq_2_pin(old_cfg, cfg, cpu);
328}
329
330static void free_irq_cfg(struct irq_cfg *old_cfg)
331{
332 kfree(old_cfg);
333}
334
335void arch_free_chip_data(struct irq_desc *old_desc, struct irq_desc *desc)
336{
337 struct irq_cfg *old_cfg, *cfg;
338
339 old_cfg = old_desc->chip_data;
340 cfg = desc->chip_data;
341
342 if (old_cfg == cfg)
343 return;
344
345 if (old_cfg) {
346 free_irq_2_pin(old_cfg, cfg);
347 free_irq_cfg(old_cfg);
348 old_desc->chip_data = NULL;
349 }
350}
351
Ingo Molnard733e002008-12-17 13:35:51 +0100352static void
353set_extra_move_desc(struct irq_desc *desc, const struct cpumask *mask)
Yinghai Lu48a1b102008-12-11 00:15:01 -0800354{
355 struct irq_cfg *cfg = desc->chip_data;
356
357 if (!cfg->move_in_progress) {
358 /* it means that domain is not changed */
Mike Travis7f7ace02009-01-10 21:58:08 -0800359 if (!cpumask_intersects(desc->affinity, mask))
Yinghai Lu48a1b102008-12-11 00:15:01 -0800360 cfg->move_desc_pending = 1;
361 }
362}
363#endif
364
Yinghai Lu0b8f1ef2008-12-05 18:58:31 -0800365#else
366static struct irq_cfg *irq_cfg(unsigned int irq)
367{
368 return irq < nr_irqs ? irq_cfgx + irq : NULL;
369}
370
371#endif
372
Yinghai Lu48a1b102008-12-11 00:15:01 -0800373#ifndef CONFIG_NUMA_MIGRATE_IRQ_DESC
Mike Travise7986732008-12-16 17:33:52 -0800374static inline void
375set_extra_move_desc(struct irq_desc *desc, const struct cpumask *mask)
Yinghai Lu3145e942008-12-05 18:58:34 -0800376{
377}
Yinghai Lu48a1b102008-12-11 00:15:01 -0800378#endif
Yinghai Lu3145e942008-12-05 18:58:34 -0800379
Linus Torvalds130fe052006-11-01 09:11:00 -0800380struct io_apic {
381 unsigned int index;
382 unsigned int unused[3];
383 unsigned int data;
384};
385
386static __attribute_const__ struct io_apic __iomem *io_apic_base(int idx)
387{
388 return (void __iomem *) __fix_to_virt(FIX_IO_APIC_BASE_0 + idx)
Jaswinder Singh Rajputb5ba7e62009-01-12 17:46:17 +0530389 + (mp_ioapics[idx].apicaddr & ~PAGE_MASK);
Linus Torvalds130fe052006-11-01 09:11:00 -0800390}
391
392static inline unsigned int io_apic_read(unsigned int apic, unsigned int reg)
393{
394 struct io_apic __iomem *io_apic = io_apic_base(apic);
395 writel(reg, &io_apic->index);
396 return readl(&io_apic->data);
397}
398
399static inline void io_apic_write(unsigned int apic, unsigned int reg, unsigned int value)
400{
401 struct io_apic __iomem *io_apic = io_apic_base(apic);
402 writel(reg, &io_apic->index);
403 writel(value, &io_apic->data);
404}
405
406/*
407 * Re-write a value: to be used for read-modify-write
408 * cycles where the read already set up the index register.
409 *
410 * Older SiS APIC requires we rewrite the index register
411 */
412static inline void io_apic_modify(unsigned int apic, unsigned int reg, unsigned int value)
413{
Ingo Molnar54168ed2008-08-20 09:07:45 +0200414 struct io_apic __iomem *io_apic = io_apic_base(apic);
Thomas Gleixnerd6c88a52008-10-15 15:27:23 +0200415
416 if (sis_apic_bug)
417 writel(reg, &io_apic->index);
Linus Torvalds130fe052006-11-01 09:11:00 -0800418 writel(value, &io_apic->data);
419}
420
Yinghai Lu3145e942008-12-05 18:58:34 -0800421static bool io_apic_level_ack_pending(struct irq_cfg *cfg)
Yinghai Lu047c8fd2008-08-19 20:50:41 -0700422{
423 struct irq_pin_list *entry;
424 unsigned long flags;
Yinghai Lu047c8fd2008-08-19 20:50:41 -0700425
426 spin_lock_irqsave(&ioapic_lock, flags);
427 entry = cfg->irq_2_pin;
428 for (;;) {
429 unsigned int reg;
430 int pin;
431
432 if (!entry)
433 break;
434 pin = entry->pin;
435 reg = io_apic_read(entry->apic, 0x10 + pin*2);
436 /* Is the remote IRR bit set? */
437 if (reg & IO_APIC_REDIR_REMOTE_IRR) {
438 spin_unlock_irqrestore(&ioapic_lock, flags);
439 return true;
440 }
441 if (!entry->next)
442 break;
443 entry = entry->next;
444 }
445 spin_unlock_irqrestore(&ioapic_lock, flags);
446
447 return false;
448}
Yinghai Lu047c8fd2008-08-19 20:50:41 -0700449
Andi Kleencf4c6a22006-09-26 10:52:30 +0200450union entry_union {
451 struct { u32 w1, w2; };
452 struct IO_APIC_route_entry entry;
453};
454
455static struct IO_APIC_route_entry ioapic_read_entry(int apic, int pin)
456{
457 union entry_union eu;
458 unsigned long flags;
459 spin_lock_irqsave(&ioapic_lock, flags);
460 eu.w1 = io_apic_read(apic, 0x10 + 2 * pin);
461 eu.w2 = io_apic_read(apic, 0x11 + 2 * pin);
462 spin_unlock_irqrestore(&ioapic_lock, flags);
463 return eu.entry;
464}
465
Linus Torvaldsf9dadfa2006-11-01 10:05:35 -0800466/*
467 * When we write a new IO APIC routing entry, we need to write the high
468 * word first! If the mask bit in the low word is clear, we will enable
469 * the interrupt, and we need to make sure the entry is fully populated
470 * before that happens.
471 */
Andi Kleend15512f2006-12-07 02:14:07 +0100472static void
473__ioapic_write_entry(int apic, int pin, struct IO_APIC_route_entry e)
474{
475 union entry_union eu;
476 eu.entry = e;
477 io_apic_write(apic, 0x11 + 2*pin, eu.w2);
478 io_apic_write(apic, 0x10 + 2*pin, eu.w1);
479}
480
Andi Kleencf4c6a22006-09-26 10:52:30 +0200481static void ioapic_write_entry(int apic, int pin, struct IO_APIC_route_entry e)
482{
483 unsigned long flags;
Andi Kleencf4c6a22006-09-26 10:52:30 +0200484 spin_lock_irqsave(&ioapic_lock, flags);
Andi Kleend15512f2006-12-07 02:14:07 +0100485 __ioapic_write_entry(apic, pin, e);
Linus Torvaldsf9dadfa2006-11-01 10:05:35 -0800486 spin_unlock_irqrestore(&ioapic_lock, flags);
487}
488
489/*
490 * When we mask an IO APIC routing entry, we need to write the low
491 * word first, in order to set the mask bit before we change the
492 * high bits!
493 */
494static void ioapic_mask_entry(int apic, int pin)
495{
496 unsigned long flags;
497 union entry_union eu = { .entry.mask = 1 };
498
499 spin_lock_irqsave(&ioapic_lock, flags);
Andi Kleencf4c6a22006-09-26 10:52:30 +0200500 io_apic_write(apic, 0x10 + 2*pin, eu.w1);
501 io_apic_write(apic, 0x11 + 2*pin, eu.w2);
502 spin_unlock_irqrestore(&ioapic_lock, flags);
503}
504
Yinghai Lu497c9a12008-08-19 20:50:28 -0700505#ifdef CONFIG_SMP
Mike Travis22f65d32008-12-16 17:33:56 -0800506static void send_cleanup_vector(struct irq_cfg *cfg)
507{
508 cpumask_var_t cleanup_mask;
509
510 if (unlikely(!alloc_cpumask_var(&cleanup_mask, GFP_ATOMIC))) {
511 unsigned int i;
512 cfg->move_cleanup_count = 0;
513 for_each_cpu_and(i, cfg->old_domain, cpu_online_mask)
514 cfg->move_cleanup_count++;
515 for_each_cpu_and(i, cfg->old_domain, cpu_online_mask)
Ingo Molnardac5f412009-01-28 15:42:24 +0100516 apic->send_IPI_mask(cpumask_of(i), IRQ_MOVE_CLEANUP_VECTOR);
Mike Travis22f65d32008-12-16 17:33:56 -0800517 } else {
518 cpumask_and(cleanup_mask, cfg->old_domain, cpu_online_mask);
519 cfg->move_cleanup_count = cpumask_weight(cleanup_mask);
Ingo Molnardac5f412009-01-28 15:42:24 +0100520 apic->send_IPI_mask(cleanup_mask, IRQ_MOVE_CLEANUP_VECTOR);
Mike Travis22f65d32008-12-16 17:33:56 -0800521 free_cpumask_var(cleanup_mask);
522 }
523 cfg->move_in_progress = 0;
524}
525
Yinghai Lu3145e942008-12-05 18:58:34 -0800526static void __target_IO_APIC_irq(unsigned int irq, unsigned int dest, struct irq_cfg *cfg)
Yinghai Lu497c9a12008-08-19 20:50:28 -0700527{
528 int apic, pin;
Yinghai Lu497c9a12008-08-19 20:50:28 -0700529 struct irq_pin_list *entry;
Yinghai Lu3145e942008-12-05 18:58:34 -0800530 u8 vector = cfg->vector;
Yinghai Lu497c9a12008-08-19 20:50:28 -0700531
Yinghai Lu497c9a12008-08-19 20:50:28 -0700532 entry = cfg->irq_2_pin;
533 for (;;) {
534 unsigned int reg;
535
536 if (!entry)
537 break;
538
539 apic = entry->apic;
540 pin = entry->pin;
Ingo Molnar54168ed2008-08-20 09:07:45 +0200541#ifdef CONFIG_INTR_REMAP
542 /*
543 * With interrupt-remapping, destination information comes
544 * from interrupt-remapping table entry.
545 */
546 if (!irq_remapped(irq))
547 io_apic_write(apic, 0x11 + pin*2, dest);
548#else
Yinghai Lu497c9a12008-08-19 20:50:28 -0700549 io_apic_write(apic, 0x11 + pin*2, dest);
Ingo Molnar54168ed2008-08-20 09:07:45 +0200550#endif
Yinghai Lu497c9a12008-08-19 20:50:28 -0700551 reg = io_apic_read(apic, 0x10 + pin*2);
552 reg &= ~IO_APIC_REDIR_VECTOR_MASK;
553 reg |= vector;
Ingo Molnar54168ed2008-08-20 09:07:45 +0200554 io_apic_modify(apic, 0x10 + pin*2, reg);
Yinghai Lu497c9a12008-08-19 20:50:28 -0700555 if (!entry->next)
556 break;
557 entry = entry->next;
558 }
559}
Yinghai Luefa25592008-08-19 20:50:36 -0700560
Mike Travise7986732008-12-16 17:33:52 -0800561static int
562assign_irq_vector(int irq, struct irq_cfg *cfg, const struct cpumask *mask);
Yinghai Luefa25592008-08-19 20:50:36 -0700563
Mike Travis22f65d32008-12-16 17:33:56 -0800564/*
Ingo Molnardebccb32009-01-28 15:20:18 +0100565 * Either sets desc->affinity to a valid value, and returns
566 * ->cpu_mask_to_apicid of that, or returns BAD_APICID and
567 * leaves desc->affinity untouched.
Mike Travis22f65d32008-12-16 17:33:56 -0800568 */
569static unsigned int
570set_desc_affinity(struct irq_desc *desc, const struct cpumask *mask)
Yinghai Lu497c9a12008-08-19 20:50:28 -0700571{
572 struct irq_cfg *cfg;
Yinghai Lu3145e942008-12-05 18:58:34 -0800573 unsigned int irq;
Yinghai Lu497c9a12008-08-19 20:50:28 -0700574
Rusty Russell0de26522008-12-13 21:20:26 +1030575 if (!cpumask_intersects(mask, cpu_online_mask))
Mike Travis22f65d32008-12-16 17:33:56 -0800576 return BAD_APICID;
Yinghai Lu497c9a12008-08-19 20:50:28 -0700577
Yinghai Lu3145e942008-12-05 18:58:34 -0800578 irq = desc->irq;
579 cfg = desc->chip_data;
580 if (assign_irq_vector(irq, cfg, mask))
Mike Travis22f65d32008-12-16 17:33:56 -0800581 return BAD_APICID;
Yinghai Lu497c9a12008-08-19 20:50:28 -0700582
Mike Travis7f7ace02009-01-10 21:58:08 -0800583 cpumask_and(desc->affinity, cfg->domain, mask);
Yinghai Lu3145e942008-12-05 18:58:34 -0800584 set_extra_move_desc(desc, mask);
Ingo Molnardebccb32009-01-28 15:20:18 +0100585
586 return apic->cpu_mask_to_apicid_and(desc->affinity, cpu_online_mask);
Mike Travis22f65d32008-12-16 17:33:56 -0800587}
Yinghai Lu3145e942008-12-05 18:58:34 -0800588
Mike Travis22f65d32008-12-16 17:33:56 -0800589static void
590set_ioapic_affinity_irq_desc(struct irq_desc *desc, const struct cpumask *mask)
Yinghai Lu497c9a12008-08-19 20:50:28 -0700591{
592 struct irq_cfg *cfg;
593 unsigned long flags;
594 unsigned int dest;
Mike Travis22f65d32008-12-16 17:33:56 -0800595 unsigned int irq;
596
597 irq = desc->irq;
598 cfg = desc->chip_data;
Yinghai Lu497c9a12008-08-19 20:50:28 -0700599
600 spin_lock_irqsave(&ioapic_lock, flags);
Mike Travis22f65d32008-12-16 17:33:56 -0800601 dest = set_desc_affinity(desc, mask);
602 if (dest != BAD_APICID) {
603 /* Only the high 8 bits are valid. */
604 dest = SET_APIC_LOGICAL_ID(dest);
605 __target_IO_APIC_irq(irq, dest, cfg);
606 }
Yinghai Lu497c9a12008-08-19 20:50:28 -0700607 spin_unlock_irqrestore(&ioapic_lock, flags);
608}
Yinghai Lu3145e942008-12-05 18:58:34 -0800609
Mike Travis22f65d32008-12-16 17:33:56 -0800610static void
611set_ioapic_affinity_irq(unsigned int irq, const struct cpumask *mask)
Yinghai Lu3145e942008-12-05 18:58:34 -0800612{
Yinghai Lu497c9a12008-08-19 20:50:28 -0700613 struct irq_desc *desc;
614
Yinghai Lu497c9a12008-08-19 20:50:28 -0700615 desc = irq_to_desc(irq);
Yinghai Lu3145e942008-12-05 18:58:34 -0800616
617 set_ioapic_affinity_irq_desc(desc, mask);
Yinghai Lu497c9a12008-08-19 20:50:28 -0700618}
Yinghai Lu497c9a12008-08-19 20:50:28 -0700619#endif /* CONFIG_SMP */
620
Linus Torvalds1da177e2005-04-16 15:20:36 -0700621/*
622 * The common case is 1:1 IRQ<->pin mappings. Sometimes there are
623 * shared ISA-space IRQs, so we have to support them. We are super
624 * fast in the common case, and fast for shared ISA-space IRQs.
625 */
Yinghai Lu3145e942008-12-05 18:58:34 -0800626static void add_pin_to_irq_cpu(struct irq_cfg *cfg, int cpu, int apic, int pin)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700627{
Yinghai Lu0f978f42008-08-19 20:50:26 -0700628 struct irq_pin_list *entry;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700629
Yinghai Lu0f978f42008-08-19 20:50:26 -0700630 entry = cfg->irq_2_pin;
631 if (!entry) {
Yinghai Lu0b8f1ef2008-12-05 18:58:31 -0800632 entry = get_one_free_irq_2_pin(cpu);
633 if (!entry) {
634 printk(KERN_ERR "can not alloc irq_2_pin to add %d - %d\n",
635 apic, pin);
636 return;
637 }
Yinghai Lu0f978f42008-08-19 20:50:26 -0700638 cfg->irq_2_pin = entry;
639 entry->apic = apic;
640 entry->pin = pin;
Yinghai Lu0f978f42008-08-19 20:50:26 -0700641 return;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700642 }
Yinghai Lu0f978f42008-08-19 20:50:26 -0700643
644 while (entry->next) {
645 /* not again, please */
646 if (entry->apic == apic && entry->pin == pin)
647 return;
648
649 entry = entry->next;
650 }
651
Yinghai Lu0b8f1ef2008-12-05 18:58:31 -0800652 entry->next = get_one_free_irq_2_pin(cpu);
Yinghai Lu0f978f42008-08-19 20:50:26 -0700653 entry = entry->next;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700654 entry->apic = apic;
655 entry->pin = pin;
656}
657
658/*
659 * Reroute an IRQ to a different pin.
660 */
Yinghai Lu3145e942008-12-05 18:58:34 -0800661static void __init replace_pin_at_irq_cpu(struct irq_cfg *cfg, int cpu,
Linus Torvalds1da177e2005-04-16 15:20:36 -0700662 int oldapic, int oldpin,
663 int newapic, int newpin)
664{
Yinghai Lu0f978f42008-08-19 20:50:26 -0700665 struct irq_pin_list *entry = cfg->irq_2_pin;
666 int replaced = 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700667
Yinghai Lu0f978f42008-08-19 20:50:26 -0700668 while (entry) {
Linus Torvalds1da177e2005-04-16 15:20:36 -0700669 if (entry->apic == oldapic && entry->pin == oldpin) {
670 entry->apic = newapic;
671 entry->pin = newpin;
Yinghai Lu0f978f42008-08-19 20:50:26 -0700672 replaced = 1;
673 /* every one is different, right? */
Linus Torvalds1da177e2005-04-16 15:20:36 -0700674 break;
Yinghai Lu0f978f42008-08-19 20:50:26 -0700675 }
676 entry = entry->next;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700677 }
Yinghai Lu0f978f42008-08-19 20:50:26 -0700678
679 /* why? call replace before add? */
680 if (!replaced)
Yinghai Lu3145e942008-12-05 18:58:34 -0800681 add_pin_to_irq_cpu(cfg, cpu, newapic, newpin);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700682}
683
Yinghai Lu3145e942008-12-05 18:58:34 -0800684static inline void io_apic_modify_irq(struct irq_cfg *cfg,
Cyrill Gorcunov87783be2008-09-10 22:19:50 +0400685 int mask_and, int mask_or,
686 void (*final)(struct irq_pin_list *entry))
687{
688 int pin;
Cyrill Gorcunov87783be2008-09-10 22:19:50 +0400689 struct irq_pin_list *entry;
690
Cyrill Gorcunov87783be2008-09-10 22:19:50 +0400691 for (entry = cfg->irq_2_pin; entry != NULL; entry = entry->next) {
692 unsigned int reg;
693 pin = entry->pin;
694 reg = io_apic_read(entry->apic, 0x10 + pin * 2);
695 reg &= mask_and;
696 reg |= mask_or;
697 io_apic_modify(entry->apic, 0x10 + pin * 2, reg);
698 if (final)
699 final(entry);
700 }
Yinghai Lu047c8fd2008-08-19 20:50:41 -0700701}
702
Yinghai Lu3145e942008-12-05 18:58:34 -0800703static void __unmask_IO_APIC_irq(struct irq_cfg *cfg)
Cyrill Gorcunov87783be2008-09-10 22:19:50 +0400704{
Yinghai Lu3145e942008-12-05 18:58:34 -0800705 io_apic_modify_irq(cfg, ~IO_APIC_REDIR_MASKED, 0, NULL);
Cyrill Gorcunov87783be2008-09-10 22:19:50 +0400706}
Yinghai Lu4e738e22008-08-19 20:50:47 -0700707
708#ifdef CONFIG_X86_64
Jaswinder Singh Rajput7f3e6322008-12-29 20:34:35 +0530709static void io_apic_sync(struct irq_pin_list *entry)
Yinghai Lu4e738e22008-08-19 20:50:47 -0700710{
Cyrill Gorcunov87783be2008-09-10 22:19:50 +0400711 /*
712 * Synchronize the IO-APIC and the CPU by doing
713 * a dummy read from the IO-APIC
714 */
715 struct io_apic __iomem *io_apic;
716 io_apic = io_apic_base(entry->apic);
Yinghai Lu4e738e22008-08-19 20:50:47 -0700717 readl(&io_apic->data);
718}
719
Yinghai Lu3145e942008-12-05 18:58:34 -0800720static void __mask_IO_APIC_irq(struct irq_cfg *cfg)
Cyrill Gorcunov87783be2008-09-10 22:19:50 +0400721{
Yinghai Lu3145e942008-12-05 18:58:34 -0800722 io_apic_modify_irq(cfg, ~0, IO_APIC_REDIR_MASKED, &io_apic_sync);
Cyrill Gorcunov87783be2008-09-10 22:19:50 +0400723}
724#else /* CONFIG_X86_32 */
Yinghai Lu3145e942008-12-05 18:58:34 -0800725static void __mask_IO_APIC_irq(struct irq_cfg *cfg)
Cyrill Gorcunov87783be2008-09-10 22:19:50 +0400726{
Yinghai Lu3145e942008-12-05 18:58:34 -0800727 io_apic_modify_irq(cfg, ~0, IO_APIC_REDIR_MASKED, NULL);
Cyrill Gorcunov87783be2008-09-10 22:19:50 +0400728}
Yinghai Lu047c8fd2008-08-19 20:50:41 -0700729
Yinghai Lu3145e942008-12-05 18:58:34 -0800730static void __mask_and_edge_IO_APIC_irq(struct irq_cfg *cfg)
Cyrill Gorcunov87783be2008-09-10 22:19:50 +0400731{
Yinghai Lu3145e942008-12-05 18:58:34 -0800732 io_apic_modify_irq(cfg, ~IO_APIC_REDIR_LEVEL_TRIGGER,
Cyrill Gorcunov87783be2008-09-10 22:19:50 +0400733 IO_APIC_REDIR_MASKED, NULL);
734}
Yinghai Lu047c8fd2008-08-19 20:50:41 -0700735
Yinghai Lu3145e942008-12-05 18:58:34 -0800736static void __unmask_and_level_IO_APIC_irq(struct irq_cfg *cfg)
Cyrill Gorcunov87783be2008-09-10 22:19:50 +0400737{
Yinghai Lu3145e942008-12-05 18:58:34 -0800738 io_apic_modify_irq(cfg, ~IO_APIC_REDIR_MASKED,
Cyrill Gorcunov87783be2008-09-10 22:19:50 +0400739 IO_APIC_REDIR_LEVEL_TRIGGER, NULL);
740}
741#endif /* CONFIG_X86_32 */
Yinghai Lu047c8fd2008-08-19 20:50:41 -0700742
Yinghai Lu3145e942008-12-05 18:58:34 -0800743static void mask_IO_APIC_irq_desc(struct irq_desc *desc)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700744{
Yinghai Lu3145e942008-12-05 18:58:34 -0800745 struct irq_cfg *cfg = desc->chip_data;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700746 unsigned long flags;
747
Yinghai Lu3145e942008-12-05 18:58:34 -0800748 BUG_ON(!cfg);
749
Linus Torvalds1da177e2005-04-16 15:20:36 -0700750 spin_lock_irqsave(&ioapic_lock, flags);
Yinghai Lu3145e942008-12-05 18:58:34 -0800751 __mask_IO_APIC_irq(cfg);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700752 spin_unlock_irqrestore(&ioapic_lock, flags);
753}
754
Yinghai Lu3145e942008-12-05 18:58:34 -0800755static void unmask_IO_APIC_irq_desc(struct irq_desc *desc)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700756{
Yinghai Lu3145e942008-12-05 18:58:34 -0800757 struct irq_cfg *cfg = desc->chip_data;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700758 unsigned long flags;
759
760 spin_lock_irqsave(&ioapic_lock, flags);
Yinghai Lu3145e942008-12-05 18:58:34 -0800761 __unmask_IO_APIC_irq(cfg);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700762 spin_unlock_irqrestore(&ioapic_lock, flags);
763}
764
Yinghai Lu3145e942008-12-05 18:58:34 -0800765static void mask_IO_APIC_irq(unsigned int irq)
766{
767 struct irq_desc *desc = irq_to_desc(irq);
768
769 mask_IO_APIC_irq_desc(desc);
770}
771static void unmask_IO_APIC_irq(unsigned int irq)
772{
773 struct irq_desc *desc = irq_to_desc(irq);
774
775 unmask_IO_APIC_irq_desc(desc);
776}
777
Linus Torvalds1da177e2005-04-16 15:20:36 -0700778static void clear_IO_APIC_pin(unsigned int apic, unsigned int pin)
779{
780 struct IO_APIC_route_entry entry;
Paolo Ciarrocchi36062442008-06-08 13:07:18 +0200781
Linus Torvalds1da177e2005-04-16 15:20:36 -0700782 /* Check delivery_mode to be sure we're not clearing an SMI pin */
Andi Kleencf4c6a22006-09-26 10:52:30 +0200783 entry = ioapic_read_entry(apic, pin);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700784 if (entry.delivery_mode == dest_SMI)
785 return;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700786 /*
787 * Disable it in the IO-APIC irq-routing table:
788 */
Linus Torvaldsf9dadfa2006-11-01 10:05:35 -0800789 ioapic_mask_entry(apic, pin);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700790}
791
Ingo Molnar54168ed2008-08-20 09:07:45 +0200792static void clear_IO_APIC (void)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700793{
794 int apic, pin;
795
796 for (apic = 0; apic < nr_ioapics; apic++)
797 for (pin = 0; pin < nr_ioapic_registers[apic]; pin++)
798 clear_IO_APIC_pin(apic, pin);
799}
800
Ingo Molnar54168ed2008-08-20 09:07:45 +0200801#if !defined(CONFIG_SMP) && defined(CONFIG_X86_32)
Ingo Molnardac5f412009-01-28 15:42:24 +0100802void default_send_IPI_self(int vector)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700803{
804 unsigned int cfg;
805
806 /*
807 * Wait for idle.
808 */
809 apic_wait_icr_idle();
Ingo Molnarbdb1a9b2009-01-28 05:29:25 +0100810 cfg = APIC_DM_FIXED | APIC_DEST_SELF | vector | apic->dest_logical;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700811 /*
812 * Send the IPI. The write to APIC_ICR fires this off.
813 */
Maciej W. Rozycki593f4a72008-07-16 19:15:30 +0100814 apic_write(APIC_ICR, cfg);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700815}
Ingo Molnar54168ed2008-08-20 09:07:45 +0200816#endif /* !CONFIG_SMP && CONFIG_X86_32*/
Linus Torvalds1da177e2005-04-16 15:20:36 -0700817
Ingo Molnar54168ed2008-08-20 09:07:45 +0200818#ifdef CONFIG_X86_32
Linus Torvalds1da177e2005-04-16 15:20:36 -0700819/*
820 * support for broken MP BIOSs, enables hand-redirection of PIRQ0-7 to
821 * specific CPU-side IRQs.
822 */
823
824#define MAX_PIRQS 8
825static int pirq_entries [MAX_PIRQS];
826static int pirqs_enabled;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700827
Linus Torvalds1da177e2005-04-16 15:20:36 -0700828static int __init ioapic_pirq_setup(char *str)
829{
830 int i, max;
831 int ints[MAX_PIRQS+1];
832
833 get_options(str, ARRAY_SIZE(ints), ints);
834
835 for (i = 0; i < MAX_PIRQS; i++)
836 pirq_entries[i] = -1;
837
838 pirqs_enabled = 1;
839 apic_printk(APIC_VERBOSE, KERN_INFO
840 "PIRQ redirection, working around broken MP-BIOS.\n");
841 max = MAX_PIRQS;
842 if (ints[0] < MAX_PIRQS)
843 max = ints[0];
844
845 for (i = 0; i < max; i++) {
846 apic_printk(APIC_VERBOSE, KERN_DEBUG
847 "... PIRQ%d -> IRQ %d\n", i, ints[i+1]);
848 /*
849 * PIRQs are mapped upside down, usually.
850 */
851 pirq_entries[MAX_PIRQS-i-1] = ints[i+1];
852 }
853 return 1;
854}
855
856__setup("pirq=", ioapic_pirq_setup);
Ingo Molnar54168ed2008-08-20 09:07:45 +0200857#endif /* CONFIG_X86_32 */
858
859#ifdef CONFIG_INTR_REMAP
860/* I/O APIC RTE contents at the OS boot up */
861static struct IO_APIC_route_entry *early_ioapic_entries[MAX_IO_APICS];
862
863/*
864 * Saves and masks all the unmasked IO-APIC RTE's
865 */
866int save_mask_IO_APIC_setup(void)
867{
868 union IO_APIC_reg_01 reg_01;
869 unsigned long flags;
870 int apic, pin;
871
872 /*
873 * The number of IO-APIC IRQ registers (== #pins):
874 */
875 for (apic = 0; apic < nr_ioapics; apic++) {
876 spin_lock_irqsave(&ioapic_lock, flags);
877 reg_01.raw = io_apic_read(apic, 1);
878 spin_unlock_irqrestore(&ioapic_lock, flags);
879 nr_ioapic_registers[apic] = reg_01.bits.entries+1;
880 }
881
882 for (apic = 0; apic < nr_ioapics; apic++) {
883 early_ioapic_entries[apic] =
884 kzalloc(sizeof(struct IO_APIC_route_entry) *
885 nr_ioapic_registers[apic], GFP_KERNEL);
886 if (!early_ioapic_entries[apic])
Cyrill Gorcunov5ffa4eb2008-09-18 23:37:57 +0400887 goto nomem;
Ingo Molnar54168ed2008-08-20 09:07:45 +0200888 }
889
890 for (apic = 0; apic < nr_ioapics; apic++)
891 for (pin = 0; pin < nr_ioapic_registers[apic]; pin++) {
892 struct IO_APIC_route_entry entry;
893
894 entry = early_ioapic_entries[apic][pin] =
895 ioapic_read_entry(apic, pin);
896 if (!entry.mask) {
897 entry.mask = 1;
898 ioapic_write_entry(apic, pin, entry);
899 }
900 }
Cyrill Gorcunov5ffa4eb2008-09-18 23:37:57 +0400901
Ingo Molnar54168ed2008-08-20 09:07:45 +0200902 return 0;
Cyrill Gorcunov5ffa4eb2008-09-18 23:37:57 +0400903
904nomem:
Cyrill Gorcunovc1370b42008-09-23 23:00:02 +0400905 while (apic >= 0)
906 kfree(early_ioapic_entries[apic--]);
Cyrill Gorcunov5ffa4eb2008-09-18 23:37:57 +0400907 memset(early_ioapic_entries, 0,
908 ARRAY_SIZE(early_ioapic_entries));
909
910 return -ENOMEM;
Ingo Molnar54168ed2008-08-20 09:07:45 +0200911}
912
913void restore_IO_APIC_setup(void)
914{
915 int apic, pin;
916
Cyrill Gorcunov5ffa4eb2008-09-18 23:37:57 +0400917 for (apic = 0; apic < nr_ioapics; apic++) {
918 if (!early_ioapic_entries[apic])
919 break;
Ingo Molnar54168ed2008-08-20 09:07:45 +0200920 for (pin = 0; pin < nr_ioapic_registers[apic]; pin++)
921 ioapic_write_entry(apic, pin,
922 early_ioapic_entries[apic][pin]);
Cyrill Gorcunov5ffa4eb2008-09-18 23:37:57 +0400923 kfree(early_ioapic_entries[apic]);
924 early_ioapic_entries[apic] = NULL;
925 }
Ingo Molnar54168ed2008-08-20 09:07:45 +0200926}
927
928void reinit_intr_remapped_IO_APIC(int intr_remapping)
929{
930 /*
931 * for now plain restore of previous settings.
932 * TBD: In the case of OS enabling interrupt-remapping,
933 * IO-APIC RTE's need to be setup to point to interrupt-remapping
934 * table entries. for now, do a plain restore, and wait for
935 * the setup_IO_APIC_irqs() to do proper initialization.
936 */
937 restore_IO_APIC_setup();
938}
939#endif
Linus Torvalds1da177e2005-04-16 15:20:36 -0700940
941/*
942 * Find the IRQ entry number of a certain pin.
943 */
944static int find_irq_entry(int apic, int pin, int type)
945{
946 int i;
947
948 for (i = 0; i < mp_irq_entries; i++)
Jaswinder Singh Rajputc2c21742009-01-12 17:47:22 +0530949 if (mp_irqs[i].irqtype == type &&
950 (mp_irqs[i].dstapic == mp_ioapics[apic].apicid ||
951 mp_irqs[i].dstapic == MP_APIC_ALL) &&
952 mp_irqs[i].dstirq == pin)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700953 return i;
954
955 return -1;
956}
957
958/*
959 * Find the pin to which IRQ[irq] (ISA) is connected
960 */
Eric W. Biedermanfcfd6362005-10-30 14:59:39 -0800961static int __init find_isa_irq_pin(int irq, int type)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700962{
963 int i;
964
965 for (i = 0; i < mp_irq_entries; i++) {
Jaswinder Singh Rajputc2c21742009-01-12 17:47:22 +0530966 int lbus = mp_irqs[i].srcbus;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700967
Alexey Starikovskiyd27e2b82008-03-20 14:54:18 +0300968 if (test_bit(lbus, mp_bus_not_pci) &&
Jaswinder Singh Rajputc2c21742009-01-12 17:47:22 +0530969 (mp_irqs[i].irqtype == type) &&
970 (mp_irqs[i].srcbusirq == irq))
Linus Torvalds1da177e2005-04-16 15:20:36 -0700971
Jaswinder Singh Rajputc2c21742009-01-12 17:47:22 +0530972 return mp_irqs[i].dstirq;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700973 }
974 return -1;
975}
976
Eric W. Biedermanfcfd6362005-10-30 14:59:39 -0800977static int __init find_isa_irq_apic(int irq, int type)
978{
979 int i;
980
981 for (i = 0; i < mp_irq_entries; i++) {
Jaswinder Singh Rajputc2c21742009-01-12 17:47:22 +0530982 int lbus = mp_irqs[i].srcbus;
Eric W. Biedermanfcfd6362005-10-30 14:59:39 -0800983
Alexey Starikovskiy73b29612008-03-20 14:54:24 +0300984 if (test_bit(lbus, mp_bus_not_pci) &&
Jaswinder Singh Rajputc2c21742009-01-12 17:47:22 +0530985 (mp_irqs[i].irqtype == type) &&
986 (mp_irqs[i].srcbusirq == irq))
Eric W. Biedermanfcfd6362005-10-30 14:59:39 -0800987 break;
988 }
989 if (i < mp_irq_entries) {
990 int apic;
Ingo Molnar54168ed2008-08-20 09:07:45 +0200991 for(apic = 0; apic < nr_ioapics; apic++) {
Jaswinder Singh Rajputc2c21742009-01-12 17:47:22 +0530992 if (mp_ioapics[apic].apicid == mp_irqs[i].dstapic)
Eric W. Biedermanfcfd6362005-10-30 14:59:39 -0800993 return apic;
994 }
995 }
996
997 return -1;
998}
999
Linus Torvalds1da177e2005-04-16 15:20:36 -07001000/*
1001 * Find a specific PCI IRQ entry.
1002 * Not an __init, possibly needed by modules
1003 */
1004static int pin_2_irq(int idx, int apic, int pin);
1005
1006int IO_APIC_get_PCI_irq_vector(int bus, int slot, int pin)
1007{
1008 int apic, i, best_guess = -1;
1009
Ingo Molnar54168ed2008-08-20 09:07:45 +02001010 apic_printk(APIC_DEBUG, "querying PCI -> IRQ mapping bus:%d, slot:%d, pin:%d.\n",
1011 bus, slot, pin);
Alexey Starikovskiyce6444d2008-05-19 19:47:09 +04001012 if (test_bit(bus, mp_bus_not_pci)) {
Ingo Molnar54168ed2008-08-20 09:07:45 +02001013 apic_printk(APIC_VERBOSE, "PCI BIOS passed nonexistent PCI bus %d!\n", bus);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001014 return -1;
1015 }
1016 for (i = 0; i < mp_irq_entries; i++) {
Jaswinder Singh Rajputc2c21742009-01-12 17:47:22 +05301017 int lbus = mp_irqs[i].srcbus;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001018
1019 for (apic = 0; apic < nr_ioapics; apic++)
Jaswinder Singh Rajputc2c21742009-01-12 17:47:22 +05301020 if (mp_ioapics[apic].apicid == mp_irqs[i].dstapic ||
1021 mp_irqs[i].dstapic == MP_APIC_ALL)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001022 break;
1023
Alexey Starikovskiy47cab822008-03-20 14:54:30 +03001024 if (!test_bit(lbus, mp_bus_not_pci) &&
Jaswinder Singh Rajputc2c21742009-01-12 17:47:22 +05301025 !mp_irqs[i].irqtype &&
Linus Torvalds1da177e2005-04-16 15:20:36 -07001026 (bus == lbus) &&
Jaswinder Singh Rajputc2c21742009-01-12 17:47:22 +05301027 (slot == ((mp_irqs[i].srcbusirq >> 2) & 0x1f))) {
1028 int irq = pin_2_irq(i, apic, mp_irqs[i].dstirq);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001029
1030 if (!(apic || IO_APIC_IRQ(irq)))
1031 continue;
1032
Jaswinder Singh Rajputc2c21742009-01-12 17:47:22 +05301033 if (pin == (mp_irqs[i].srcbusirq & 3))
Linus Torvalds1da177e2005-04-16 15:20:36 -07001034 return irq;
1035 /*
1036 * Use the first all-but-pin matching entry as a
1037 * best-guess fuzzy result for broken mptables.
1038 */
1039 if (best_guess < 0)
1040 best_guess = irq;
1041 }
1042 }
1043 return best_guess;
1044}
Ingo Molnar54168ed2008-08-20 09:07:45 +02001045
Alexey Dobriyan129f6942005-06-23 00:08:33 -07001046EXPORT_SYMBOL(IO_APIC_get_PCI_irq_vector);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001047
Alexey Starikovskiyc0a282c2008-03-20 14:55:02 +03001048#if defined(CONFIG_EISA) || defined(CONFIG_MCA)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001049/*
1050 * EISA Edge/Level control register, ELCR
1051 */
1052static int EISA_ELCR(unsigned int irq)
1053{
Yinghai Lu99d093d2008-12-05 18:58:32 -08001054 if (irq < NR_IRQS_LEGACY) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07001055 unsigned int port = 0x4d0 + (irq >> 3);
1056 return (inb(port) >> (irq & 7)) & 1;
1057 }
1058 apic_printk(APIC_VERBOSE, KERN_INFO
1059 "Broken MPtable reports ISA irq %d\n", irq);
1060 return 0;
1061}
Ingo Molnar54168ed2008-08-20 09:07:45 +02001062
Alexey Starikovskiyc0a282c2008-03-20 14:55:02 +03001063#endif
Linus Torvalds1da177e2005-04-16 15:20:36 -07001064
Alexey Starikovskiy67288012008-03-20 14:54:36 +03001065/* ISA interrupts are always polarity zero edge triggered,
1066 * when listed as conforming in the MP table. */
1067
1068#define default_ISA_trigger(idx) (0)
1069#define default_ISA_polarity(idx) (0)
1070
Linus Torvalds1da177e2005-04-16 15:20:36 -07001071/* EISA interrupts are always polarity zero and can be edge or level
1072 * trigger depending on the ELCR value. If an interrupt is listed as
1073 * EISA conforming in the MP table, that means its trigger type must
1074 * be read in from the ELCR */
1075
Jaswinder Singh Rajputc2c21742009-01-12 17:47:22 +05301076#define default_EISA_trigger(idx) (EISA_ELCR(mp_irqs[idx].srcbusirq))
Alexey Starikovskiy67288012008-03-20 14:54:36 +03001077#define default_EISA_polarity(idx) default_ISA_polarity(idx)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001078
1079/* PCI interrupts are always polarity one level triggered,
1080 * when listed as conforming in the MP table. */
1081
1082#define default_PCI_trigger(idx) (1)
1083#define default_PCI_polarity(idx) (1)
1084
1085/* MCA interrupts are always polarity zero level triggered,
1086 * when listed as conforming in the MP table. */
1087
1088#define default_MCA_trigger(idx) (1)
Alexey Starikovskiy67288012008-03-20 14:54:36 +03001089#define default_MCA_polarity(idx) default_ISA_polarity(idx)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001090
Shaohua Li61fd47e2007-11-17 01:05:28 -05001091static int MPBIOS_polarity(int idx)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001092{
Jaswinder Singh Rajputc2c21742009-01-12 17:47:22 +05301093 int bus = mp_irqs[idx].srcbus;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001094 int polarity;
1095
1096 /*
1097 * Determine IRQ line polarity (high active or low active):
1098 */
Jaswinder Singh Rajputc2c21742009-01-12 17:47:22 +05301099 switch (mp_irqs[idx].irqflag & 3)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001100 {
Ingo Molnar54168ed2008-08-20 09:07:45 +02001101 case 0: /* conforms, ie. bus-type dependent polarity */
1102 if (test_bit(bus, mp_bus_not_pci))
1103 polarity = default_ISA_polarity(idx);
1104 else
1105 polarity = default_PCI_polarity(idx);
1106 break;
1107 case 1: /* high active */
1108 {
1109 polarity = 0;
1110 break;
1111 }
1112 case 2: /* reserved */
1113 {
1114 printk(KERN_WARNING "broken BIOS!!\n");
1115 polarity = 1;
1116 break;
1117 }
1118 case 3: /* low active */
1119 {
1120 polarity = 1;
1121 break;
1122 }
1123 default: /* invalid */
1124 {
1125 printk(KERN_WARNING "broken BIOS!!\n");
1126 polarity = 1;
1127 break;
1128 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07001129 }
1130 return polarity;
1131}
1132
1133static int MPBIOS_trigger(int idx)
1134{
Jaswinder Singh Rajputc2c21742009-01-12 17:47:22 +05301135 int bus = mp_irqs[idx].srcbus;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001136 int trigger;
1137
1138 /*
1139 * Determine IRQ trigger mode (edge or level sensitive):
1140 */
Jaswinder Singh Rajputc2c21742009-01-12 17:47:22 +05301141 switch ((mp_irqs[idx].irqflag>>2) & 3)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001142 {
Ingo Molnar54168ed2008-08-20 09:07:45 +02001143 case 0: /* conforms, ie. bus-type dependent */
1144 if (test_bit(bus, mp_bus_not_pci))
1145 trigger = default_ISA_trigger(idx);
1146 else
1147 trigger = default_PCI_trigger(idx);
Alexey Starikovskiyc0a282c2008-03-20 14:55:02 +03001148#if defined(CONFIG_EISA) || defined(CONFIG_MCA)
Ingo Molnar54168ed2008-08-20 09:07:45 +02001149 switch (mp_bus_id_to_type[bus]) {
1150 case MP_BUS_ISA: /* ISA pin */
1151 {
1152 /* set before the switch */
1153 break;
1154 }
1155 case MP_BUS_EISA: /* EISA pin */
1156 {
1157 trigger = default_EISA_trigger(idx);
1158 break;
1159 }
1160 case MP_BUS_PCI: /* PCI pin */
1161 {
1162 /* set before the switch */
1163 break;
1164 }
1165 case MP_BUS_MCA: /* MCA pin */
1166 {
1167 trigger = default_MCA_trigger(idx);
1168 break;
1169 }
1170 default:
1171 {
1172 printk(KERN_WARNING "broken BIOS!!\n");
1173 trigger = 1;
1174 break;
1175 }
1176 }
1177#endif
1178 break;
1179 case 1: /* edge */
Paolo Ciarrocchi36062442008-06-08 13:07:18 +02001180 {
Ingo Molnar54168ed2008-08-20 09:07:45 +02001181 trigger = 0;
Paolo Ciarrocchi36062442008-06-08 13:07:18 +02001182 break;
1183 }
Ingo Molnar54168ed2008-08-20 09:07:45 +02001184 case 2: /* reserved */
Paolo Ciarrocchi36062442008-06-08 13:07:18 +02001185 {
1186 printk(KERN_WARNING "broken BIOS!!\n");
1187 trigger = 1;
1188 break;
1189 }
Ingo Molnar54168ed2008-08-20 09:07:45 +02001190 case 3: /* level */
1191 {
1192 trigger = 1;
1193 break;
1194 }
1195 default: /* invalid */
1196 {
1197 printk(KERN_WARNING "broken BIOS!!\n");
1198 trigger = 0;
1199 break;
1200 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07001201 }
1202 return trigger;
1203}
1204
1205static inline int irq_polarity(int idx)
1206{
1207 return MPBIOS_polarity(idx);
1208}
1209
1210static inline int irq_trigger(int idx)
1211{
1212 return MPBIOS_trigger(idx);
1213}
1214
Yinghai Luefa25592008-08-19 20:50:36 -07001215int (*ioapic_renumber_irq)(int ioapic, int irq);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001216static int pin_2_irq(int idx, int apic, int pin)
1217{
1218 int irq, i;
Jaswinder Singh Rajputc2c21742009-01-12 17:47:22 +05301219 int bus = mp_irqs[idx].srcbus;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001220
1221 /*
1222 * Debugging check, we are in big trouble if this message pops up!
1223 */
Jaswinder Singh Rajputc2c21742009-01-12 17:47:22 +05301224 if (mp_irqs[idx].dstirq != pin)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001225 printk(KERN_ERR "broken BIOS or MPTABLE parser, ayiee!!\n");
1226
Ingo Molnar54168ed2008-08-20 09:07:45 +02001227 if (test_bit(bus, mp_bus_not_pci)) {
Jaswinder Singh Rajputc2c21742009-01-12 17:47:22 +05301228 irq = mp_irqs[idx].srcbusirq;
Ingo Molnar54168ed2008-08-20 09:07:45 +02001229 } else {
Alexey Starikovskiy643befe2008-03-20 14:54:49 +03001230 /*
1231 * PCI IRQs are mapped in order
1232 */
1233 i = irq = 0;
1234 while (i < apic)
1235 irq += nr_ioapic_registers[i++];
1236 irq += pin;
Thomas Gleixnerd6c88a52008-10-15 15:27:23 +02001237 /*
Ingo Molnar54168ed2008-08-20 09:07:45 +02001238 * For MPS mode, so far only needed by ES7000 platform
1239 */
Thomas Gleixnerd6c88a52008-10-15 15:27:23 +02001240 if (ioapic_renumber_irq)
1241 irq = ioapic_renumber_irq(apic, irq);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001242 }
1243
Ingo Molnar54168ed2008-08-20 09:07:45 +02001244#ifdef CONFIG_X86_32
Linus Torvalds1da177e2005-04-16 15:20:36 -07001245 /*
1246 * PCI IRQ command line redirection. Yes, limits are hardcoded.
1247 */
1248 if ((pin >= 16) && (pin <= 23)) {
1249 if (pirq_entries[pin-16] != -1) {
1250 if (!pirq_entries[pin-16]) {
1251 apic_printk(APIC_VERBOSE, KERN_DEBUG
1252 "disabling PIRQ%d\n", pin-16);
1253 } else {
1254 irq = pirq_entries[pin-16];
1255 apic_printk(APIC_VERBOSE, KERN_DEBUG
1256 "using PIRQ%d -> IRQ %d\n",
1257 pin-16, irq);
1258 }
1259 }
1260 }
Ingo Molnar54168ed2008-08-20 09:07:45 +02001261#endif
1262
Linus Torvalds1da177e2005-04-16 15:20:36 -07001263 return irq;
1264}
1265
Yinghai Lu497c9a12008-08-19 20:50:28 -07001266void lock_vector_lock(void)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001267{
Yinghai Lu497c9a12008-08-19 20:50:28 -07001268 /* Used to the online set of cpus does not change
1269 * during assign_irq_vector.
1270 */
1271 spin_lock(&vector_lock);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001272}
1273
Yinghai Lu497c9a12008-08-19 20:50:28 -07001274void unlock_vector_lock(void)
Eric W. Biedermanace80ab2006-10-04 02:16:47 -07001275{
Yinghai Lu497c9a12008-08-19 20:50:28 -07001276 spin_unlock(&vector_lock);
1277}
1278
Mike Travise7986732008-12-16 17:33:52 -08001279static int
1280__assign_irq_vector(int irq, struct irq_cfg *cfg, const struct cpumask *mask)
Yinghai Lu497c9a12008-08-19 20:50:28 -07001281{
Yinghai Lu047c8fd2008-08-19 20:50:41 -07001282 /*
1283 * NOTE! The local APIC isn't very good at handling
1284 * multiple interrupts at the same interrupt level.
1285 * As the interrupt level is determined by taking the
1286 * vector number and shifting that right by 4, we
1287 * want to spread these out a bit so that they don't
1288 * all fall in the same interrupt level.
1289 *
1290 * Also, we've got to be careful not to trash gate
1291 * 0x80, because int 0x80 is hm, kind of importantish. ;)
1292 */
Ingo Molnar54168ed2008-08-20 09:07:45 +02001293 static int current_vector = FIRST_DEVICE_VECTOR, current_offset = 0;
1294 unsigned int old_vector;
Mike Travis22f65d32008-12-16 17:33:56 -08001295 int cpu, err;
1296 cpumask_var_t tmp_mask;
Yinghai Lu497c9a12008-08-19 20:50:28 -07001297
Ingo Molnar54168ed2008-08-20 09:07:45 +02001298 if ((cfg->move_in_progress) || cfg->move_cleanup_count)
1299 return -EBUSY;
Yinghai Lu497c9a12008-08-19 20:50:28 -07001300
Mike Travis22f65d32008-12-16 17:33:56 -08001301 if (!alloc_cpumask_var(&tmp_mask, GFP_ATOMIC))
1302 return -ENOMEM;
Yinghai Lu3145e942008-12-05 18:58:34 -08001303
Ingo Molnar54168ed2008-08-20 09:07:45 +02001304 old_vector = cfg->vector;
1305 if (old_vector) {
Mike Travis22f65d32008-12-16 17:33:56 -08001306 cpumask_and(tmp_mask, mask, cpu_online_mask);
1307 cpumask_and(tmp_mask, cfg->domain, tmp_mask);
1308 if (!cpumask_empty(tmp_mask)) {
1309 free_cpumask_var(tmp_mask);
Ingo Molnar54168ed2008-08-20 09:07:45 +02001310 return 0;
Mike Travis22f65d32008-12-16 17:33:56 -08001311 }
Ingo Molnar54168ed2008-08-20 09:07:45 +02001312 }
Yinghai Lu497c9a12008-08-19 20:50:28 -07001313
Mike Travise7986732008-12-16 17:33:52 -08001314 /* Only try and allocate irqs on cpus that are present */
Mike Travis22f65d32008-12-16 17:33:56 -08001315 err = -ENOSPC;
1316 for_each_cpu_and(cpu, mask, cpu_online_mask) {
Ingo Molnar54168ed2008-08-20 09:07:45 +02001317 int new_cpu;
1318 int vector, offset;
Yinghai Lu497c9a12008-08-19 20:50:28 -07001319
Ingo Molnare2d40b12009-01-28 06:50:47 +01001320 apic->vector_allocation_domain(cpu, tmp_mask);
Yinghai Lu497c9a12008-08-19 20:50:28 -07001321
Ingo Molnar54168ed2008-08-20 09:07:45 +02001322 vector = current_vector;
1323 offset = current_offset;
Yinghai Lu497c9a12008-08-19 20:50:28 -07001324next:
Ingo Molnar54168ed2008-08-20 09:07:45 +02001325 vector += 8;
1326 if (vector >= first_system_vector) {
Mike Travise7986732008-12-16 17:33:52 -08001327 /* If out of vectors on large boxen, must share them. */
Ingo Molnar54168ed2008-08-20 09:07:45 +02001328 offset = (offset + 1) % 8;
1329 vector = FIRST_DEVICE_VECTOR + offset;
Yinghai Lu7a959cf2008-08-19 20:50:32 -07001330 }
Ingo Molnar54168ed2008-08-20 09:07:45 +02001331 if (unlikely(current_vector == vector))
1332 continue;
Yinghai Lub77b8812008-12-19 15:23:44 -08001333
1334 if (test_bit(vector, used_vectors))
Ingo Molnar54168ed2008-08-20 09:07:45 +02001335 goto next;
Yinghai Lub77b8812008-12-19 15:23:44 -08001336
Mike Travis22f65d32008-12-16 17:33:56 -08001337 for_each_cpu_and(new_cpu, tmp_mask, cpu_online_mask)
Ingo Molnar54168ed2008-08-20 09:07:45 +02001338 if (per_cpu(vector_irq, new_cpu)[vector] != -1)
1339 goto next;
1340 /* Found one! */
1341 current_vector = vector;
1342 current_offset = offset;
1343 if (old_vector) {
1344 cfg->move_in_progress = 1;
Mike Travis22f65d32008-12-16 17:33:56 -08001345 cpumask_copy(cfg->old_domain, cfg->domain);
Ingo Molnar54168ed2008-08-20 09:07:45 +02001346 }
Mike Travis22f65d32008-12-16 17:33:56 -08001347 for_each_cpu_and(new_cpu, tmp_mask, cpu_online_mask)
Ingo Molnar54168ed2008-08-20 09:07:45 +02001348 per_cpu(vector_irq, new_cpu)[vector] = irq;
1349 cfg->vector = vector;
Mike Travis22f65d32008-12-16 17:33:56 -08001350 cpumask_copy(cfg->domain, tmp_mask);
1351 err = 0;
1352 break;
Ingo Molnar54168ed2008-08-20 09:07:45 +02001353 }
Mike Travis22f65d32008-12-16 17:33:56 -08001354 free_cpumask_var(tmp_mask);
1355 return err;
Yinghai Lu497c9a12008-08-19 20:50:28 -07001356}
1357
Mike Travise7986732008-12-16 17:33:52 -08001358static int
1359assign_irq_vector(int irq, struct irq_cfg *cfg, const struct cpumask *mask)
Yinghai Lu497c9a12008-08-19 20:50:28 -07001360{
1361 int err;
Eric W. Biedermanace80ab2006-10-04 02:16:47 -07001362 unsigned long flags;
Eric W. Biedermanace80ab2006-10-04 02:16:47 -07001363
1364 spin_lock_irqsave(&vector_lock, flags);
Yinghai Lu3145e942008-12-05 18:58:34 -08001365 err = __assign_irq_vector(irq, cfg, mask);
Eric W. Biedermanace80ab2006-10-04 02:16:47 -07001366 spin_unlock_irqrestore(&vector_lock, flags);
Yinghai Lu497c9a12008-08-19 20:50:28 -07001367 return err;
1368}
1369
Yinghai Lu3145e942008-12-05 18:58:34 -08001370static void __clear_irq_vector(int irq, struct irq_cfg *cfg)
Yinghai Lu497c9a12008-08-19 20:50:28 -07001371{
Yinghai Lu497c9a12008-08-19 20:50:28 -07001372 int cpu, vector;
1373
Yinghai Lu497c9a12008-08-19 20:50:28 -07001374 BUG_ON(!cfg->vector);
1375
1376 vector = cfg->vector;
Mike Travis22f65d32008-12-16 17:33:56 -08001377 for_each_cpu_and(cpu, cfg->domain, cpu_online_mask)
Yinghai Lu497c9a12008-08-19 20:50:28 -07001378 per_cpu(vector_irq, cpu)[vector] = -1;
1379
1380 cfg->vector = 0;
Mike Travis22f65d32008-12-16 17:33:56 -08001381 cpumask_clear(cfg->domain);
Matthew Wilcox0ca4b6b2008-11-20 14:09:33 -07001382
1383 if (likely(!cfg->move_in_progress))
1384 return;
Mike Travis22f65d32008-12-16 17:33:56 -08001385 for_each_cpu_and(cpu, cfg->old_domain, cpu_online_mask) {
Matthew Wilcox0ca4b6b2008-11-20 14:09:33 -07001386 for (vector = FIRST_EXTERNAL_VECTOR; vector < NR_VECTORS;
1387 vector++) {
1388 if (per_cpu(vector_irq, cpu)[vector] != irq)
1389 continue;
1390 per_cpu(vector_irq, cpu)[vector] = -1;
1391 break;
1392 }
1393 }
1394 cfg->move_in_progress = 0;
Yinghai Lu497c9a12008-08-19 20:50:28 -07001395}
1396
1397void __setup_vector_irq(int cpu)
1398{
1399 /* Initialize vector_irq on a new cpu */
1400 /* This function must be called with vector_lock held */
1401 int irq, vector;
1402 struct irq_cfg *cfg;
Yinghai Lu0b8f1ef2008-12-05 18:58:31 -08001403 struct irq_desc *desc;
Yinghai Lu497c9a12008-08-19 20:50:28 -07001404
1405 /* Mark the inuse vectors */
Yinghai Lu0b8f1ef2008-12-05 18:58:31 -08001406 for_each_irq_desc(irq, desc) {
Yinghai Lu0b8f1ef2008-12-05 18:58:31 -08001407 cfg = desc->chip_data;
Mike Travis22f65d32008-12-16 17:33:56 -08001408 if (!cpumask_test_cpu(cpu, cfg->domain))
Yinghai Lu497c9a12008-08-19 20:50:28 -07001409 continue;
1410 vector = cfg->vector;
Yinghai Lu497c9a12008-08-19 20:50:28 -07001411 per_cpu(vector_irq, cpu)[vector] = irq;
1412 }
1413 /* Mark the free vectors */
1414 for (vector = 0; vector < NR_VECTORS; ++vector) {
1415 irq = per_cpu(vector_irq, cpu)[vector];
1416 if (irq < 0)
1417 continue;
1418
1419 cfg = irq_cfg(irq);
Mike Travis22f65d32008-12-16 17:33:56 -08001420 if (!cpumask_test_cpu(cpu, cfg->domain))
Yinghai Lu497c9a12008-08-19 20:50:28 -07001421 per_cpu(vector_irq, cpu)[vector] = -1;
Ingo Molnar54168ed2008-08-20 09:07:45 +02001422 }
Eric W. Biedermanace80ab2006-10-04 02:16:47 -07001423}
Glauber Costa3fde6902008-05-28 20:34:19 -07001424
Ingo Molnarf5b9ed72006-10-04 02:16:26 -07001425static struct irq_chip ioapic_chip;
Ingo Molnar54168ed2008-08-20 09:07:45 +02001426#ifdef CONFIG_INTR_REMAP
1427static struct irq_chip ir_ioapic_chip;
1428#endif
Linus Torvalds1da177e2005-04-16 15:20:36 -07001429
Ingo Molnar54168ed2008-08-20 09:07:45 +02001430#define IOAPIC_AUTO -1
1431#define IOAPIC_EDGE 0
1432#define IOAPIC_LEVEL 1
Linus Torvalds1da177e2005-04-16 15:20:36 -07001433
Yinghai Lu047c8fd2008-08-19 20:50:41 -07001434#ifdef CONFIG_X86_32
Yinghai Lu1d025192008-08-19 20:50:34 -07001435static inline int IO_APIC_irq_trigger(int irq)
1436{
Thomas Gleixnerd6c88a52008-10-15 15:27:23 +02001437 int apic, idx, pin;
Yinghai Lu1d025192008-08-19 20:50:34 -07001438
Thomas Gleixnerd6c88a52008-10-15 15:27:23 +02001439 for (apic = 0; apic < nr_ioapics; apic++) {
1440 for (pin = 0; pin < nr_ioapic_registers[apic]; pin++) {
1441 idx = find_irq_entry(apic, pin, mp_INT);
1442 if ((idx != -1) && (irq == pin_2_irq(idx, apic, pin)))
1443 return irq_trigger(idx);
1444 }
1445 }
1446 /*
Ingo Molnar54168ed2008-08-20 09:07:45 +02001447 * nonexistent IRQs are edge default
1448 */
Thomas Gleixnerd6c88a52008-10-15 15:27:23 +02001449 return 0;
Yinghai Lu1d025192008-08-19 20:50:34 -07001450}
Yinghai Lu047c8fd2008-08-19 20:50:41 -07001451#else
1452static inline int IO_APIC_irq_trigger(int irq)
1453{
Ingo Molnar54168ed2008-08-20 09:07:45 +02001454 return 1;
Yinghai Lu047c8fd2008-08-19 20:50:41 -07001455}
1456#endif
Yinghai Lu1d025192008-08-19 20:50:34 -07001457
Yinghai Lu3145e942008-12-05 18:58:34 -08001458static void ioapic_register_intr(int irq, struct irq_desc *desc, unsigned long trigger)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001459{
Yinghai Lu199751d2008-08-19 20:50:27 -07001460
Jan Beulich6ebcc002006-06-26 13:56:46 +02001461 if ((trigger == IOAPIC_AUTO && IO_APIC_irq_trigger(irq)) ||
Yinghai Lu047c8fd2008-08-19 20:50:41 -07001462 trigger == IOAPIC_LEVEL)
Yinghai Lu08678b02008-08-19 20:50:05 -07001463 desc->status |= IRQ_LEVEL;
Yinghai Lu047c8fd2008-08-19 20:50:41 -07001464 else
1465 desc->status &= ~IRQ_LEVEL;
1466
Ingo Molnar54168ed2008-08-20 09:07:45 +02001467#ifdef CONFIG_INTR_REMAP
1468 if (irq_remapped(irq)) {
1469 desc->status |= IRQ_MOVE_PCNTXT;
1470 if (trigger)
1471 set_irq_chip_and_handler_name(irq, &ir_ioapic_chip,
1472 handle_fasteoi_irq,
1473 "fasteoi");
1474 else
1475 set_irq_chip_and_handler_name(irq, &ir_ioapic_chip,
1476 handle_edge_irq, "edge");
1477 return;
1478 }
1479#endif
Yinghai Lu047c8fd2008-08-19 20:50:41 -07001480 if ((trigger == IOAPIC_AUTO && IO_APIC_irq_trigger(irq)) ||
1481 trigger == IOAPIC_LEVEL)
Ingo Molnara460e742006-10-17 00:10:03 -07001482 set_irq_chip_and_handler_name(irq, &ioapic_chip,
Ingo Molnar54168ed2008-08-20 09:07:45 +02001483 handle_fasteoi_irq,
1484 "fasteoi");
Yinghai Lu047c8fd2008-08-19 20:50:41 -07001485 else
Ingo Molnara460e742006-10-17 00:10:03 -07001486 set_irq_chip_and_handler_name(irq, &ioapic_chip,
Ingo Molnar54168ed2008-08-20 09:07:45 +02001487 handle_edge_irq, "edge");
Yinghai Lu497c9a12008-08-19 20:50:28 -07001488}
1489
Ingo Molnarc8d46cf2009-01-28 00:14:11 +01001490static int setup_ioapic_entry(int apic_id, int irq,
Yinghai Lu497c9a12008-08-19 20:50:28 -07001491 struct IO_APIC_route_entry *entry,
1492 unsigned int destination, int trigger,
1493 int polarity, int vector)
1494{
1495 /*
1496 * add it to the IO-APIC irq-routing table:
1497 */
1498 memset(entry,0,sizeof(*entry));
1499
Ingo Molnar54168ed2008-08-20 09:07:45 +02001500#ifdef CONFIG_INTR_REMAP
1501 if (intr_remapping_enabled) {
Ingo Molnarc8d46cf2009-01-28 00:14:11 +01001502 struct intel_iommu *iommu = map_ioapic_to_ir(apic_id);
Ingo Molnar54168ed2008-08-20 09:07:45 +02001503 struct irte irte;
1504 struct IR_IO_APIC_route_entry *ir_entry =
1505 (struct IR_IO_APIC_route_entry *) entry;
1506 int index;
Yinghai Lu497c9a12008-08-19 20:50:28 -07001507
Ingo Molnar54168ed2008-08-20 09:07:45 +02001508 if (!iommu)
Ingo Molnarc8d46cf2009-01-28 00:14:11 +01001509 panic("No mapping iommu for ioapic %d\n", apic_id);
Ingo Molnar54168ed2008-08-20 09:07:45 +02001510
1511 index = alloc_irte(iommu, irq, 1);
1512 if (index < 0)
Ingo Molnarc8d46cf2009-01-28 00:14:11 +01001513 panic("Failed to allocate IRTE for ioapic %d\n", apic_id);
Ingo Molnar54168ed2008-08-20 09:07:45 +02001514
1515 memset(&irte, 0, sizeof(irte));
1516
1517 irte.present = 1;
Ingo Molnar9b5bc8d2009-01-28 04:09:58 +01001518 irte.dst_mode = apic->irq_dest_mode;
Ingo Molnar54168ed2008-08-20 09:07:45 +02001519 irte.trigger_mode = trigger;
Ingo Molnar9b5bc8d2009-01-28 04:09:58 +01001520 irte.dlvry_mode = apic->irq_delivery_mode;
Ingo Molnar54168ed2008-08-20 09:07:45 +02001521 irte.vector = vector;
1522 irte.dest_id = IRTE_DEST(destination);
1523
1524 modify_irte(irq, &irte);
1525
1526 ir_entry->index2 = (index >> 15) & 0x1;
1527 ir_entry->zero = 0;
1528 ir_entry->format = 1;
1529 ir_entry->index = (index & 0x7fff);
1530 } else
1531#endif
1532 {
Ingo Molnar9b5bc8d2009-01-28 04:09:58 +01001533 entry->delivery_mode = apic->irq_delivery_mode;
1534 entry->dest_mode = apic->irq_dest_mode;
Ingo Molnar54168ed2008-08-20 09:07:45 +02001535 entry->dest = destination;
1536 }
1537
1538 entry->mask = 0; /* enable IRQ */
Yinghai Lu497c9a12008-08-19 20:50:28 -07001539 entry->trigger = trigger;
1540 entry->polarity = polarity;
1541 entry->vector = vector;
1542
1543 /* Mask level triggered irqs.
1544 * Use IRQ_DELAYED_DISABLE for edge triggered irqs.
1545 */
1546 if (trigger)
1547 entry->mask = 1;
Yinghai Lu497c9a12008-08-19 20:50:28 -07001548 return 0;
1549}
1550
Ingo Molnarc8d46cf2009-01-28 00:14:11 +01001551static void setup_IO_APIC_irq(int apic_id, int pin, unsigned int irq, struct irq_desc *desc,
Ingo Molnar54168ed2008-08-20 09:07:45 +02001552 int trigger, int polarity)
Yinghai Lu497c9a12008-08-19 20:50:28 -07001553{
1554 struct irq_cfg *cfg;
1555 struct IO_APIC_route_entry entry;
Mike Travis22f65d32008-12-16 17:33:56 -08001556 unsigned int dest;
Yinghai Lu497c9a12008-08-19 20:50:28 -07001557
1558 if (!IO_APIC_IRQ(irq))
1559 return;
1560
Yinghai Lu3145e942008-12-05 18:58:34 -08001561 cfg = desc->chip_data;
Yinghai Lu497c9a12008-08-19 20:50:28 -07001562
Ingo Molnarfe402e12009-01-28 04:32:51 +01001563 if (assign_irq_vector(irq, cfg, apic->target_cpus()))
Yinghai Lu497c9a12008-08-19 20:50:28 -07001564 return;
1565
Ingo Molnardebccb32009-01-28 15:20:18 +01001566 dest = apic->cpu_mask_to_apicid_and(cfg->domain, apic->target_cpus());
Yinghai Lu497c9a12008-08-19 20:50:28 -07001567
1568 apic_printk(APIC_VERBOSE,KERN_DEBUG
1569 "IOAPIC[%d]: Set routing entry (%d-%d -> 0x%x -> "
1570 "IRQ %d Mode:%i Active:%i)\n",
Ingo Molnarc8d46cf2009-01-28 00:14:11 +01001571 apic_id, mp_ioapics[apic_id].apicid, pin, cfg->vector,
Yinghai Lu497c9a12008-08-19 20:50:28 -07001572 irq, trigger, polarity);
1573
1574
Ingo Molnarc8d46cf2009-01-28 00:14:11 +01001575 if (setup_ioapic_entry(mp_ioapics[apic_id].apicid, irq, &entry,
Mike Travis22f65d32008-12-16 17:33:56 -08001576 dest, trigger, polarity, cfg->vector)) {
Yinghai Lu497c9a12008-08-19 20:50:28 -07001577 printk("Failed to setup ioapic entry for ioapic %d, pin %d\n",
Ingo Molnarc8d46cf2009-01-28 00:14:11 +01001578 mp_ioapics[apic_id].apicid, pin);
Yinghai Lu3145e942008-12-05 18:58:34 -08001579 __clear_irq_vector(irq, cfg);
Yinghai Lu497c9a12008-08-19 20:50:28 -07001580 return;
1581 }
1582
Yinghai Lu3145e942008-12-05 18:58:34 -08001583 ioapic_register_intr(irq, desc, trigger);
Yinghai Lu99d093d2008-12-05 18:58:32 -08001584 if (irq < NR_IRQS_LEGACY)
Yinghai Lu497c9a12008-08-19 20:50:28 -07001585 disable_8259A_irq(irq);
1586
Ingo Molnarc8d46cf2009-01-28 00:14:11 +01001587 ioapic_write_entry(apic_id, pin, entry);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001588}
1589
1590static void __init setup_IO_APIC_irqs(void)
1591{
Ingo Molnarc8d46cf2009-01-28 00:14:11 +01001592 int apic_id, pin, idx, irq;
Cyrill Gorcunov3c2cbd22008-09-06 14:15:33 +04001593 int notcon = 0;
Yinghai Lu0b8f1ef2008-12-05 18:58:31 -08001594 struct irq_desc *desc;
Yinghai Lu3145e942008-12-05 18:58:34 -08001595 struct irq_cfg *cfg;
Yinghai Lu0b8f1ef2008-12-05 18:58:31 -08001596 int cpu = boot_cpu_id;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001597
1598 apic_printk(APIC_VERBOSE, KERN_DEBUG "init IO_APIC IRQs\n");
1599
Ingo Molnarc8d46cf2009-01-28 00:14:11 +01001600 for (apic_id = 0; apic_id < nr_ioapics; apic_id++) {
1601 for (pin = 0; pin < nr_ioapic_registers[apic_id]; pin++) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07001602
Ingo Molnarc8d46cf2009-01-28 00:14:11 +01001603 idx = find_irq_entry(apic_id, pin, mp_INT);
Cyrill Gorcunov3c2cbd22008-09-06 14:15:33 +04001604 if (idx == -1) {
Cyrill Gorcunov2a554fb2008-09-08 19:38:06 +04001605 if (!notcon) {
Cyrill Gorcunov3c2cbd22008-09-06 14:15:33 +04001606 notcon = 1;
Cyrill Gorcunov2a554fb2008-09-08 19:38:06 +04001607 apic_printk(APIC_VERBOSE,
1608 KERN_DEBUG " %d-%d",
Ingo Molnarc8d46cf2009-01-28 00:14:11 +01001609 mp_ioapics[apic_id].apicid, pin);
Cyrill Gorcunov2a554fb2008-09-08 19:38:06 +04001610 } else
1611 apic_printk(APIC_VERBOSE, " %d-%d",
Ingo Molnarc8d46cf2009-01-28 00:14:11 +01001612 mp_ioapics[apic_id].apicid, pin);
Cyrill Gorcunov3c2cbd22008-09-06 14:15:33 +04001613 continue;
1614 }
Cyrill Gorcunov56ffa1a2008-09-13 13:11:16 +04001615 if (notcon) {
1616 apic_printk(APIC_VERBOSE,
1617 " (apicid-pin) not connected\n");
1618 notcon = 0;
1619 }
Yinghai Lu20d225b2007-10-17 18:04:41 +02001620
Ingo Molnarc8d46cf2009-01-28 00:14:11 +01001621 irq = pin_2_irq(idx, apic_id, pin);
Ingo Molnar33a201f2009-01-28 07:17:26 +01001622
1623 /*
1624 * Skip the timer IRQ if there's a quirk handler
1625 * installed and if it returns 1:
1626 */
1627 if (apic->multi_timer_check &&
1628 apic->multi_timer_check(apic_id, irq))
Cyrill Gorcunov3c2cbd22008-09-06 14:15:33 +04001629 continue;
Ingo Molnar33a201f2009-01-28 07:17:26 +01001630
Yinghai Lu0b8f1ef2008-12-05 18:58:31 -08001631 desc = irq_to_desc_alloc_cpu(irq, cpu);
1632 if (!desc) {
1633 printk(KERN_INFO "can not get irq_desc for %d\n", irq);
1634 continue;
1635 }
Yinghai Lu3145e942008-12-05 18:58:34 -08001636 cfg = desc->chip_data;
Ingo Molnarc8d46cf2009-01-28 00:14:11 +01001637 add_pin_to_irq_cpu(cfg, cpu, apic_id, pin);
Paolo Ciarrocchi36062442008-06-08 13:07:18 +02001638
Ingo Molnarc8d46cf2009-01-28 00:14:11 +01001639 setup_IO_APIC_irq(apic_id, pin, irq, desc,
Cyrill Gorcunov3c2cbd22008-09-06 14:15:33 +04001640 irq_trigger(idx), irq_polarity(idx));
1641 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07001642 }
1643
Cyrill Gorcunov3c2cbd22008-09-06 14:15:33 +04001644 if (notcon)
1645 apic_printk(APIC_VERBOSE,
Cyrill Gorcunov2a554fb2008-09-08 19:38:06 +04001646 " (apicid-pin) not connected\n");
Linus Torvalds1da177e2005-04-16 15:20:36 -07001647}
1648
1649/*
Maciej W. Rozyckif7633ce2008-05-27 21:19:34 +01001650 * Set up the timer pin, possibly with the 8259A-master behind.
Linus Torvalds1da177e2005-04-16 15:20:36 -07001651 */
Ingo Molnarc8d46cf2009-01-28 00:14:11 +01001652static void __init setup_timer_IRQ0_pin(unsigned int apic_id, unsigned int pin,
Maciej W. Rozyckif7633ce2008-05-27 21:19:34 +01001653 int vector)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001654{
1655 struct IO_APIC_route_entry entry;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001656
Ingo Molnar54168ed2008-08-20 09:07:45 +02001657#ifdef CONFIG_INTR_REMAP
1658 if (intr_remapping_enabled)
1659 return;
1660#endif
1661
Paolo Ciarrocchi36062442008-06-08 13:07:18 +02001662 memset(&entry, 0, sizeof(entry));
Linus Torvalds1da177e2005-04-16 15:20:36 -07001663
1664 /*
1665 * We use logical delivery to get the timer IRQ
1666 * to the first CPU.
1667 */
Ingo Molnar9b5bc8d2009-01-28 04:09:58 +01001668 entry.dest_mode = apic->irq_dest_mode;
Maciej W. Rozycki03be7502008-05-27 21:19:45 +01001669 entry.mask = 1; /* mask IRQ now */
Ingo Molnardebccb32009-01-28 15:20:18 +01001670 entry.dest = apic->cpu_mask_to_apicid(apic->target_cpus());
Ingo Molnar9b5bc8d2009-01-28 04:09:58 +01001671 entry.delivery_mode = apic->irq_delivery_mode;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001672 entry.polarity = 0;
1673 entry.trigger = 0;
1674 entry.vector = vector;
1675
1676 /*
1677 * The timer IRQ doesn't have to know that behind the
Maciej W. Rozyckif7633ce2008-05-27 21:19:34 +01001678 * scene we may have a 8259A-master in AEOI mode ...
Linus Torvalds1da177e2005-04-16 15:20:36 -07001679 */
Ingo Molnar54168ed2008-08-20 09:07:45 +02001680 set_irq_chip_and_handler_name(0, &ioapic_chip, handle_edge_irq, "edge");
Linus Torvalds1da177e2005-04-16 15:20:36 -07001681
1682 /*
1683 * Add it to the IO-APIC irq-routing table:
1684 */
Ingo Molnarc8d46cf2009-01-28 00:14:11 +01001685 ioapic_write_entry(apic_id, pin, entry);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001686}
1687
Maciej W. Rozycki32f71af2008-07-21 00:52:49 +01001688
1689__apicdebuginit(void) print_IO_APIC(void)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001690{
1691 int apic, i;
1692 union IO_APIC_reg_00 reg_00;
1693 union IO_APIC_reg_01 reg_01;
1694 union IO_APIC_reg_02 reg_02;
1695 union IO_APIC_reg_03 reg_03;
1696 unsigned long flags;
Yinghai Lu0f978f42008-08-19 20:50:26 -07001697 struct irq_cfg *cfg;
Yinghai Lu0b8f1ef2008-12-05 18:58:31 -08001698 struct irq_desc *desc;
Yinghai Lu8f09cd22008-08-19 20:50:51 -07001699 unsigned int irq;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001700
1701 if (apic_verbosity == APIC_QUIET)
1702 return;
1703
Paolo Ciarrocchi36062442008-06-08 13:07:18 +02001704 printk(KERN_DEBUG "number of MP IRQ sources: %d.\n", mp_irq_entries);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001705 for (i = 0; i < nr_ioapics; i++)
1706 printk(KERN_DEBUG "number of IO-APIC #%d registers: %d.\n",
Jaswinder Singh Rajputb5ba7e62009-01-12 17:46:17 +05301707 mp_ioapics[i].apicid, nr_ioapic_registers[i]);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001708
1709 /*
1710 * We are a bit conservative about what we expect. We have to
1711 * know about every hardware change ASAP.
1712 */
1713 printk(KERN_INFO "testing the IO APIC.......................\n");
1714
1715 for (apic = 0; apic < nr_ioapics; apic++) {
1716
1717 spin_lock_irqsave(&ioapic_lock, flags);
1718 reg_00.raw = io_apic_read(apic, 0);
1719 reg_01.raw = io_apic_read(apic, 1);
1720 if (reg_01.bits.version >= 0x10)
1721 reg_02.raw = io_apic_read(apic, 2);
Thomas Gleixnerd6c88a52008-10-15 15:27:23 +02001722 if (reg_01.bits.version >= 0x20)
1723 reg_03.raw = io_apic_read(apic, 3);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001724 spin_unlock_irqrestore(&ioapic_lock, flags);
1725
Ingo Molnar54168ed2008-08-20 09:07:45 +02001726 printk("\n");
Jaswinder Singh Rajputb5ba7e62009-01-12 17:46:17 +05301727 printk(KERN_DEBUG "IO APIC #%d......\n", mp_ioapics[apic].apicid);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001728 printk(KERN_DEBUG ".... register #00: %08X\n", reg_00.raw);
1729 printk(KERN_DEBUG "....... : physical APIC id: %02X\n", reg_00.bits.ID);
1730 printk(KERN_DEBUG "....... : Delivery Type: %X\n", reg_00.bits.delivery_type);
1731 printk(KERN_DEBUG "....... : LTS : %X\n", reg_00.bits.LTS);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001732
Ingo Molnar54168ed2008-08-20 09:07:45 +02001733 printk(KERN_DEBUG ".... register #01: %08X\n", *(int *)&reg_01);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001734 printk(KERN_DEBUG "....... : max redirection entries: %04X\n", reg_01.bits.entries);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001735
1736 printk(KERN_DEBUG "....... : PRQ implemented: %X\n", reg_01.bits.PRQ);
1737 printk(KERN_DEBUG "....... : IO APIC version: %04X\n", reg_01.bits.version);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001738
1739 /*
1740 * Some Intel chipsets with IO APIC VERSION of 0x1? don't have reg_02,
1741 * but the value of reg_02 is read as the previous read register
1742 * value, so ignore it if reg_02 == reg_01.
1743 */
1744 if (reg_01.bits.version >= 0x10 && reg_02.raw != reg_01.raw) {
1745 printk(KERN_DEBUG ".... register #02: %08X\n", reg_02.raw);
1746 printk(KERN_DEBUG "....... : arbitration: %02X\n", reg_02.bits.arbitration);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001747 }
1748
1749 /*
1750 * Some Intel chipsets with IO APIC VERSION of 0x2? don't have reg_02
1751 * or reg_03, but the value of reg_0[23] is read as the previous read
1752 * register value, so ignore it if reg_03 == reg_0[12].
1753 */
1754 if (reg_01.bits.version >= 0x20 && reg_03.raw != reg_02.raw &&
1755 reg_03.raw != reg_01.raw) {
1756 printk(KERN_DEBUG ".... register #03: %08X\n", reg_03.raw);
1757 printk(KERN_DEBUG "....... : Boot DT : %X\n", reg_03.bits.boot_DT);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001758 }
1759
1760 printk(KERN_DEBUG ".... IRQ redirection table:\n");
1761
Yinghai Lud83e94a2008-08-19 20:50:33 -07001762 printk(KERN_DEBUG " NR Dst Mask Trig IRR Pol"
1763 " Stat Dmod Deli Vect: \n");
Linus Torvalds1da177e2005-04-16 15:20:36 -07001764
1765 for (i = 0; i <= reg_01.bits.entries; i++) {
1766 struct IO_APIC_route_entry entry;
1767
Andi Kleencf4c6a22006-09-26 10:52:30 +02001768 entry = ioapic_read_entry(apic, i);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001769
Ingo Molnar54168ed2008-08-20 09:07:45 +02001770 printk(KERN_DEBUG " %02x %03X ",
1771 i,
1772 entry.dest
1773 );
Linus Torvalds1da177e2005-04-16 15:20:36 -07001774
1775 printk("%1d %1d %1d %1d %1d %1d %1d %02X\n",
1776 entry.mask,
1777 entry.trigger,
1778 entry.irr,
1779 entry.polarity,
1780 entry.delivery_status,
1781 entry.dest_mode,
1782 entry.delivery_mode,
1783 entry.vector
1784 );
1785 }
1786 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07001787 printk(KERN_DEBUG "IRQ to pin mappings:\n");
Yinghai Lu0b8f1ef2008-12-05 18:58:31 -08001788 for_each_irq_desc(irq, desc) {
1789 struct irq_pin_list *entry;
1790
Yinghai Lu0b8f1ef2008-12-05 18:58:31 -08001791 cfg = desc->chip_data;
1792 entry = cfg->irq_2_pin;
Yinghai Lu0f978f42008-08-19 20:50:26 -07001793 if (!entry)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001794 continue;
Yinghai Lu8f09cd22008-08-19 20:50:51 -07001795 printk(KERN_DEBUG "IRQ%d ", irq);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001796 for (;;) {
1797 printk("-> %d:%d", entry->apic, entry->pin);
1798 if (!entry->next)
1799 break;
Yinghai Lu0f978f42008-08-19 20:50:26 -07001800 entry = entry->next;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001801 }
1802 printk("\n");
1803 }
1804
1805 printk(KERN_INFO ".................................... done.\n");
1806
1807 return;
1808}
1809
Maciej W. Rozycki32f71af2008-07-21 00:52:49 +01001810__apicdebuginit(void) print_APIC_bitfield(int base)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001811{
1812 unsigned int v;
1813 int i, j;
1814
1815 if (apic_verbosity == APIC_QUIET)
1816 return;
1817
1818 printk(KERN_DEBUG "0123456789abcdef0123456789abcdef\n" KERN_DEBUG);
1819 for (i = 0; i < 8; i++) {
1820 v = apic_read(base + i*0x10);
1821 for (j = 0; j < 32; j++) {
1822 if (v & (1<<j))
1823 printk("1");
1824 else
1825 printk("0");
1826 }
1827 printk("\n");
1828 }
1829}
1830
Maciej W. Rozycki32f71af2008-07-21 00:52:49 +01001831__apicdebuginit(void) print_local_APIC(void *dummy)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001832{
1833 unsigned int v, ver, maxlvt;
Hiroshi Shimamoto7ab6af72008-07-30 17:36:48 -07001834 u64 icr;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001835
1836 if (apic_verbosity == APIC_QUIET)
1837 return;
1838
1839 printk("\n" KERN_DEBUG "printing local APIC contents on CPU#%d/%d:\n",
1840 smp_processor_id(), hard_smp_processor_id());
Andreas Herrmann66823112008-06-05 16:35:10 +02001841 v = apic_read(APIC_ID);
Ingo Molnar54168ed2008-08-20 09:07:45 +02001842 printk(KERN_INFO "... APIC ID: %08x (%01x)\n", v, read_apic_id());
Linus Torvalds1da177e2005-04-16 15:20:36 -07001843 v = apic_read(APIC_LVR);
1844 printk(KERN_INFO "... APIC VERSION: %08x\n", v);
1845 ver = GET_APIC_VERSION(v);
Thomas Gleixnere05d7232007-02-16 01:27:58 -08001846 maxlvt = lapic_get_maxlvt();
Linus Torvalds1da177e2005-04-16 15:20:36 -07001847
1848 v = apic_read(APIC_TASKPRI);
1849 printk(KERN_DEBUG "... APIC TASKPRI: %08x (%02x)\n", v, v & APIC_TPRI_MASK);
1850
Ingo Molnar54168ed2008-08-20 09:07:45 +02001851 if (APIC_INTEGRATED(ver)) { /* !82489DX */
Yinghai Lua11b5ab2008-09-03 16:58:31 -07001852 if (!APIC_XAPIC(ver)) {
1853 v = apic_read(APIC_ARBPRI);
1854 printk(KERN_DEBUG "... APIC ARBPRI: %08x (%02x)\n", v,
1855 v & APIC_ARBPRI_MASK);
1856 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07001857 v = apic_read(APIC_PROCPRI);
1858 printk(KERN_DEBUG "... APIC PROCPRI: %08x\n", v);
1859 }
1860
Yinghai Lua11b5ab2008-09-03 16:58:31 -07001861 /*
1862 * Remote read supported only in the 82489DX and local APIC for
1863 * Pentium processors.
1864 */
1865 if (!APIC_INTEGRATED(ver) || maxlvt == 3) {
1866 v = apic_read(APIC_RRR);
1867 printk(KERN_DEBUG "... APIC RRR: %08x\n", v);
1868 }
1869
Linus Torvalds1da177e2005-04-16 15:20:36 -07001870 v = apic_read(APIC_LDR);
1871 printk(KERN_DEBUG "... APIC LDR: %08x\n", v);
Yinghai Lua11b5ab2008-09-03 16:58:31 -07001872 if (!x2apic_enabled()) {
1873 v = apic_read(APIC_DFR);
1874 printk(KERN_DEBUG "... APIC DFR: %08x\n", v);
1875 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07001876 v = apic_read(APIC_SPIV);
1877 printk(KERN_DEBUG "... APIC SPIV: %08x\n", v);
1878
1879 printk(KERN_DEBUG "... APIC ISR field:\n");
1880 print_APIC_bitfield(APIC_ISR);
1881 printk(KERN_DEBUG "... APIC TMR field:\n");
1882 print_APIC_bitfield(APIC_TMR);
1883 printk(KERN_DEBUG "... APIC IRR field:\n");
1884 print_APIC_bitfield(APIC_IRR);
1885
Ingo Molnar54168ed2008-08-20 09:07:45 +02001886 if (APIC_INTEGRATED(ver)) { /* !82489DX */
1887 if (maxlvt > 3) /* Due to the Pentium erratum 3AP. */
Linus Torvalds1da177e2005-04-16 15:20:36 -07001888 apic_write(APIC_ESR, 0);
Ingo Molnar54168ed2008-08-20 09:07:45 +02001889
Linus Torvalds1da177e2005-04-16 15:20:36 -07001890 v = apic_read(APIC_ESR);
1891 printk(KERN_DEBUG "... APIC ESR: %08x\n", v);
1892 }
1893
Hiroshi Shimamoto7ab6af72008-07-30 17:36:48 -07001894 icr = apic_icr_read();
Ingo Molnar0c425ce2008-08-18 13:04:26 +02001895 printk(KERN_DEBUG "... APIC ICR: %08x\n", (u32)icr);
1896 printk(KERN_DEBUG "... APIC ICR2: %08x\n", (u32)(icr >> 32));
Linus Torvalds1da177e2005-04-16 15:20:36 -07001897
1898 v = apic_read(APIC_LVTT);
1899 printk(KERN_DEBUG "... APIC LVTT: %08x\n", v);
1900
1901 if (maxlvt > 3) { /* PC is LVT#4. */
1902 v = apic_read(APIC_LVTPC);
1903 printk(KERN_DEBUG "... APIC LVTPC: %08x\n", v);
1904 }
1905 v = apic_read(APIC_LVT0);
1906 printk(KERN_DEBUG "... APIC LVT0: %08x\n", v);
1907 v = apic_read(APIC_LVT1);
1908 printk(KERN_DEBUG "... APIC LVT1: %08x\n", v);
1909
1910 if (maxlvt > 2) { /* ERR is LVT#3. */
1911 v = apic_read(APIC_LVTERR);
1912 printk(KERN_DEBUG "... APIC LVTERR: %08x\n", v);
1913 }
1914
1915 v = apic_read(APIC_TMICT);
1916 printk(KERN_DEBUG "... APIC TMICT: %08x\n", v);
1917 v = apic_read(APIC_TMCCT);
1918 printk(KERN_DEBUG "... APIC TMCCT: %08x\n", v);
1919 v = apic_read(APIC_TDCR);
1920 printk(KERN_DEBUG "... APIC TDCR: %08x\n", v);
1921 printk("\n");
1922}
1923
Maciej W. Rozycki32f71af2008-07-21 00:52:49 +01001924__apicdebuginit(void) print_all_local_APICs(void)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001925{
Yinghai Luffd5aae2008-08-19 20:50:50 -07001926 int cpu;
1927
1928 preempt_disable();
1929 for_each_online_cpu(cpu)
1930 smp_call_function_single(cpu, print_local_APIC, NULL, 1);
1931 preempt_enable();
Linus Torvalds1da177e2005-04-16 15:20:36 -07001932}
1933
Maciej W. Rozycki32f71af2008-07-21 00:52:49 +01001934__apicdebuginit(void) print_PIC(void)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001935{
Linus Torvalds1da177e2005-04-16 15:20:36 -07001936 unsigned int v;
1937 unsigned long flags;
1938
1939 if (apic_verbosity == APIC_QUIET)
1940 return;
1941
1942 printk(KERN_DEBUG "\nprinting PIC contents\n");
1943
1944 spin_lock_irqsave(&i8259A_lock, flags);
1945
1946 v = inb(0xa1) << 8 | inb(0x21);
1947 printk(KERN_DEBUG "... PIC IMR: %04x\n", v);
1948
1949 v = inb(0xa0) << 8 | inb(0x20);
1950 printk(KERN_DEBUG "... PIC IRR: %04x\n", v);
1951
Ingo Molnar54168ed2008-08-20 09:07:45 +02001952 outb(0x0b,0xa0);
1953 outb(0x0b,0x20);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001954 v = inb(0xa0) << 8 | inb(0x20);
Ingo Molnar54168ed2008-08-20 09:07:45 +02001955 outb(0x0a,0xa0);
1956 outb(0x0a,0x20);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001957
1958 spin_unlock_irqrestore(&i8259A_lock, flags);
1959
1960 printk(KERN_DEBUG "... PIC ISR: %04x\n", v);
1961
1962 v = inb(0x4d1) << 8 | inb(0x4d0);
1963 printk(KERN_DEBUG "... PIC ELCR: %04x\n", v);
1964}
1965
Maciej W. Rozycki32f71af2008-07-21 00:52:49 +01001966__apicdebuginit(int) print_all_ICs(void)
1967{
1968 print_PIC();
1969 print_all_local_APICs();
1970 print_IO_APIC();
1971
1972 return 0;
1973}
1974
1975fs_initcall(print_all_ICs);
1976
Linus Torvalds1da177e2005-04-16 15:20:36 -07001977
Yinghai Luefa25592008-08-19 20:50:36 -07001978/* Where if anywhere is the i8259 connect in external int mode */
1979static struct { int pin, apic; } ioapic_i8259 = { -1, -1 };
1980
Ingo Molnar54168ed2008-08-20 09:07:45 +02001981void __init enable_IO_APIC(void)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001982{
1983 union IO_APIC_reg_01 reg_01;
Eric W. Biedermanfcfd6362005-10-30 14:59:39 -08001984 int i8259_apic, i8259_pin;
Ingo Molnar54168ed2008-08-20 09:07:45 +02001985 int apic;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001986 unsigned long flags;
1987
Ingo Molnar54168ed2008-08-20 09:07:45 +02001988#ifdef CONFIG_X86_32
1989 int i;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001990 if (!pirqs_enabled)
1991 for (i = 0; i < MAX_PIRQS; i++)
1992 pirq_entries[i] = -1;
Ingo Molnar54168ed2008-08-20 09:07:45 +02001993#endif
Linus Torvalds1da177e2005-04-16 15:20:36 -07001994
1995 /*
1996 * The number of IO-APIC IRQ registers (== #pins):
1997 */
Eric W. Biedermanfcfd6362005-10-30 14:59:39 -08001998 for (apic = 0; apic < nr_ioapics; apic++) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07001999 spin_lock_irqsave(&ioapic_lock, flags);
Eric W. Biedermanfcfd6362005-10-30 14:59:39 -08002000 reg_01.raw = io_apic_read(apic, 1);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002001 spin_unlock_irqrestore(&ioapic_lock, flags);
Eric W. Biedermanfcfd6362005-10-30 14:59:39 -08002002 nr_ioapic_registers[apic] = reg_01.bits.entries+1;
2003 }
Ingo Molnar54168ed2008-08-20 09:07:45 +02002004 for(apic = 0; apic < nr_ioapics; apic++) {
Eric W. Biedermanfcfd6362005-10-30 14:59:39 -08002005 int pin;
2006 /* See if any of the pins is in ExtINT mode */
Eric W. Biederman1008fdd2006-01-11 22:46:06 +01002007 for (pin = 0; pin < nr_ioapic_registers[apic]; pin++) {
Eric W. Biedermanfcfd6362005-10-30 14:59:39 -08002008 struct IO_APIC_route_entry entry;
Andi Kleencf4c6a22006-09-26 10:52:30 +02002009 entry = ioapic_read_entry(apic, pin);
Eric W. Biedermanfcfd6362005-10-30 14:59:39 -08002010
Eric W. Biedermanfcfd6362005-10-30 14:59:39 -08002011 /* If the interrupt line is enabled and in ExtInt mode
2012 * I have found the pin where the i8259 is connected.
2013 */
2014 if ((entry.mask == 0) && (entry.delivery_mode == dest_ExtINT)) {
2015 ioapic_i8259.apic = apic;
2016 ioapic_i8259.pin = pin;
2017 goto found_i8259;
2018 }
2019 }
2020 }
2021 found_i8259:
2022 /* Look to see what if the MP table has reported the ExtINT */
2023 /* If we could not find the appropriate pin by looking at the ioapic
2024 * the i8259 probably is not connected the ioapic but give the
2025 * mptable a chance anyway.
2026 */
2027 i8259_pin = find_isa_irq_pin(0, mp_ExtINT);
2028 i8259_apic = find_isa_irq_apic(0, mp_ExtINT);
2029 /* Trust the MP table if nothing is setup in the hardware */
2030 if ((ioapic_i8259.pin == -1) && (i8259_pin >= 0)) {
2031 printk(KERN_WARNING "ExtINT not setup in hardware but reported by MP table\n");
2032 ioapic_i8259.pin = i8259_pin;
2033 ioapic_i8259.apic = i8259_apic;
2034 }
2035 /* Complain if the MP table and the hardware disagree */
2036 if (((ioapic_i8259.apic != i8259_apic) || (ioapic_i8259.pin != i8259_pin)) &&
2037 (i8259_pin >= 0) && (ioapic_i8259.pin >= 0))
2038 {
2039 printk(KERN_WARNING "ExtINT in hardware and MP table differ\n");
Linus Torvalds1da177e2005-04-16 15:20:36 -07002040 }
2041
2042 /*
2043 * Do not trust the IO-APIC being empty at bootup
2044 */
2045 clear_IO_APIC();
2046}
2047
2048/*
2049 * Not an __init, needed by the reboot code
2050 */
2051void disable_IO_APIC(void)
2052{
2053 /*
2054 * Clear the IO-APIC before rebooting:
2055 */
2056 clear_IO_APIC();
2057
Eric W. Biederman650927e2005-06-25 14:57:44 -07002058 /*
Karsten Wiese0b968d22005-09-09 12:59:04 +02002059 * If the i8259 is routed through an IOAPIC
Eric W. Biederman650927e2005-06-25 14:57:44 -07002060 * Put that IOAPIC in virtual wire mode
Karsten Wiese0b968d22005-09-09 12:59:04 +02002061 * so legacy interrupts can be delivered.
Eric W. Biederman650927e2005-06-25 14:57:44 -07002062 */
Eric W. Biedermanfcfd6362005-10-30 14:59:39 -08002063 if (ioapic_i8259.pin != -1) {
Eric W. Biederman650927e2005-06-25 14:57:44 -07002064 struct IO_APIC_route_entry entry;
Eric W. Biederman650927e2005-06-25 14:57:44 -07002065
2066 memset(&entry, 0, sizeof(entry));
2067 entry.mask = 0; /* Enabled */
2068 entry.trigger = 0; /* Edge */
2069 entry.irr = 0;
2070 entry.polarity = 0; /* High */
2071 entry.delivery_status = 0;
2072 entry.dest_mode = 0; /* Physical */
Eric W. Biedermanfcfd6362005-10-30 14:59:39 -08002073 entry.delivery_mode = dest_ExtINT; /* ExtInt */
Eric W. Biederman650927e2005-06-25 14:57:44 -07002074 entry.vector = 0;
Ingo Molnar54168ed2008-08-20 09:07:45 +02002075 entry.dest = read_apic_id();
Eric W. Biederman650927e2005-06-25 14:57:44 -07002076
2077 /*
2078 * Add it to the IO-APIC irq-routing table:
2079 */
Andi Kleencf4c6a22006-09-26 10:52:30 +02002080 ioapic_write_entry(ioapic_i8259.apic, ioapic_i8259.pin, entry);
Eric W. Biederman650927e2005-06-25 14:57:44 -07002081 }
Ingo Molnar54168ed2008-08-20 09:07:45 +02002082
Eric W. Biedermanfcfd6362005-10-30 14:59:39 -08002083 disconnect_bsp_APIC(ioapic_i8259.pin != -1);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002084}
2085
Ingo Molnar54168ed2008-08-20 09:07:45 +02002086#ifdef CONFIG_X86_32
Linus Torvalds1da177e2005-04-16 15:20:36 -07002087/*
2088 * function to set the IO-APIC physical IDs based on the
2089 * values stored in the MPC table.
2090 *
2091 * by Matt Domsch <Matt_Domsch@dell.com> Tue Dec 21 12:25:05 CST 1999
2092 */
2093
Linus Torvalds1da177e2005-04-16 15:20:36 -07002094static void __init setup_ioapic_ids_from_mpc(void)
2095{
2096 union IO_APIC_reg_00 reg_00;
2097 physid_mask_t phys_id_present_map;
Ingo Molnarc8d46cf2009-01-28 00:14:11 +01002098 int apic_id;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002099 int i;
2100 unsigned char old_id;
2101 unsigned long flags;
2102
Yinghai Lua4dbc342008-07-25 02:14:28 -07002103 if (x86_quirks->setup_ioapic_ids && x86_quirks->setup_ioapic_ids())
Yinghai Lud49c4282008-06-08 18:31:54 -07002104 return;
Yinghai Lud49c4282008-06-08 18:31:54 -07002105
Linus Torvalds1da177e2005-04-16 15:20:36 -07002106 /*
Natalie Protasevichca05fea2005-06-23 00:08:22 -07002107 * Don't check I/O APIC IDs for xAPIC systems. They have
2108 * no meaning without the serial APIC bus.
2109 */
Shaohua Li7c5c1e42006-03-23 02:59:53 -08002110 if (!(boot_cpu_data.x86_vendor == X86_VENDOR_INTEL)
2111 || APIC_XAPIC(apic_version[boot_cpu_physical_apicid]))
Natalie Protasevichca05fea2005-06-23 00:08:22 -07002112 return;
2113 /*
Linus Torvalds1da177e2005-04-16 15:20:36 -07002114 * This is broken; anything with a real cpu count has to
2115 * circumvent this idiocy regardless.
2116 */
Ingo Molnard190cb82009-01-28 06:50:47 +01002117 phys_id_present_map = apic->ioapic_phys_id_map(phys_cpu_present_map);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002118
2119 /*
2120 * Set the IOAPIC ID to the value stored in the MPC table.
2121 */
Ingo Molnarc8d46cf2009-01-28 00:14:11 +01002122 for (apic_id = 0; apic_id < nr_ioapics; apic_id++) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07002123
2124 /* Read the register 0 value */
2125 spin_lock_irqsave(&ioapic_lock, flags);
Ingo Molnarc8d46cf2009-01-28 00:14:11 +01002126 reg_00.raw = io_apic_read(apic_id, 0);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002127 spin_unlock_irqrestore(&ioapic_lock, flags);
Paolo Ciarrocchi36062442008-06-08 13:07:18 +02002128
Ingo Molnarc8d46cf2009-01-28 00:14:11 +01002129 old_id = mp_ioapics[apic_id].apicid;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002130
Ingo Molnarc8d46cf2009-01-28 00:14:11 +01002131 if (mp_ioapics[apic_id].apicid >= get_physical_broadcast()) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07002132 printk(KERN_ERR "BIOS bug, IO-APIC#%d ID is %d in the MPC table!...\n",
Ingo Molnarc8d46cf2009-01-28 00:14:11 +01002133 apic_id, mp_ioapics[apic_id].apicid);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002134 printk(KERN_ERR "... fixing up to %d. (tell your hw vendor)\n",
2135 reg_00.bits.ID);
Ingo Molnarc8d46cf2009-01-28 00:14:11 +01002136 mp_ioapics[apic_id].apicid = reg_00.bits.ID;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002137 }
2138
Linus Torvalds1da177e2005-04-16 15:20:36 -07002139 /*
2140 * Sanity check, is the ID really free? Every APIC in a
2141 * system must have a unique ID or we get lots of nice
2142 * 'stuck on smp_invalidate_needed IPI wait' messages.
2143 */
Ingo Molnard1d7cae2009-01-28 05:41:42 +01002144 if (apic->check_apicid_used(phys_id_present_map,
Ingo Molnarc8d46cf2009-01-28 00:14:11 +01002145 mp_ioapics[apic_id].apicid)) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07002146 printk(KERN_ERR "BIOS bug, IO-APIC#%d ID %d is already used!...\n",
Ingo Molnarc8d46cf2009-01-28 00:14:11 +01002147 apic_id, mp_ioapics[apic_id].apicid);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002148 for (i = 0; i < get_physical_broadcast(); i++)
2149 if (!physid_isset(i, phys_id_present_map))
2150 break;
2151 if (i >= get_physical_broadcast())
2152 panic("Max APIC ID exceeded!\n");
2153 printk(KERN_ERR "... fixing up to %d. (tell your hw vendor)\n",
2154 i);
2155 physid_set(i, phys_id_present_map);
Ingo Molnarc8d46cf2009-01-28 00:14:11 +01002156 mp_ioapics[apic_id].apicid = i;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002157 } else {
2158 physid_mask_t tmp;
Ingo Molnar80587142009-01-28 06:50:47 +01002159 tmp = apic->apicid_to_cpu_present(mp_ioapics[apic_id].apicid);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002160 apic_printk(APIC_VERBOSE, "Setting %d in the "
2161 "phys_id_present_map\n",
Ingo Molnarc8d46cf2009-01-28 00:14:11 +01002162 mp_ioapics[apic_id].apicid);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002163 physids_or(phys_id_present_map, phys_id_present_map, tmp);
2164 }
2165
2166
2167 /*
2168 * We need to adjust the IRQ routing table
2169 * if the ID changed.
2170 */
Ingo Molnarc8d46cf2009-01-28 00:14:11 +01002171 if (old_id != mp_ioapics[apic_id].apicid)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002172 for (i = 0; i < mp_irq_entries; i++)
Jaswinder Singh Rajputc2c21742009-01-12 17:47:22 +05302173 if (mp_irqs[i].dstapic == old_id)
2174 mp_irqs[i].dstapic
Ingo Molnarc8d46cf2009-01-28 00:14:11 +01002175 = mp_ioapics[apic_id].apicid;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002176
2177 /*
2178 * Read the right value from the MPC table and
2179 * write it into the ID register.
Paolo Ciarrocchi36062442008-06-08 13:07:18 +02002180 */
Linus Torvalds1da177e2005-04-16 15:20:36 -07002181 apic_printk(APIC_VERBOSE, KERN_INFO
2182 "...changing IO-APIC physical APIC ID to %d ...",
Ingo Molnarc8d46cf2009-01-28 00:14:11 +01002183 mp_ioapics[apic_id].apicid);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002184
Ingo Molnarc8d46cf2009-01-28 00:14:11 +01002185 reg_00.bits.ID = mp_ioapics[apic_id].apicid;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002186 spin_lock_irqsave(&ioapic_lock, flags);
Ingo Molnarc8d46cf2009-01-28 00:14:11 +01002187 io_apic_write(apic_id, 0, reg_00.raw);
Yinghai Lua2d332f2008-08-21 12:56:32 -07002188 spin_unlock_irqrestore(&ioapic_lock, flags);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002189
2190 /*
2191 * Sanity check
2192 */
2193 spin_lock_irqsave(&ioapic_lock, flags);
Ingo Molnarc8d46cf2009-01-28 00:14:11 +01002194 reg_00.raw = io_apic_read(apic_id, 0);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002195 spin_unlock_irqrestore(&ioapic_lock, flags);
Ingo Molnarc8d46cf2009-01-28 00:14:11 +01002196 if (reg_00.bits.ID != mp_ioapics[apic_id].apicid)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002197 printk("could not set ID!\n");
2198 else
2199 apic_printk(APIC_VERBOSE, " ok.\n");
2200 }
2201}
Ingo Molnar54168ed2008-08-20 09:07:45 +02002202#endif
Linus Torvalds1da177e2005-04-16 15:20:36 -07002203
Zachary Amsden7ce0bcf2007-02-13 13:26:21 +01002204int no_timer_check __initdata;
Zachary Amsden8542b202006-12-07 02:14:09 +01002205
2206static int __init notimercheck(char *s)
2207{
2208 no_timer_check = 1;
2209 return 1;
2210}
2211__setup("no_timer_check", notimercheck);
2212
Linus Torvalds1da177e2005-04-16 15:20:36 -07002213/*
2214 * There is a nasty bug in some older SMP boards, their mptable lies
2215 * about the timer IRQ. We do the following to work around the situation:
2216 *
2217 * - timer IRQ defaults to IO-APIC IRQ
2218 * - if this function detects that timer IRQs are defunct, then we fall
2219 * back to ISA timer IRQs
2220 */
Adrian Bunkf0a7a5c2007-07-21 17:10:29 +02002221static int __init timer_irq_works(void)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002222{
2223 unsigned long t1 = jiffies;
Ingo Molnar4aae0702007-12-18 18:05:58 +01002224 unsigned long flags;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002225
Zachary Amsden8542b202006-12-07 02:14:09 +01002226 if (no_timer_check)
2227 return 1;
2228
Ingo Molnar4aae0702007-12-18 18:05:58 +01002229 local_save_flags(flags);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002230 local_irq_enable();
2231 /* Let ten ticks pass... */
2232 mdelay((10 * 1000) / HZ);
Ingo Molnar4aae0702007-12-18 18:05:58 +01002233 local_irq_restore(flags);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002234
2235 /*
2236 * Expect a few ticks at least, to be sure some possible
2237 * glue logic does not lock up after one or two first
2238 * ticks in a non-ExtINT mode. Also the local APIC
2239 * might have cached one ExtINT interrupt. Finally, at
2240 * least one tick may be lost due to delays.
2241 */
Ingo Molnar54168ed2008-08-20 09:07:45 +02002242
2243 /* jiffies wrap? */
Julia Lawall1d16b532008-01-30 13:32:19 +01002244 if (time_after(jiffies, t1 + 4))
Linus Torvalds1da177e2005-04-16 15:20:36 -07002245 return 1;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002246 return 0;
2247}
2248
2249/*
2250 * In the SMP+IOAPIC case it might happen that there are an unspecified
2251 * number of pending IRQ events unhandled. These cases are very rare,
2252 * so we 'resend' these IRQs via IPIs, to the same CPU. It's much
2253 * better to do it this way as thus we do not have to be aware of
2254 * 'pending' interrupts in the IRQ path, except at this point.
2255 */
2256/*
2257 * Edge triggered needs to resend any interrupt
2258 * that was delayed but this is now handled in the device
2259 * independent code.
2260 */
2261
2262/*
2263 * Starting up a edge-triggered IO-APIC interrupt is
2264 * nasty - we need to make sure that we get the edge.
2265 * If it is already asserted for some reason, we need
2266 * return 1 to indicate that is was pending.
2267 *
2268 * This is not complete - we should be able to fake
2269 * an edge even if it isn't on the 8259A...
2270 */
Ingo Molnar54168ed2008-08-20 09:07:45 +02002271
Ingo Molnarf5b9ed72006-10-04 02:16:26 -07002272static unsigned int startup_ioapic_irq(unsigned int irq)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002273{
2274 int was_pending = 0;
2275 unsigned long flags;
Yinghai Lu0b8f1ef2008-12-05 18:58:31 -08002276 struct irq_cfg *cfg;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002277
2278 spin_lock_irqsave(&ioapic_lock, flags);
Yinghai Lu99d093d2008-12-05 18:58:32 -08002279 if (irq < NR_IRQS_LEGACY) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07002280 disable_8259A_irq(irq);
2281 if (i8259A_irq_pending(irq))
2282 was_pending = 1;
2283 }
Yinghai Lu0b8f1ef2008-12-05 18:58:31 -08002284 cfg = irq_cfg(irq);
Yinghai Lu3145e942008-12-05 18:58:34 -08002285 __unmask_IO_APIC_irq(cfg);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002286 spin_unlock_irqrestore(&ioapic_lock, flags);
2287
2288 return was_pending;
2289}
2290
Ingo Molnar54168ed2008-08-20 09:07:45 +02002291#ifdef CONFIG_X86_64
Eric W. Biedermanace80ab2006-10-04 02:16:47 -07002292static int ioapic_retrigger_irq(unsigned int irq)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002293{
Ingo Molnar54168ed2008-08-20 09:07:45 +02002294
2295 struct irq_cfg *cfg = irq_cfg(irq);
2296 unsigned long flags;
2297
2298 spin_lock_irqsave(&vector_lock, flags);
Ingo Molnardac5f412009-01-28 15:42:24 +01002299 apic->send_IPI_mask(cpumask_of(cpumask_first(cfg->domain)), cfg->vector);
Ingo Molnar54168ed2008-08-20 09:07:45 +02002300 spin_unlock_irqrestore(&vector_lock, flags);
Ingo Molnarc0ad90a2006-06-29 02:24:44 -07002301
2302 return 1;
2303}
Ingo Molnar54168ed2008-08-20 09:07:45 +02002304#else
2305static int ioapic_retrigger_irq(unsigned int irq)
2306{
Ingo Molnardac5f412009-01-28 15:42:24 +01002307 apic->send_IPI_self(irq_cfg(irq)->vector);
Ingo Molnar54168ed2008-08-20 09:07:45 +02002308
Thomas Gleixnerd6c88a52008-10-15 15:27:23 +02002309 return 1;
Ingo Molnar54168ed2008-08-20 09:07:45 +02002310}
2311#endif
2312
2313/*
2314 * Level and edge triggered IO-APIC interrupts need different handling,
2315 * so we use two separate IRQ descriptors. Edge triggered IRQs can be
2316 * handled with the level-triggered descriptor, but that one has slightly
2317 * more overhead. Level-triggered interrupts cannot be handled with the
2318 * edge-triggered handler, without risking IRQ storms and other ugly
2319 * races.
2320 */
Ingo Molnarc0ad90a2006-06-29 02:24:44 -07002321
Yinghai Lu497c9a12008-08-19 20:50:28 -07002322#ifdef CONFIG_SMP
Ingo Molnar54168ed2008-08-20 09:07:45 +02002323
2324#ifdef CONFIG_INTR_REMAP
2325static void ir_irq_migration(struct work_struct *work);
2326
2327static DECLARE_DELAYED_WORK(ir_migration_work, ir_irq_migration);
2328
2329/*
2330 * Migrate the IO-APIC irq in the presence of intr-remapping.
2331 *
2332 * For edge triggered, irq migration is a simple atomic update(of vector
2333 * and cpu destination) of IRTE and flush the hardware cache.
2334 *
2335 * For level triggered, we need to modify the io-apic RTE aswell with the update
2336 * vector information, along with modifying IRTE with vector and destination.
2337 * So irq migration for level triggered is little bit more complex compared to
2338 * edge triggered migration. But the good news is, we use the same algorithm
2339 * for level triggered migration as we have today, only difference being,
2340 * we now initiate the irq migration from process context instead of the
2341 * interrupt context.
2342 *
2343 * In future, when we do a directed EOI (combined with cpu EOI broadcast
2344 * suppression) to the IO-APIC, level triggered irq migration will also be
2345 * as simple as edge triggered migration and we can do the irq migration
2346 * with a simple atomic update to IO-APIC RTE.
2347 */
Mike Travise7986732008-12-16 17:33:52 -08002348static void
2349migrate_ioapic_irq_desc(struct irq_desc *desc, const struct cpumask *mask)
Ingo Molnar54168ed2008-08-20 09:07:45 +02002350{
2351 struct irq_cfg *cfg;
Ingo Molnar54168ed2008-08-20 09:07:45 +02002352 struct irte irte;
2353 int modify_ioapic_rte;
2354 unsigned int dest;
2355 unsigned long flags;
Yinghai Lu3145e942008-12-05 18:58:34 -08002356 unsigned int irq;
Ingo Molnar54168ed2008-08-20 09:07:45 +02002357
Mike Travis22f65d32008-12-16 17:33:56 -08002358 if (!cpumask_intersects(mask, cpu_online_mask))
Ingo Molnar54168ed2008-08-20 09:07:45 +02002359 return;
2360
Yinghai Lu3145e942008-12-05 18:58:34 -08002361 irq = desc->irq;
Ingo Molnar54168ed2008-08-20 09:07:45 +02002362 if (get_irte(irq, &irte))
2363 return;
2364
Yinghai Lu3145e942008-12-05 18:58:34 -08002365 cfg = desc->chip_data;
2366 if (assign_irq_vector(irq, cfg, mask))
Ingo Molnar54168ed2008-08-20 09:07:45 +02002367 return;
2368
Yinghai Lu3145e942008-12-05 18:58:34 -08002369 set_extra_move_desc(desc, mask);
Ingo Molnar54168ed2008-08-20 09:07:45 +02002370
Ingo Molnardebccb32009-01-28 15:20:18 +01002371 dest = apic->cpu_mask_to_apicid_and(cfg->domain, mask);
Ingo Molnar54168ed2008-08-20 09:07:45 +02002372
Ingo Molnar54168ed2008-08-20 09:07:45 +02002373 modify_ioapic_rte = desc->status & IRQ_LEVEL;
2374 if (modify_ioapic_rte) {
2375 spin_lock_irqsave(&ioapic_lock, flags);
Yinghai Lu3145e942008-12-05 18:58:34 -08002376 __target_IO_APIC_irq(irq, dest, cfg);
Ingo Molnar54168ed2008-08-20 09:07:45 +02002377 spin_unlock_irqrestore(&ioapic_lock, flags);
2378 }
2379
2380 irte.vector = cfg->vector;
2381 irte.dest_id = IRTE_DEST(dest);
2382
2383 /*
2384 * Modified the IRTE and flushes the Interrupt entry cache.
2385 */
2386 modify_irte(irq, &irte);
2387
Mike Travis22f65d32008-12-16 17:33:56 -08002388 if (cfg->move_in_progress)
2389 send_cleanup_vector(cfg);
Ingo Molnar54168ed2008-08-20 09:07:45 +02002390
Mike Travis7f7ace02009-01-10 21:58:08 -08002391 cpumask_copy(desc->affinity, mask);
Ingo Molnar54168ed2008-08-20 09:07:45 +02002392}
2393
Yinghai Lu3145e942008-12-05 18:58:34 -08002394static int migrate_irq_remapped_level_desc(struct irq_desc *desc)
Ingo Molnar54168ed2008-08-20 09:07:45 +02002395{
2396 int ret = -1;
Yinghai Lu3145e942008-12-05 18:58:34 -08002397 struct irq_cfg *cfg = desc->chip_data;
Ingo Molnar54168ed2008-08-20 09:07:45 +02002398
Yinghai Lu3145e942008-12-05 18:58:34 -08002399 mask_IO_APIC_irq_desc(desc);
Ingo Molnar54168ed2008-08-20 09:07:45 +02002400
Yinghai Lu3145e942008-12-05 18:58:34 -08002401 if (io_apic_level_ack_pending(cfg)) {
Ingo Molnar54168ed2008-08-20 09:07:45 +02002402 /*
Thomas Gleixnerd6c88a52008-10-15 15:27:23 +02002403 * Interrupt in progress. Migrating irq now will change the
Ingo Molnar54168ed2008-08-20 09:07:45 +02002404 * vector information in the IO-APIC RTE and that will confuse
2405 * the EOI broadcast performed by cpu.
2406 * So, delay the irq migration to the next instance.
2407 */
2408 schedule_delayed_work(&ir_migration_work, 1);
2409 goto unmask;
2410 }
2411
2412 /* everthing is clear. we have right of way */
Mike Travis7f7ace02009-01-10 21:58:08 -08002413 migrate_ioapic_irq_desc(desc, desc->pending_mask);
Ingo Molnar54168ed2008-08-20 09:07:45 +02002414
2415 ret = 0;
2416 desc->status &= ~IRQ_MOVE_PENDING;
Mike Travis7f7ace02009-01-10 21:58:08 -08002417 cpumask_clear(desc->pending_mask);
Ingo Molnar54168ed2008-08-20 09:07:45 +02002418
2419unmask:
Yinghai Lu3145e942008-12-05 18:58:34 -08002420 unmask_IO_APIC_irq_desc(desc);
2421
Ingo Molnar54168ed2008-08-20 09:07:45 +02002422 return ret;
2423}
2424
2425static void ir_irq_migration(struct work_struct *work)
2426{
2427 unsigned int irq;
2428 struct irq_desc *desc;
2429
2430 for_each_irq_desc(irq, desc) {
2431 if (desc->status & IRQ_MOVE_PENDING) {
2432 unsigned long flags;
2433
2434 spin_lock_irqsave(&desc->lock, flags);
2435 if (!desc->chip->set_affinity ||
2436 !(desc->status & IRQ_MOVE_PENDING)) {
2437 desc->status &= ~IRQ_MOVE_PENDING;
2438 spin_unlock_irqrestore(&desc->lock, flags);
2439 continue;
2440 }
2441
Mike Travis7f7ace02009-01-10 21:58:08 -08002442 desc->chip->set_affinity(irq, desc->pending_mask);
Ingo Molnar54168ed2008-08-20 09:07:45 +02002443 spin_unlock_irqrestore(&desc->lock, flags);
2444 }
2445 }
2446}
2447
2448/*
2449 * Migrates the IRQ destination in the process context.
2450 */
Rusty Russell968ea6d2008-12-13 21:55:51 +10302451static void set_ir_ioapic_affinity_irq_desc(struct irq_desc *desc,
2452 const struct cpumask *mask)
Ingo Molnar54168ed2008-08-20 09:07:45 +02002453{
Ingo Molnar54168ed2008-08-20 09:07:45 +02002454 if (desc->status & IRQ_LEVEL) {
2455 desc->status |= IRQ_MOVE_PENDING;
Mike Travis7f7ace02009-01-10 21:58:08 -08002456 cpumask_copy(desc->pending_mask, mask);
Yinghai Lu3145e942008-12-05 18:58:34 -08002457 migrate_irq_remapped_level_desc(desc);
Ingo Molnar54168ed2008-08-20 09:07:45 +02002458 return;
2459 }
2460
Yinghai Lu3145e942008-12-05 18:58:34 -08002461 migrate_ioapic_irq_desc(desc, mask);
2462}
Rusty Russell0de26522008-12-13 21:20:26 +10302463static void set_ir_ioapic_affinity_irq(unsigned int irq,
2464 const struct cpumask *mask)
Ingo Molnar54168ed2008-08-20 09:07:45 +02002465{
2466 struct irq_desc *desc = irq_to_desc(irq);
2467
Yinghai Lu3145e942008-12-05 18:58:34 -08002468 set_ir_ioapic_affinity_irq_desc(desc, mask);
Ingo Molnar54168ed2008-08-20 09:07:45 +02002469}
2470#endif
2471
Yinghai Lu497c9a12008-08-19 20:50:28 -07002472asmlinkage void smp_irq_move_cleanup_interrupt(void)
2473{
2474 unsigned vector, me;
Hiroshi Shimamoto8f2466f2008-12-08 19:19:07 -08002475
Yinghai Lu497c9a12008-08-19 20:50:28 -07002476 ack_APIC_irq();
Ingo Molnar54168ed2008-08-20 09:07:45 +02002477 exit_idle();
Yinghai Lu497c9a12008-08-19 20:50:28 -07002478 irq_enter();
2479
2480 me = smp_processor_id();
2481 for (vector = FIRST_EXTERNAL_VECTOR; vector < NR_VECTORS; vector++) {
2482 unsigned int irq;
2483 struct irq_desc *desc;
2484 struct irq_cfg *cfg;
2485 irq = __get_cpu_var(vector_irq)[vector];
2486
Yinghai Lu0b8f1ef2008-12-05 18:58:31 -08002487 if (irq == -1)
2488 continue;
2489
Yinghai Lu497c9a12008-08-19 20:50:28 -07002490 desc = irq_to_desc(irq);
2491 if (!desc)
2492 continue;
2493
2494 cfg = irq_cfg(irq);
2495 spin_lock(&desc->lock);
2496 if (!cfg->move_cleanup_count)
2497 goto unlock;
2498
Mike Travis22f65d32008-12-16 17:33:56 -08002499 if (vector == cfg->vector && cpumask_test_cpu(me, cfg->domain))
Yinghai Lu497c9a12008-08-19 20:50:28 -07002500 goto unlock;
2501
2502 __get_cpu_var(vector_irq)[vector] = -1;
2503 cfg->move_cleanup_count--;
2504unlock:
2505 spin_unlock(&desc->lock);
2506 }
2507
2508 irq_exit();
2509}
2510
Yinghai Lu3145e942008-12-05 18:58:34 -08002511static void irq_complete_move(struct irq_desc **descp)
Yinghai Lu497c9a12008-08-19 20:50:28 -07002512{
Yinghai Lu3145e942008-12-05 18:58:34 -08002513 struct irq_desc *desc = *descp;
2514 struct irq_cfg *cfg = desc->chip_data;
Yinghai Lu497c9a12008-08-19 20:50:28 -07002515 unsigned vector, me;
2516
Yinghai Lu48a1b102008-12-11 00:15:01 -08002517 if (likely(!cfg->move_in_progress)) {
2518#ifdef CONFIG_NUMA_MIGRATE_IRQ_DESC
2519 if (likely(!cfg->move_desc_pending))
2520 return;
2521
Yinghai Lub9098952008-12-19 13:48:34 -08002522 /* domain has not changed, but affinity did */
Yinghai Lu48a1b102008-12-11 00:15:01 -08002523 me = smp_processor_id();
Mike Travis7f7ace02009-01-10 21:58:08 -08002524 if (cpumask_test_cpu(me, desc->affinity)) {
Yinghai Lu48a1b102008-12-11 00:15:01 -08002525 *descp = desc = move_irq_desc(desc, me);
2526 /* get the new one */
2527 cfg = desc->chip_data;
2528 cfg->move_desc_pending = 0;
2529 }
2530#endif
Yinghai Lu497c9a12008-08-19 20:50:28 -07002531 return;
Yinghai Lu48a1b102008-12-11 00:15:01 -08002532 }
Yinghai Lu497c9a12008-08-19 20:50:28 -07002533
2534 vector = ~get_irq_regs()->orig_ax;
2535 me = smp_processor_id();
Yinghai Lu48a1b102008-12-11 00:15:01 -08002536#ifdef CONFIG_NUMA_MIGRATE_IRQ_DESC
2537 *descp = desc = move_irq_desc(desc, me);
2538 /* get the new one */
2539 cfg = desc->chip_data;
2540#endif
Yinghai Lu497c9a12008-08-19 20:50:28 -07002541
Mike Travis22f65d32008-12-16 17:33:56 -08002542 if (vector == cfg->vector && cpumask_test_cpu(me, cfg->domain))
2543 send_cleanup_vector(cfg);
Yinghai Lu497c9a12008-08-19 20:50:28 -07002544}
2545#else
Yinghai Lu3145e942008-12-05 18:58:34 -08002546static inline void irq_complete_move(struct irq_desc **descp) {}
Yinghai Lu497c9a12008-08-19 20:50:28 -07002547#endif
Yinghai Lu3145e942008-12-05 18:58:34 -08002548
Ingo Molnar54168ed2008-08-20 09:07:45 +02002549#ifdef CONFIG_INTR_REMAP
2550static void ack_x2apic_level(unsigned int irq)
2551{
2552 ack_x2APIC_irq();
2553}
2554
2555static void ack_x2apic_edge(unsigned int irq)
2556{
2557 ack_x2APIC_irq();
2558}
Yinghai Lu3145e942008-12-05 18:58:34 -08002559
Ingo Molnar54168ed2008-08-20 09:07:45 +02002560#endif
Yinghai Lu497c9a12008-08-19 20:50:28 -07002561
Yinghai Lu1d025192008-08-19 20:50:34 -07002562static void ack_apic_edge(unsigned int irq)
2563{
Yinghai Lu3145e942008-12-05 18:58:34 -08002564 struct irq_desc *desc = irq_to_desc(irq);
2565
2566 irq_complete_move(&desc);
Yinghai Lu1d025192008-08-19 20:50:34 -07002567 move_native_irq(irq);
2568 ack_APIC_irq();
2569}
2570
Yinghai Lu3eb2cce2008-08-19 20:50:48 -07002571atomic_t irq_mis_count;
Yinghai Lu3eb2cce2008-08-19 20:50:48 -07002572
Yinghai Lu047c8fd2008-08-19 20:50:41 -07002573static void ack_apic_level(unsigned int irq)
2574{
Yinghai Lu3145e942008-12-05 18:58:34 -08002575 struct irq_desc *desc = irq_to_desc(irq);
2576
Yinghai Lu3eb2cce2008-08-19 20:50:48 -07002577#ifdef CONFIG_X86_32
2578 unsigned long v;
2579 int i;
2580#endif
Yinghai Lu3145e942008-12-05 18:58:34 -08002581 struct irq_cfg *cfg;
Ingo Molnar54168ed2008-08-20 09:07:45 +02002582 int do_unmask_irq = 0;
Yinghai Lu047c8fd2008-08-19 20:50:41 -07002583
Yinghai Lu3145e942008-12-05 18:58:34 -08002584 irq_complete_move(&desc);
Yinghai Lu047c8fd2008-08-19 20:50:41 -07002585#ifdef CONFIG_GENERIC_PENDING_IRQ
Ingo Molnar54168ed2008-08-20 09:07:45 +02002586 /* If we are moving the irq we need to mask it */
Yinghai Lu3145e942008-12-05 18:58:34 -08002587 if (unlikely(desc->status & IRQ_MOVE_PENDING)) {
Ingo Molnar54168ed2008-08-20 09:07:45 +02002588 do_unmask_irq = 1;
Yinghai Lu3145e942008-12-05 18:58:34 -08002589 mask_IO_APIC_irq_desc(desc);
Ingo Molnar54168ed2008-08-20 09:07:45 +02002590 }
Yinghai Lu047c8fd2008-08-19 20:50:41 -07002591#endif
2592
Yinghai Lu3eb2cce2008-08-19 20:50:48 -07002593#ifdef CONFIG_X86_32
2594 /*
2595 * It appears there is an erratum which affects at least version 0x11
2596 * of I/O APIC (that's the 82093AA and cores integrated into various
2597 * chipsets). Under certain conditions a level-triggered interrupt is
2598 * erroneously delivered as edge-triggered one but the respective IRR
2599 * bit gets set nevertheless. As a result the I/O unit expects an EOI
2600 * message but it will never arrive and further interrupts are blocked
2601 * from the source. The exact reason is so far unknown, but the
2602 * phenomenon was observed when two consecutive interrupt requests
2603 * from a given source get delivered to the same CPU and the source is
2604 * temporarily disabled in between.
2605 *
2606 * A workaround is to simulate an EOI message manually. We achieve it
2607 * by setting the trigger mode to edge and then to level when the edge
2608 * trigger mode gets detected in the TMR of a local APIC for a
2609 * level-triggered interrupt. We mask the source for the time of the
2610 * operation to prevent an edge-triggered interrupt escaping meanwhile.
2611 * The idea is from Manfred Spraul. --macro
2612 */
Yinghai Lu3145e942008-12-05 18:58:34 -08002613 cfg = desc->chip_data;
2614 i = cfg->vector;
Yinghai Lu3eb2cce2008-08-19 20:50:48 -07002615
2616 v = apic_read(APIC_TMR + ((i & ~0x1f) >> 1));
2617#endif
2618
Ingo Molnar54168ed2008-08-20 09:07:45 +02002619 /*
2620 * We must acknowledge the irq before we move it or the acknowledge will
2621 * not propagate properly.
2622 */
2623 ack_APIC_irq();
Yinghai Lu047c8fd2008-08-19 20:50:41 -07002624
Ingo Molnar54168ed2008-08-20 09:07:45 +02002625 /* Now we can move and renable the irq */
2626 if (unlikely(do_unmask_irq)) {
2627 /* Only migrate the irq if the ack has been received.
2628 *
2629 * On rare occasions the broadcast level triggered ack gets
2630 * delayed going to ioapics, and if we reprogram the
2631 * vector while Remote IRR is still set the irq will never
2632 * fire again.
2633 *
2634 * To prevent this scenario we read the Remote IRR bit
2635 * of the ioapic. This has two effects.
2636 * - On any sane system the read of the ioapic will
2637 * flush writes (and acks) going to the ioapic from
2638 * this cpu.
2639 * - We get to see if the ACK has actually been delivered.
2640 *
2641 * Based on failed experiments of reprogramming the
2642 * ioapic entry from outside of irq context starting
2643 * with masking the ioapic entry and then polling until
2644 * Remote IRR was clear before reprogramming the
2645 * ioapic I don't trust the Remote IRR bit to be
2646 * completey accurate.
2647 *
2648 * However there appears to be no other way to plug
2649 * this race, so if the Remote IRR bit is not
2650 * accurate and is causing problems then it is a hardware bug
2651 * and you can go talk to the chipset vendor about it.
2652 */
Yinghai Lu3145e942008-12-05 18:58:34 -08002653 cfg = desc->chip_data;
2654 if (!io_apic_level_ack_pending(cfg))
Ingo Molnar54168ed2008-08-20 09:07:45 +02002655 move_masked_irq(irq);
Yinghai Lu3145e942008-12-05 18:58:34 -08002656 unmask_IO_APIC_irq_desc(desc);
Ingo Molnar54168ed2008-08-20 09:07:45 +02002657 }
Yinghai Lu1d025192008-08-19 20:50:34 -07002658
Yinghai Lu3eb2cce2008-08-19 20:50:48 -07002659#ifdef CONFIG_X86_32
Yinghai Lu1d025192008-08-19 20:50:34 -07002660 if (!(v & (1 << (i & 0x1f)))) {
2661 atomic_inc(&irq_mis_count);
2662 spin_lock(&ioapic_lock);
Yinghai Lu3145e942008-12-05 18:58:34 -08002663 __mask_and_edge_IO_APIC_irq(cfg);
2664 __unmask_and_level_IO_APIC_irq(cfg);
Yinghai Lu1d025192008-08-19 20:50:34 -07002665 spin_unlock(&ioapic_lock);
2666 }
Yinghai Lu047c8fd2008-08-19 20:50:41 -07002667#endif
Yinghai Lu3eb2cce2008-08-19 20:50:48 -07002668}
Yinghai Lu1d025192008-08-19 20:50:34 -07002669
Ingo Molnarf5b9ed72006-10-04 02:16:26 -07002670static struct irq_chip ioapic_chip __read_mostly = {
Thomas Gleixnerd6c88a52008-10-15 15:27:23 +02002671 .name = "IO-APIC",
2672 .startup = startup_ioapic_irq,
2673 .mask = mask_IO_APIC_irq,
2674 .unmask = unmask_IO_APIC_irq,
2675 .ack = ack_apic_edge,
2676 .eoi = ack_apic_level,
Ashok Raj54d5d422005-09-06 15:16:15 -07002677#ifdef CONFIG_SMP
Thomas Gleixnerd6c88a52008-10-15 15:27:23 +02002678 .set_affinity = set_ioapic_affinity_irq,
Ashok Raj54d5d422005-09-06 15:16:15 -07002679#endif
Eric W. Biedermanace80ab2006-10-04 02:16:47 -07002680 .retrigger = ioapic_retrigger_irq,
Linus Torvalds1da177e2005-04-16 15:20:36 -07002681};
2682
Ingo Molnar54168ed2008-08-20 09:07:45 +02002683#ifdef CONFIG_INTR_REMAP
2684static struct irq_chip ir_ioapic_chip __read_mostly = {
Thomas Gleixnerd6c88a52008-10-15 15:27:23 +02002685 .name = "IR-IO-APIC",
2686 .startup = startup_ioapic_irq,
2687 .mask = mask_IO_APIC_irq,
2688 .unmask = unmask_IO_APIC_irq,
2689 .ack = ack_x2apic_edge,
2690 .eoi = ack_x2apic_level,
Ingo Molnar54168ed2008-08-20 09:07:45 +02002691#ifdef CONFIG_SMP
Thomas Gleixnerd6c88a52008-10-15 15:27:23 +02002692 .set_affinity = set_ir_ioapic_affinity_irq,
Ingo Molnar54168ed2008-08-20 09:07:45 +02002693#endif
2694 .retrigger = ioapic_retrigger_irq,
2695};
2696#endif
Linus Torvalds1da177e2005-04-16 15:20:36 -07002697
2698static inline void init_IO_APIC_traps(void)
2699{
2700 int irq;
Yinghai Lu08678b02008-08-19 20:50:05 -07002701 struct irq_desc *desc;
Yinghai Luda51a822008-08-19 20:50:25 -07002702 struct irq_cfg *cfg;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002703
2704 /*
2705 * NOTE! The local APIC isn't very good at handling
2706 * multiple interrupts at the same interrupt level.
2707 * As the interrupt level is determined by taking the
2708 * vector number and shifting that right by 4, we
2709 * want to spread these out a bit so that they don't
2710 * all fall in the same interrupt level.
2711 *
2712 * Also, we've got to be careful not to trash gate
2713 * 0x80, because int 0x80 is hm, kind of importantish. ;)
2714 */
Yinghai Lu0b8f1ef2008-12-05 18:58:31 -08002715 for_each_irq_desc(irq, desc) {
Yinghai Lu0b8f1ef2008-12-05 18:58:31 -08002716 cfg = desc->chip_data;
2717 if (IO_APIC_IRQ(irq) && cfg && !cfg->vector) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07002718 /*
2719 * Hmm.. We don't have an entry for this,
2720 * so default to an old-fashioned 8259
2721 * interrupt if we can..
2722 */
Yinghai Lu99d093d2008-12-05 18:58:32 -08002723 if (irq < NR_IRQS_LEGACY)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002724 make_8259A_irq(irq);
Yinghai Lu0b8f1ef2008-12-05 18:58:31 -08002725 else
Linus Torvalds1da177e2005-04-16 15:20:36 -07002726 /* Strange. Oh, well.. */
Yinghai Lu08678b02008-08-19 20:50:05 -07002727 desc->chip = &no_irq_chip;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002728 }
2729 }
2730}
2731
Ingo Molnarf5b9ed72006-10-04 02:16:26 -07002732/*
2733 * The local APIC irq-chip implementation:
2734 */
Linus Torvalds1da177e2005-04-16 15:20:36 -07002735
Paolo Ciarrocchi36062442008-06-08 13:07:18 +02002736static void mask_lapic_irq(unsigned int irq)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002737{
2738 unsigned long v;
2739
2740 v = apic_read(APIC_LVT0);
Maciej W. Rozycki593f4a72008-07-16 19:15:30 +01002741 apic_write(APIC_LVT0, v | APIC_LVT_MASKED);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002742}
2743
Paolo Ciarrocchi36062442008-06-08 13:07:18 +02002744static void unmask_lapic_irq(unsigned int irq)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002745{
Ingo Molnarf5b9ed72006-10-04 02:16:26 -07002746 unsigned long v;
2747
2748 v = apic_read(APIC_LVT0);
Maciej W. Rozycki593f4a72008-07-16 19:15:30 +01002749 apic_write(APIC_LVT0, v & ~APIC_LVT_MASKED);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002750}
2751
Yinghai Lu3145e942008-12-05 18:58:34 -08002752static void ack_lapic_irq(unsigned int irq)
Yinghai Lu1d025192008-08-19 20:50:34 -07002753{
2754 ack_APIC_irq();
2755}
2756
Ingo Molnarf5b9ed72006-10-04 02:16:26 -07002757static struct irq_chip lapic_chip __read_mostly = {
Maciej W. Rozycki9a1c6192008-05-27 21:19:09 +01002758 .name = "local-APIC",
Ingo Molnarf5b9ed72006-10-04 02:16:26 -07002759 .mask = mask_lapic_irq,
2760 .unmask = unmask_lapic_irq,
Maciej W. Rozyckic88ac1d2008-07-11 19:35:17 +01002761 .ack = ack_lapic_irq,
Linus Torvalds1da177e2005-04-16 15:20:36 -07002762};
2763
Yinghai Lu3145e942008-12-05 18:58:34 -08002764static void lapic_register_intr(int irq, struct irq_desc *desc)
Maciej W. Rozyckic88ac1d2008-07-11 19:35:17 +01002765{
Yinghai Lu08678b02008-08-19 20:50:05 -07002766 desc->status &= ~IRQ_LEVEL;
Maciej W. Rozyckic88ac1d2008-07-11 19:35:17 +01002767 set_irq_chip_and_handler_name(irq, &lapic_chip, handle_edge_irq,
2768 "edge");
Maciej W. Rozyckic88ac1d2008-07-11 19:35:17 +01002769}
2770
Jan Beuliche9427102008-01-30 13:31:24 +01002771static void __init setup_nmi(void)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002772{
2773 /*
Paolo Ciarrocchi36062442008-06-08 13:07:18 +02002774 * Dirty trick to enable the NMI watchdog ...
Linus Torvalds1da177e2005-04-16 15:20:36 -07002775 * We put the 8259A master into AEOI mode and
2776 * unmask on all local APICs LVT0 as NMI.
2777 *
2778 * The idea to use the 8259A in AEOI mode ('8259A Virtual Wire')
2779 * is from Maciej W. Rozycki - so we do not have to EOI from
2780 * the NMI handler or the timer interrupt.
Paolo Ciarrocchi36062442008-06-08 13:07:18 +02002781 */
Linus Torvalds1da177e2005-04-16 15:20:36 -07002782 apic_printk(APIC_VERBOSE, KERN_INFO "activating NMI Watchdog ...");
2783
Jan Beuliche9427102008-01-30 13:31:24 +01002784 enable_NMI_through_LVT0();
Linus Torvalds1da177e2005-04-16 15:20:36 -07002785
2786 apic_printk(APIC_VERBOSE, " done.\n");
2787}
2788
2789/*
2790 * This looks a bit hackish but it's about the only one way of sending
2791 * a few INTA cycles to 8259As and any associated glue logic. ICR does
2792 * not support the ExtINT mode, unfortunately. We need to send these
2793 * cycles as some i82489DX-based boards have glue logic that keeps the
2794 * 8259A interrupt line asserted until INTA. --macro
2795 */
Jacek Luczak28acf282008-04-12 17:41:12 +02002796static inline void __init unlock_ExtINT_logic(void)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002797{
Eric W. Biedermanfcfd6362005-10-30 14:59:39 -08002798 int apic, pin, i;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002799 struct IO_APIC_route_entry entry0, entry1;
2800 unsigned char save_control, save_freq_select;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002801
Eric W. Biedermanfcfd6362005-10-30 14:59:39 -08002802 pin = find_isa_irq_pin(8, mp_INT);
Adrian Bunk956fb532006-12-07 02:14:11 +01002803 if (pin == -1) {
2804 WARN_ON_ONCE(1);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002805 return;
Adrian Bunk956fb532006-12-07 02:14:11 +01002806 }
2807 apic = find_isa_irq_apic(8, mp_INT);
2808 if (apic == -1) {
2809 WARN_ON_ONCE(1);
2810 return;
2811 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07002812
Andi Kleencf4c6a22006-09-26 10:52:30 +02002813 entry0 = ioapic_read_entry(apic, pin);
Eric W. Biedermanfcfd6362005-10-30 14:59:39 -08002814 clear_IO_APIC_pin(apic, pin);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002815
2816 memset(&entry1, 0, sizeof(entry1));
2817
2818 entry1.dest_mode = 0; /* physical delivery */
2819 entry1.mask = 0; /* unmask IRQ now */
Yinghai Lud83e94a2008-08-19 20:50:33 -07002820 entry1.dest = hard_smp_processor_id();
Linus Torvalds1da177e2005-04-16 15:20:36 -07002821 entry1.delivery_mode = dest_ExtINT;
2822 entry1.polarity = entry0.polarity;
2823 entry1.trigger = 0;
2824 entry1.vector = 0;
2825
Andi Kleencf4c6a22006-09-26 10:52:30 +02002826 ioapic_write_entry(apic, pin, entry1);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002827
2828 save_control = CMOS_READ(RTC_CONTROL);
2829 save_freq_select = CMOS_READ(RTC_FREQ_SELECT);
2830 CMOS_WRITE((save_freq_select & ~RTC_RATE_SELECT) | 0x6,
2831 RTC_FREQ_SELECT);
2832 CMOS_WRITE(save_control | RTC_PIE, RTC_CONTROL);
2833
2834 i = 100;
2835 while (i-- > 0) {
2836 mdelay(10);
2837 if ((CMOS_READ(RTC_INTR_FLAGS) & RTC_PF) == RTC_PF)
2838 i -= 10;
2839 }
2840
2841 CMOS_WRITE(save_control, RTC_CONTROL);
2842 CMOS_WRITE(save_freq_select, RTC_FREQ_SELECT);
Eric W. Biedermanfcfd6362005-10-30 14:59:39 -08002843 clear_IO_APIC_pin(apic, pin);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002844
Andi Kleencf4c6a22006-09-26 10:52:30 +02002845 ioapic_write_entry(apic, pin, entry0);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002846}
2847
Yinghai Luefa25592008-08-19 20:50:36 -07002848static int disable_timer_pin_1 __initdata;
Yinghai Lu047c8fd2008-08-19 20:50:41 -07002849/* Actually the next is obsolete, but keep it for paranoid reasons -AK */
Ingo Molnar54168ed2008-08-20 09:07:45 +02002850static int __init disable_timer_pin_setup(char *arg)
Yinghai Luefa25592008-08-19 20:50:36 -07002851{
2852 disable_timer_pin_1 = 1;
2853 return 0;
2854}
Ingo Molnar54168ed2008-08-20 09:07:45 +02002855early_param("disable_timer_pin_1", disable_timer_pin_setup);
Yinghai Luefa25592008-08-19 20:50:36 -07002856
2857int timer_through_8259 __initdata;
2858
Linus Torvalds1da177e2005-04-16 15:20:36 -07002859/*
2860 * This code may look a bit paranoid, but it's supposed to cooperate with
2861 * a wide range of boards and BIOS bugs. Fortunately only the timer IRQ
2862 * is so screwy. Thanks to Brian Perkins for testing/hacking this beast
2863 * fanatically on his truly buggy board.
Ingo Molnar54168ed2008-08-20 09:07:45 +02002864 *
2865 * FIXME: really need to revamp this for all platforms.
Linus Torvalds1da177e2005-04-16 15:20:36 -07002866 */
Zachary Amsden8542b202006-12-07 02:14:09 +01002867static inline void __init check_timer(void)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002868{
Yinghai Lu3145e942008-12-05 18:58:34 -08002869 struct irq_desc *desc = irq_to_desc(0);
2870 struct irq_cfg *cfg = desc->chip_data;
2871 int cpu = boot_cpu_id;
Eric W. Biedermanfcfd6362005-10-30 14:59:39 -08002872 int apic1, pin1, apic2, pin2;
Ingo Molnar4aae0702007-12-18 18:05:58 +01002873 unsigned long flags;
Yinghai Lu047c8fd2008-08-19 20:50:41 -07002874 unsigned int ver;
2875 int no_pin1 = 0;
Ingo Molnar4aae0702007-12-18 18:05:58 +01002876
2877 local_irq_save(flags);
Maciej W. Rozyckid4d25de2007-11-26 20:42:19 +01002878
Thomas Gleixnerd6c88a52008-10-15 15:27:23 +02002879 ver = apic_read(APIC_LVR);
2880 ver = GET_APIC_VERSION(ver);
Ingo Molnar6e908942008-03-21 14:32:36 +01002881
Linus Torvalds1da177e2005-04-16 15:20:36 -07002882 /*
2883 * get/set the timer IRQ vector:
2884 */
2885 disable_8259A_irq(0);
Ingo Molnarfe402e12009-01-28 04:32:51 +01002886 assign_irq_vector(0, cfg, apic->target_cpus());
Linus Torvalds1da177e2005-04-16 15:20:36 -07002887
2888 /*
Maciej W. Rozyckid11d5792008-05-21 22:09:11 +01002889 * As IRQ0 is to be enabled in the 8259A, the virtual
2890 * wire has to be disabled in the local APIC. Also
2891 * timer interrupts need to be acknowledged manually in
2892 * the 8259A for the i82489DX when using the NMI
2893 * watchdog as that APIC treats NMIs as level-triggered.
2894 * The AEOI mode will finish them in the 8259A
2895 * automatically.
Linus Torvalds1da177e2005-04-16 15:20:36 -07002896 */
Maciej W. Rozycki593f4a72008-07-16 19:15:30 +01002897 apic_write(APIC_LVT0, APIC_LVT_MASKED | APIC_DM_EXTINT);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002898 init_8259A(1);
Ingo Molnar54168ed2008-08-20 09:07:45 +02002899#ifdef CONFIG_X86_32
Maciej W. Rozyckid11d5792008-05-21 22:09:11 +01002900 timer_ack = (nmi_watchdog == NMI_IO_APIC && !APIC_INTEGRATED(ver));
Ingo Molnar54168ed2008-08-20 09:07:45 +02002901#endif
Linus Torvalds1da177e2005-04-16 15:20:36 -07002902
Eric W. Biedermanfcfd6362005-10-30 14:59:39 -08002903 pin1 = find_isa_irq_pin(0, mp_INT);
2904 apic1 = find_isa_irq_apic(0, mp_INT);
2905 pin2 = ioapic_i8259.pin;
2906 apic2 = ioapic_i8259.apic;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002907
Maciej W. Rozycki49a66a02008-07-14 19:08:13 +01002908 apic_printk(APIC_QUIET, KERN_INFO "..TIMER: vector=0x%02X "
2909 "apic1=%d pin1=%d apic2=%d pin2=%d\n",
Yinghai Lu497c9a12008-08-19 20:50:28 -07002910 cfg->vector, apic1, pin1, apic2, pin2);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002911
Maciej W. Rozycki691874f2008-05-27 21:19:51 +01002912 /*
2913 * Some BIOS writers are clueless and report the ExtINTA
2914 * I/O APIC input from the cascaded 8259A as the timer
2915 * interrupt input. So just in case, if only one pin
2916 * was found above, try it both directly and through the
2917 * 8259A.
2918 */
2919 if (pin1 == -1) {
Ingo Molnar54168ed2008-08-20 09:07:45 +02002920#ifdef CONFIG_INTR_REMAP
2921 if (intr_remapping_enabled)
2922 panic("BIOS bug: timer not connected to IO-APIC");
2923#endif
Maciej W. Rozycki691874f2008-05-27 21:19:51 +01002924 pin1 = pin2;
2925 apic1 = apic2;
2926 no_pin1 = 1;
2927 } else if (pin2 == -1) {
2928 pin2 = pin1;
2929 apic2 = apic1;
2930 }
2931
Linus Torvalds1da177e2005-04-16 15:20:36 -07002932 if (pin1 != -1) {
2933 /*
2934 * Ok, does IRQ0 through the IOAPIC work?
2935 */
Maciej W. Rozycki691874f2008-05-27 21:19:51 +01002936 if (no_pin1) {
Yinghai Lu3145e942008-12-05 18:58:34 -08002937 add_pin_to_irq_cpu(cfg, cpu, apic1, pin1);
Yinghai Lu497c9a12008-08-19 20:50:28 -07002938 setup_timer_IRQ0_pin(apic1, pin1, cfg->vector);
Maciej W. Rozycki691874f2008-05-27 21:19:51 +01002939 }
Yinghai Lu3145e942008-12-05 18:58:34 -08002940 unmask_IO_APIC_irq_desc(desc);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002941 if (timer_irq_works()) {
2942 if (nmi_watchdog == NMI_IO_APIC) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07002943 setup_nmi();
2944 enable_8259A_irq(0);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002945 }
Chuck Ebbert66759a02005-09-12 18:49:25 +02002946 if (disable_timer_pin_1 > 0)
2947 clear_IO_APIC_pin(0, pin1);
Ingo Molnar4aae0702007-12-18 18:05:58 +01002948 goto out;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002949 }
Ingo Molnar54168ed2008-08-20 09:07:45 +02002950#ifdef CONFIG_INTR_REMAP
2951 if (intr_remapping_enabled)
2952 panic("timer doesn't work through Interrupt-remapped IO-APIC");
2953#endif
Eric W. Biedermanfcfd6362005-10-30 14:59:39 -08002954 clear_IO_APIC_pin(apic1, pin1);
Maciej W. Rozycki691874f2008-05-27 21:19:51 +01002955 if (!no_pin1)
Maciej W. Rozycki49a66a02008-07-14 19:08:13 +01002956 apic_printk(APIC_QUIET, KERN_ERR "..MP-BIOS bug: "
2957 "8254 timer not connected to IO-APIC\n");
Linus Torvalds1da177e2005-04-16 15:20:36 -07002958
Maciej W. Rozycki49a66a02008-07-14 19:08:13 +01002959 apic_printk(APIC_QUIET, KERN_INFO "...trying to set up timer "
2960 "(IRQ0) through the 8259A ...\n");
2961 apic_printk(APIC_QUIET, KERN_INFO
2962 "..... (found apic %d pin %d) ...\n", apic2, pin2);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002963 /*
2964 * legacy devices should be connected to IO APIC #0
2965 */
Yinghai Lu3145e942008-12-05 18:58:34 -08002966 replace_pin_at_irq_cpu(cfg, cpu, apic1, pin1, apic2, pin2);
Yinghai Lu497c9a12008-08-19 20:50:28 -07002967 setup_timer_IRQ0_pin(apic2, pin2, cfg->vector);
Yinghai Lu3145e942008-12-05 18:58:34 -08002968 unmask_IO_APIC_irq_desc(desc);
Maciej W. Rozyckiecd29472008-05-21 22:09:19 +01002969 enable_8259A_irq(0);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002970 if (timer_irq_works()) {
Maciej W. Rozycki49a66a02008-07-14 19:08:13 +01002971 apic_printk(APIC_QUIET, KERN_INFO "....... works.\n");
Maciej W. Rozycki35542c52008-05-21 22:10:22 +01002972 timer_through_8259 = 1;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002973 if (nmi_watchdog == NMI_IO_APIC) {
Maciej W. Rozycki60134eb2008-05-21 22:09:34 +01002974 disable_8259A_irq(0);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002975 setup_nmi();
Maciej W. Rozycki60134eb2008-05-21 22:09:34 +01002976 enable_8259A_irq(0);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002977 }
Ingo Molnar4aae0702007-12-18 18:05:58 +01002978 goto out;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002979 }
2980 /*
2981 * Cleanup, just in case ...
2982 */
Maciej W. Rozyckiecd29472008-05-21 22:09:19 +01002983 disable_8259A_irq(0);
Eric W. Biedermanfcfd6362005-10-30 14:59:39 -08002984 clear_IO_APIC_pin(apic2, pin2);
Maciej W. Rozycki49a66a02008-07-14 19:08:13 +01002985 apic_printk(APIC_QUIET, KERN_INFO "....... failed.\n");
Linus Torvalds1da177e2005-04-16 15:20:36 -07002986 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07002987
2988 if (nmi_watchdog == NMI_IO_APIC) {
Maciej W. Rozycki49a66a02008-07-14 19:08:13 +01002989 apic_printk(APIC_QUIET, KERN_WARNING "timer doesn't work "
2990 "through the IO-APIC - disabling NMI Watchdog!\n");
Cyrill Gorcunov067fa0f2008-05-29 22:32:30 +04002991 nmi_watchdog = NMI_NONE;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002992 }
Ingo Molnar54168ed2008-08-20 09:07:45 +02002993#ifdef CONFIG_X86_32
Maciej W. Rozyckid11d5792008-05-21 22:09:11 +01002994 timer_ack = 0;
Ingo Molnar54168ed2008-08-20 09:07:45 +02002995#endif
Linus Torvalds1da177e2005-04-16 15:20:36 -07002996
Maciej W. Rozycki49a66a02008-07-14 19:08:13 +01002997 apic_printk(APIC_QUIET, KERN_INFO
2998 "...trying to set up timer as Virtual Wire IRQ...\n");
Linus Torvalds1da177e2005-04-16 15:20:36 -07002999
Yinghai Lu3145e942008-12-05 18:58:34 -08003000 lapic_register_intr(0, desc);
Yinghai Lu497c9a12008-08-19 20:50:28 -07003001 apic_write(APIC_LVT0, APIC_DM_FIXED | cfg->vector); /* Fixed mode */
Linus Torvalds1da177e2005-04-16 15:20:36 -07003002 enable_8259A_irq(0);
3003
3004 if (timer_irq_works()) {
Maciej W. Rozycki49a66a02008-07-14 19:08:13 +01003005 apic_printk(APIC_QUIET, KERN_INFO "..... works.\n");
Ingo Molnar4aae0702007-12-18 18:05:58 +01003006 goto out;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003007 }
Maciej W. Rozyckie67465f2008-05-21 22:09:26 +01003008 disable_8259A_irq(0);
Yinghai Lu497c9a12008-08-19 20:50:28 -07003009 apic_write(APIC_LVT0, APIC_LVT_MASKED | APIC_DM_FIXED | cfg->vector);
Maciej W. Rozycki49a66a02008-07-14 19:08:13 +01003010 apic_printk(APIC_QUIET, KERN_INFO "..... failed.\n");
Linus Torvalds1da177e2005-04-16 15:20:36 -07003011
Maciej W. Rozycki49a66a02008-07-14 19:08:13 +01003012 apic_printk(APIC_QUIET, KERN_INFO
3013 "...trying to set up timer as ExtINT IRQ...\n");
Linus Torvalds1da177e2005-04-16 15:20:36 -07003014
Linus Torvalds1da177e2005-04-16 15:20:36 -07003015 init_8259A(0);
3016 make_8259A_irq(0);
Maciej W. Rozycki593f4a72008-07-16 19:15:30 +01003017 apic_write(APIC_LVT0, APIC_DM_EXTINT);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003018
3019 unlock_ExtINT_logic();
3020
3021 if (timer_irq_works()) {
Maciej W. Rozycki49a66a02008-07-14 19:08:13 +01003022 apic_printk(APIC_QUIET, KERN_INFO "..... works.\n");
Ingo Molnar4aae0702007-12-18 18:05:58 +01003023 goto out;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003024 }
Maciej W. Rozycki49a66a02008-07-14 19:08:13 +01003025 apic_printk(APIC_QUIET, KERN_INFO "..... failed :(.\n");
Linus Torvalds1da177e2005-04-16 15:20:36 -07003026 panic("IO-APIC + timer doesn't work! Boot with apic=debug and send a "
Maciej W. Rozycki49a66a02008-07-14 19:08:13 +01003027 "report. Then try booting with the 'noapic' option.\n");
Ingo Molnar4aae0702007-12-18 18:05:58 +01003028out:
3029 local_irq_restore(flags);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003030}
3031
3032/*
Maciej W. Rozyckiaf174782008-07-11 19:35:23 +01003033 * Traditionally ISA IRQ2 is the cascade IRQ, and is not available
3034 * to devices. However there may be an I/O APIC pin available for
3035 * this interrupt regardless. The pin may be left unconnected, but
3036 * typically it will be reused as an ExtINT cascade interrupt for
3037 * the master 8259A. In the MPS case such a pin will normally be
3038 * reported as an ExtINT interrupt in the MP table. With ACPI
3039 * there is no provision for ExtINT interrupts, and in the absence
3040 * of an override it would be treated as an ordinary ISA I/O APIC
3041 * interrupt, that is edge-triggered and unmasked by default. We
3042 * used to do this, but it caused problems on some systems because
3043 * of the NMI watchdog and sometimes IRQ0 of the 8254 timer using
3044 * the same ExtINT cascade interrupt to drive the local APIC of the
3045 * bootstrap processor. Therefore we refrain from routing IRQ2 to
3046 * the I/O APIC in all cases now. No actual device should request
3047 * it anyway. --macro
Linus Torvalds1da177e2005-04-16 15:20:36 -07003048 */
3049#define PIC_IRQS (1 << PIC_CASCADE_IR)
3050
3051void __init setup_IO_APIC(void)
3052{
Ingo Molnar54168ed2008-08-20 09:07:45 +02003053
3054#ifdef CONFIG_X86_32
Linus Torvalds1da177e2005-04-16 15:20:36 -07003055 enable_IO_APIC();
Ingo Molnar54168ed2008-08-20 09:07:45 +02003056#else
3057 /*
3058 * calling enable_IO_APIC() is moved to setup_local_APIC for BP
3059 */
3060#endif
Linus Torvalds1da177e2005-04-16 15:20:36 -07003061
Maciej W. Rozyckiaf174782008-07-11 19:35:23 +01003062 io_apic_irqs = ~PIC_IRQS;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003063
Ingo Molnar54168ed2008-08-20 09:07:45 +02003064 apic_printk(APIC_VERBOSE, "ENABLING IO-APIC IRQs\n");
Thomas Gleixnerd6c88a52008-10-15 15:27:23 +02003065 /*
Ingo Molnar54168ed2008-08-20 09:07:45 +02003066 * Set up IO-APIC IRQ routing.
3067 */
3068#ifdef CONFIG_X86_32
Thomas Gleixnerd6c88a52008-10-15 15:27:23 +02003069 if (!acpi_ioapic)
3070 setup_ioapic_ids_from_mpc();
Ingo Molnar54168ed2008-08-20 09:07:45 +02003071#endif
Linus Torvalds1da177e2005-04-16 15:20:36 -07003072 sync_Arb_IDs();
3073 setup_IO_APIC_irqs();
3074 init_IO_APIC_traps();
Linus Torvalds1e4c85f2005-10-31 19:16:17 -08003075 check_timer();
Linus Torvalds1da177e2005-04-16 15:20:36 -07003076}
3077
3078/*
Ingo Molnar54168ed2008-08-20 09:07:45 +02003079 * Called after all the initialization is done. If we didnt find any
3080 * APIC bugs then we can allow the modify fast path
Linus Torvalds1da177e2005-04-16 15:20:36 -07003081 */
Paolo Ciarrocchi36062442008-06-08 13:07:18 +02003082
Linus Torvalds1da177e2005-04-16 15:20:36 -07003083static int __init io_apic_bug_finalize(void)
3084{
Thomas Gleixnerd6c88a52008-10-15 15:27:23 +02003085 if (sis_apic_bug == -1)
3086 sis_apic_bug = 0;
3087 return 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003088}
3089
3090late_initcall(io_apic_bug_finalize);
3091
3092struct sysfs_ioapic_data {
3093 struct sys_device dev;
3094 struct IO_APIC_route_entry entry[0];
3095};
Ingo Molnar54168ed2008-08-20 09:07:45 +02003096static struct sysfs_ioapic_data * mp_ioapic_data[MAX_IO_APICS];
Linus Torvalds1da177e2005-04-16 15:20:36 -07003097
Pavel Machek438510f2005-04-16 15:25:24 -07003098static int ioapic_suspend(struct sys_device *dev, pm_message_t state)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003099{
3100 struct IO_APIC_route_entry *entry;
3101 struct sysfs_ioapic_data *data;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003102 int i;
Paolo Ciarrocchi36062442008-06-08 13:07:18 +02003103
Linus Torvalds1da177e2005-04-16 15:20:36 -07003104 data = container_of(dev, struct sysfs_ioapic_data, dev);
3105 entry = data->entry;
Ingo Molnar54168ed2008-08-20 09:07:45 +02003106 for (i = 0; i < nr_ioapic_registers[dev->id]; i ++, entry ++ )
3107 *entry = ioapic_read_entry(dev->id, i);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003108
3109 return 0;
3110}
3111
3112static int ioapic_resume(struct sys_device *dev)
3113{
3114 struct IO_APIC_route_entry *entry;
3115 struct sysfs_ioapic_data *data;
3116 unsigned long flags;
3117 union IO_APIC_reg_00 reg_00;
3118 int i;
Paolo Ciarrocchi36062442008-06-08 13:07:18 +02003119
Linus Torvalds1da177e2005-04-16 15:20:36 -07003120 data = container_of(dev, struct sysfs_ioapic_data, dev);
3121 entry = data->entry;
3122
3123 spin_lock_irqsave(&ioapic_lock, flags);
3124 reg_00.raw = io_apic_read(dev->id, 0);
Jaswinder Singh Rajputb5ba7e62009-01-12 17:46:17 +05303125 if (reg_00.bits.ID != mp_ioapics[dev->id].apicid) {
3126 reg_00.bits.ID = mp_ioapics[dev->id].apicid;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003127 io_apic_write(dev->id, 0, reg_00.raw);
3128 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07003129 spin_unlock_irqrestore(&ioapic_lock, flags);
Paolo Ciarrocchi36062442008-06-08 13:07:18 +02003130 for (i = 0; i < nr_ioapic_registers[dev->id]; i++)
Andi Kleencf4c6a22006-09-26 10:52:30 +02003131 ioapic_write_entry(dev->id, i, entry[i]);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003132
3133 return 0;
3134}
3135
3136static struct sysdev_class ioapic_sysdev_class = {
Kay Sieversaf5ca3f2007-12-20 02:09:39 +01003137 .name = "ioapic",
Linus Torvalds1da177e2005-04-16 15:20:36 -07003138 .suspend = ioapic_suspend,
3139 .resume = ioapic_resume,
3140};
3141
3142static int __init ioapic_init_sysfs(void)
3143{
Ingo Molnar54168ed2008-08-20 09:07:45 +02003144 struct sys_device * dev;
3145 int i, size, error;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003146
3147 error = sysdev_class_register(&ioapic_sysdev_class);
3148 if (error)
3149 return error;
3150
Ingo Molnar54168ed2008-08-20 09:07:45 +02003151 for (i = 0; i < nr_ioapics; i++ ) {
Paolo Ciarrocchi36062442008-06-08 13:07:18 +02003152 size = sizeof(struct sys_device) + nr_ioapic_registers[i]
Linus Torvalds1da177e2005-04-16 15:20:36 -07003153 * sizeof(struct IO_APIC_route_entry);
Christophe Jaillet25556c12008-06-22 22:13:48 +02003154 mp_ioapic_data[i] = kzalloc(size, GFP_KERNEL);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003155 if (!mp_ioapic_data[i]) {
3156 printk(KERN_ERR "Can't suspend/resume IOAPIC %d\n", i);
3157 continue;
3158 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07003159 dev = &mp_ioapic_data[i]->dev;
Paolo Ciarrocchi36062442008-06-08 13:07:18 +02003160 dev->id = i;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003161 dev->cls = &ioapic_sysdev_class;
3162 error = sysdev_register(dev);
3163 if (error) {
3164 kfree(mp_ioapic_data[i]);
3165 mp_ioapic_data[i] = NULL;
3166 printk(KERN_ERR "Can't suspend/resume IOAPIC %d\n", i);
3167 continue;
3168 }
3169 }
3170
3171 return 0;
3172}
3173
3174device_initcall(ioapic_init_sysfs);
3175
Eric W. Biederman3fc471e2006-10-04 02:16:39 -07003176/*
Eric W. Biederman95d77882006-10-04 02:17:01 -07003177 * Dynamic irq allocate and deallocation
Eric W. Biederman3fc471e2006-10-04 02:16:39 -07003178 */
Yinghai Lu199751d2008-08-19 20:50:27 -07003179unsigned int create_irq_nr(unsigned int irq_want)
Eric W. Biederman3fc471e2006-10-04 02:16:39 -07003180{
Eric W. Biedermanace80ab2006-10-04 02:16:47 -07003181 /* Allocate an unused irq */
Ingo Molnar54168ed2008-08-20 09:07:45 +02003182 unsigned int irq;
3183 unsigned int new;
Eric W. Biederman3fc471e2006-10-04 02:16:39 -07003184 unsigned long flags;
Yinghai Lu0b8f1ef2008-12-05 18:58:31 -08003185 struct irq_cfg *cfg_new = NULL;
3186 int cpu = boot_cpu_id;
3187 struct irq_desc *desc_new = NULL;
Yinghai Lu199751d2008-08-19 20:50:27 -07003188
3189 irq = 0;
Eric W. Biedermanace80ab2006-10-04 02:16:47 -07003190 spin_lock_irqsave(&vector_lock, flags);
Mike Travis95949492009-01-10 22:24:06 -08003191 for (new = irq_want; new < nr_irqs; new++) {
Eric W. Biedermanace80ab2006-10-04 02:16:47 -07003192 if (platform_legacy_irq(new))
3193 continue;
Yinghai Lu0b8f1ef2008-12-05 18:58:31 -08003194
3195 desc_new = irq_to_desc_alloc_cpu(new, cpu);
3196 if (!desc_new) {
3197 printk(KERN_INFO "can not get irq_desc for %d\n", new);
Eric W. Biedermanace80ab2006-10-04 02:16:47 -07003198 continue;
Yinghai Lu0b8f1ef2008-12-05 18:58:31 -08003199 }
3200 cfg_new = desc_new->chip_data;
3201
3202 if (cfg_new->vector != 0)
3203 continue;
Ingo Molnarfe402e12009-01-28 04:32:51 +01003204 if (__assign_irq_vector(new, cfg_new, apic->target_cpus()) == 0)
Eric W. Biedermanace80ab2006-10-04 02:16:47 -07003205 irq = new;
3206 break;
3207 }
3208 spin_unlock_irqrestore(&vector_lock, flags);
Eric W. Biederman3fc471e2006-10-04 02:16:39 -07003209
Yinghai Lu199751d2008-08-19 20:50:27 -07003210 if (irq > 0) {
Eric W. Biederman3fc471e2006-10-04 02:16:39 -07003211 dynamic_irq_init(irq);
Yinghai Lu0b8f1ef2008-12-05 18:58:31 -08003212 /* restore it, in case dynamic_irq_init clear it */
3213 if (desc_new)
3214 desc_new->chip_data = cfg_new;
Eric W. Biederman3fc471e2006-10-04 02:16:39 -07003215 }
3216 return irq;
3217}
3218
Yinghai Lube5d5352008-12-05 18:58:33 -08003219static int nr_irqs_gsi = NR_IRQS_LEGACY;
Yinghai Lu199751d2008-08-19 20:50:27 -07003220int create_irq(void)
3221{
Yinghai Lube5d5352008-12-05 18:58:33 -08003222 unsigned int irq_want;
Ingo Molnar54168ed2008-08-20 09:07:45 +02003223 int irq;
3224
Yinghai Lube5d5352008-12-05 18:58:33 -08003225 irq_want = nr_irqs_gsi;
3226 irq = create_irq_nr(irq_want);
Ingo Molnar54168ed2008-08-20 09:07:45 +02003227
3228 if (irq == 0)
3229 irq = -1;
3230
3231 return irq;
Yinghai Lu199751d2008-08-19 20:50:27 -07003232}
3233
Eric W. Biederman3fc471e2006-10-04 02:16:39 -07003234void destroy_irq(unsigned int irq)
3235{
3236 unsigned long flags;
Yinghai Lu0b8f1ef2008-12-05 18:58:31 -08003237 struct irq_cfg *cfg;
3238 struct irq_desc *desc;
Eric W. Biederman3fc471e2006-10-04 02:16:39 -07003239
Yinghai Lu0b8f1ef2008-12-05 18:58:31 -08003240 /* store it, in case dynamic_irq_cleanup clear it */
3241 desc = irq_to_desc(irq);
3242 cfg = desc->chip_data;
Eric W. Biederman3fc471e2006-10-04 02:16:39 -07003243 dynamic_irq_cleanup(irq);
Yinghai Lu0b8f1ef2008-12-05 18:58:31 -08003244 /* connect back irq_cfg */
3245 if (desc)
3246 desc->chip_data = cfg;
Eric W. Biederman3fc471e2006-10-04 02:16:39 -07003247
Ingo Molnar54168ed2008-08-20 09:07:45 +02003248#ifdef CONFIG_INTR_REMAP
3249 free_irte(irq);
3250#endif
Eric W. Biederman3fc471e2006-10-04 02:16:39 -07003251 spin_lock_irqsave(&vector_lock, flags);
Yinghai Lu3145e942008-12-05 18:58:34 -08003252 __clear_irq_vector(irq, cfg);
Eric W. Biederman3fc471e2006-10-04 02:16:39 -07003253 spin_unlock_irqrestore(&vector_lock, flags);
3254}
Eric W. Biederman3fc471e2006-10-04 02:16:39 -07003255
Eric W. Biederman2d3fcc12006-10-04 02:16:43 -07003256/*
Simon Arlott27b46d72007-10-20 01:13:56 +02003257 * MSI message composition
Eric W. Biederman2d3fcc12006-10-04 02:16:43 -07003258 */
3259#ifdef CONFIG_PCI_MSI
Eric W. Biederman3b7d1922006-10-04 02:16:59 -07003260static int msi_compose_msg(struct pci_dev *pdev, unsigned int irq, struct msi_msg *msg)
Eric W. Biederman2d3fcc12006-10-04 02:16:43 -07003261{
Yinghai Lu497c9a12008-08-19 20:50:28 -07003262 struct irq_cfg *cfg;
3263 int err;
Eric W. Biederman2d3fcc12006-10-04 02:16:43 -07003264 unsigned dest;
3265
Jan Beulichf1182632009-01-14 12:27:35 +00003266 if (disable_apic)
3267 return -ENXIO;
3268
Yinghai Lu3145e942008-12-05 18:58:34 -08003269 cfg = irq_cfg(irq);
Ingo Molnarfe402e12009-01-28 04:32:51 +01003270 err = assign_irq_vector(irq, cfg, apic->target_cpus());
Yinghai Lu497c9a12008-08-19 20:50:28 -07003271 if (err)
3272 return err;
Eric W. Biederman2d3fcc12006-10-04 02:16:43 -07003273
Ingo Molnardebccb32009-01-28 15:20:18 +01003274 dest = apic->cpu_mask_to_apicid_and(cfg->domain, apic->target_cpus());
Eric W. Biederman2d3fcc12006-10-04 02:16:43 -07003275
Ingo Molnar54168ed2008-08-20 09:07:45 +02003276#ifdef CONFIG_INTR_REMAP
3277 if (irq_remapped(irq)) {
3278 struct irte irte;
3279 int ir_index;
3280 u16 sub_handle;
Yinghai Lu497c9a12008-08-19 20:50:28 -07003281
Ingo Molnar54168ed2008-08-20 09:07:45 +02003282 ir_index = map_irq_to_irte_handle(irq, &sub_handle);
3283 BUG_ON(ir_index == -1);
Yinghai Lu497c9a12008-08-19 20:50:28 -07003284
Ingo Molnar54168ed2008-08-20 09:07:45 +02003285 memset (&irte, 0, sizeof(irte));
3286
3287 irte.present = 1;
Ingo Molnar9b5bc8d2009-01-28 04:09:58 +01003288 irte.dst_mode = apic->irq_dest_mode;
Ingo Molnar54168ed2008-08-20 09:07:45 +02003289 irte.trigger_mode = 0; /* edge */
Ingo Molnar9b5bc8d2009-01-28 04:09:58 +01003290 irte.dlvry_mode = apic->irq_delivery_mode;
Ingo Molnar54168ed2008-08-20 09:07:45 +02003291 irte.vector = cfg->vector;
3292 irte.dest_id = IRTE_DEST(dest);
3293
3294 modify_irte(irq, &irte);
3295
3296 msg->address_hi = MSI_ADDR_BASE_HI;
3297 msg->data = sub_handle;
3298 msg->address_lo = MSI_ADDR_BASE_LO | MSI_ADDR_IR_EXT_INT |
3299 MSI_ADDR_IR_SHV |
3300 MSI_ADDR_IR_INDEX1(ir_index) |
3301 MSI_ADDR_IR_INDEX2(ir_index);
3302 } else
3303#endif
3304 {
3305 msg->address_hi = MSI_ADDR_BASE_HI;
3306 msg->address_lo =
3307 MSI_ADDR_BASE_LO |
Ingo Molnar9b5bc8d2009-01-28 04:09:58 +01003308 ((apic->irq_dest_mode == 0) ?
Ingo Molnar54168ed2008-08-20 09:07:45 +02003309 MSI_ADDR_DEST_MODE_PHYSICAL:
3310 MSI_ADDR_DEST_MODE_LOGICAL) |
Ingo Molnar9b5bc8d2009-01-28 04:09:58 +01003311 ((apic->irq_delivery_mode != dest_LowestPrio) ?
Ingo Molnar54168ed2008-08-20 09:07:45 +02003312 MSI_ADDR_REDIRECTION_CPU:
3313 MSI_ADDR_REDIRECTION_LOWPRI) |
3314 MSI_ADDR_DEST_ID(dest);
3315
3316 msg->data =
3317 MSI_DATA_TRIGGER_EDGE |
3318 MSI_DATA_LEVEL_ASSERT |
Ingo Molnar9b5bc8d2009-01-28 04:09:58 +01003319 ((apic->irq_delivery_mode != dest_LowestPrio) ?
Ingo Molnar54168ed2008-08-20 09:07:45 +02003320 MSI_DATA_DELIVERY_FIXED:
3321 MSI_DATA_DELIVERY_LOWPRI) |
3322 MSI_DATA_VECTOR(cfg->vector);
3323 }
Yinghai Lu497c9a12008-08-19 20:50:28 -07003324 return err;
Eric W. Biederman2d3fcc12006-10-04 02:16:43 -07003325}
3326
Eric W. Biederman3b7d1922006-10-04 02:16:59 -07003327#ifdef CONFIG_SMP
Rusty Russell0de26522008-12-13 21:20:26 +10303328static void set_msi_irq_affinity(unsigned int irq, const struct cpumask *mask)
Eric W. Biederman3b7d1922006-10-04 02:16:59 -07003329{
Yinghai Lu3145e942008-12-05 18:58:34 -08003330 struct irq_desc *desc = irq_to_desc(irq);
Yinghai Lu497c9a12008-08-19 20:50:28 -07003331 struct irq_cfg *cfg;
Eric W. Biederman3b7d1922006-10-04 02:16:59 -07003332 struct msi_msg msg;
3333 unsigned int dest;
Eric W. Biederman3b7d1922006-10-04 02:16:59 -07003334
Mike Travis22f65d32008-12-16 17:33:56 -08003335 dest = set_desc_affinity(desc, mask);
3336 if (dest == BAD_APICID)
Eric W. Biederman3b7d1922006-10-04 02:16:59 -07003337 return;
3338
Yinghai Lu3145e942008-12-05 18:58:34 -08003339 cfg = desc->chip_data;
Yinghai Lu497c9a12008-08-19 20:50:28 -07003340
Yinghai Lu3145e942008-12-05 18:58:34 -08003341 read_msi_msg_desc(desc, &msg);
Eric W. Biederman3b7d1922006-10-04 02:16:59 -07003342
3343 msg.data &= ~MSI_DATA_VECTOR_MASK;
Yinghai Lu497c9a12008-08-19 20:50:28 -07003344 msg.data |= MSI_DATA_VECTOR(cfg->vector);
Eric W. Biederman3b7d1922006-10-04 02:16:59 -07003345 msg.address_lo &= ~MSI_ADDR_DEST_ID_MASK;
3346 msg.address_lo |= MSI_ADDR_DEST_ID(dest);
3347
Yinghai Lu3145e942008-12-05 18:58:34 -08003348 write_msi_msg_desc(desc, &msg);
Eric W. Biederman3b7d1922006-10-04 02:16:59 -07003349}
Ingo Molnar54168ed2008-08-20 09:07:45 +02003350#ifdef CONFIG_INTR_REMAP
3351/*
3352 * Migrate the MSI irq to another cpumask. This migration is
3353 * done in the process context using interrupt-remapping hardware.
3354 */
Mike Travise7986732008-12-16 17:33:52 -08003355static void
3356ir_set_msi_irq_affinity(unsigned int irq, const struct cpumask *mask)
Ingo Molnar54168ed2008-08-20 09:07:45 +02003357{
Yinghai Lu3145e942008-12-05 18:58:34 -08003358 struct irq_desc *desc = irq_to_desc(irq);
Ingo Molnara7883de2008-12-19 00:59:09 +01003359 struct irq_cfg *cfg = desc->chip_data;
Ingo Molnar54168ed2008-08-20 09:07:45 +02003360 unsigned int dest;
Ingo Molnar54168ed2008-08-20 09:07:45 +02003361 struct irte irte;
Ingo Molnar54168ed2008-08-20 09:07:45 +02003362
3363 if (get_irte(irq, &irte))
3364 return;
3365
Mike Travis22f65d32008-12-16 17:33:56 -08003366 dest = set_desc_affinity(desc, mask);
3367 if (dest == BAD_APICID)
Ingo Molnar54168ed2008-08-20 09:07:45 +02003368 return;
3369
Ingo Molnar54168ed2008-08-20 09:07:45 +02003370 irte.vector = cfg->vector;
3371 irte.dest_id = IRTE_DEST(dest);
3372
3373 /*
3374 * atomically update the IRTE with the new destination and vector.
3375 */
3376 modify_irte(irq, &irte);
3377
3378 /*
3379 * After this point, all the interrupts will start arriving
3380 * at the new destination. So, time to cleanup the previous
3381 * vector allocation.
3382 */
Mike Travis22f65d32008-12-16 17:33:56 -08003383 if (cfg->move_in_progress)
3384 send_cleanup_vector(cfg);
Ingo Molnar54168ed2008-08-20 09:07:45 +02003385}
Yinghai Lu3145e942008-12-05 18:58:34 -08003386
Ingo Molnar54168ed2008-08-20 09:07:45 +02003387#endif
Eric W. Biederman3b7d1922006-10-04 02:16:59 -07003388#endif /* CONFIG_SMP */
3389
3390/*
3391 * IRQ Chip for MSI PCI/PCI-X/PCI-Express Devices,
3392 * which implement the MSI or MSI-X Capability Structure.
3393 */
3394static struct irq_chip msi_chip = {
3395 .name = "PCI-MSI",
3396 .unmask = unmask_msi_irq,
3397 .mask = mask_msi_irq,
Yinghai Lu1d025192008-08-19 20:50:34 -07003398 .ack = ack_apic_edge,
Eric W. Biederman3b7d1922006-10-04 02:16:59 -07003399#ifdef CONFIG_SMP
3400 .set_affinity = set_msi_irq_affinity,
3401#endif
3402 .retrigger = ioapic_retrigger_irq,
3403};
3404
Ingo Molnar54168ed2008-08-20 09:07:45 +02003405#ifdef CONFIG_INTR_REMAP
3406static struct irq_chip msi_ir_chip = {
3407 .name = "IR-PCI-MSI",
3408 .unmask = unmask_msi_irq,
3409 .mask = mask_msi_irq,
3410 .ack = ack_x2apic_edge,
3411#ifdef CONFIG_SMP
3412 .set_affinity = ir_set_msi_irq_affinity,
3413#endif
3414 .retrigger = ioapic_retrigger_irq,
3415};
3416
3417/*
3418 * Map the PCI dev to the corresponding remapping hardware unit
3419 * and allocate 'nvec' consecutive interrupt-remapping table entries
3420 * in it.
3421 */
3422static int msi_alloc_irte(struct pci_dev *dev, int irq, int nvec)
3423{
3424 struct intel_iommu *iommu;
3425 int index;
3426
3427 iommu = map_dev_to_ir(dev);
3428 if (!iommu) {
3429 printk(KERN_ERR
3430 "Unable to map PCI %s to iommu\n", pci_name(dev));
3431 return -ENOENT;
3432 }
3433
3434 index = alloc_irte(iommu, irq, nvec);
3435 if (index < 0) {
3436 printk(KERN_ERR
3437 "Unable to allocate %d IRTE for PCI %s\n", nvec,
Thomas Gleixnerd6c88a52008-10-15 15:27:23 +02003438 pci_name(dev));
Ingo Molnar54168ed2008-08-20 09:07:45 +02003439 return -ENOSPC;
3440 }
3441 return index;
3442}
3443#endif
Yinghai Lu1d025192008-08-19 20:50:34 -07003444
Yinghai Lu3145e942008-12-05 18:58:34 -08003445static int setup_msi_irq(struct pci_dev *dev, struct msi_desc *msidesc, int irq)
Yinghai Lu1d025192008-08-19 20:50:34 -07003446{
3447 int ret;
3448 struct msi_msg msg;
3449
3450 ret = msi_compose_msg(dev, irq, &msg);
3451 if (ret < 0)
3452 return ret;
3453
Yinghai Lu3145e942008-12-05 18:58:34 -08003454 set_irq_msi(irq, msidesc);
Yinghai Lu1d025192008-08-19 20:50:34 -07003455 write_msi_msg(irq, &msg);
3456
Ingo Molnar54168ed2008-08-20 09:07:45 +02003457#ifdef CONFIG_INTR_REMAP
3458 if (irq_remapped(irq)) {
3459 struct irq_desc *desc = irq_to_desc(irq);
3460 /*
3461 * irq migration in process context
3462 */
3463 desc->status |= IRQ_MOVE_PCNTXT;
3464 set_irq_chip_and_handler_name(irq, &msi_ir_chip, handle_edge_irq, "edge");
3465 } else
3466#endif
3467 set_irq_chip_and_handler_name(irq, &msi_chip, handle_edge_irq, "edge");
Yinghai Lu1d025192008-08-19 20:50:34 -07003468
Yinghai Luc81bba42008-09-25 11:53:11 -07003469 dev_printk(KERN_DEBUG, &dev->dev, "irq %d for MSI/MSI-X\n", irq);
3470
Yinghai Lu1d025192008-08-19 20:50:34 -07003471 return 0;
3472}
3473
Yinghai Lu047c8fd2008-08-19 20:50:41 -07003474int arch_setup_msi_irqs(struct pci_dev *dev, int nvec, int type)
3475{
Ingo Molnar54168ed2008-08-20 09:07:45 +02003476 unsigned int irq;
3477 int ret, sub_handle;
Yinghai Lu0b8f1ef2008-12-05 18:58:31 -08003478 struct msi_desc *msidesc;
Ingo Molnar54168ed2008-08-20 09:07:45 +02003479 unsigned int irq_want;
Yinghai Lu047c8fd2008-08-19 20:50:41 -07003480
Ingo Molnar54168ed2008-08-20 09:07:45 +02003481#ifdef CONFIG_INTR_REMAP
3482 struct intel_iommu *iommu = 0;
3483 int index = 0;
3484#endif
3485
Yinghai Lube5d5352008-12-05 18:58:33 -08003486 irq_want = nr_irqs_gsi;
Ingo Molnar54168ed2008-08-20 09:07:45 +02003487 sub_handle = 0;
Yinghai Lu0b8f1ef2008-12-05 18:58:31 -08003488 list_for_each_entry(msidesc, &dev->msi_list, list) {
3489 irq = create_irq_nr(irq_want);
Yinghai Lube5d5352008-12-05 18:58:33 -08003490 irq_want++;
Ingo Molnar54168ed2008-08-20 09:07:45 +02003491 if (irq == 0)
3492 return -1;
3493#ifdef CONFIG_INTR_REMAP
3494 if (!intr_remapping_enabled)
3495 goto no_ir;
3496
3497 if (!sub_handle) {
3498 /*
3499 * allocate the consecutive block of IRTE's
3500 * for 'nvec'
3501 */
3502 index = msi_alloc_irte(dev, irq, nvec);
3503 if (index < 0) {
3504 ret = index;
3505 goto error;
3506 }
3507 } else {
3508 iommu = map_dev_to_ir(dev);
3509 if (!iommu) {
3510 ret = -ENOENT;
3511 goto error;
3512 }
3513 /*
3514 * setup the mapping between the irq and the IRTE
3515 * base index, the sub_handle pointing to the
3516 * appropriate interrupt remap table entry.
3517 */
3518 set_irte_irq(irq, iommu, index, sub_handle);
3519 }
3520no_ir:
3521#endif
Yinghai Lu0b8f1ef2008-12-05 18:58:31 -08003522 ret = setup_msi_irq(dev, msidesc, irq);
Ingo Molnar54168ed2008-08-20 09:07:45 +02003523 if (ret < 0)
3524 goto error;
3525 sub_handle++;
3526 }
3527 return 0;
Yinghai Lu047c8fd2008-08-19 20:50:41 -07003528
3529error:
Ingo Molnar54168ed2008-08-20 09:07:45 +02003530 destroy_irq(irq);
3531 return ret;
Yinghai Lu047c8fd2008-08-19 20:50:41 -07003532}
3533
Eric W. Biederman3b7d1922006-10-04 02:16:59 -07003534void arch_teardown_msi_irq(unsigned int irq)
Eric W. Biederman2d3fcc12006-10-04 02:16:43 -07003535{
Eric W. Biedermanf7feaca2007-01-28 12:56:37 -07003536 destroy_irq(irq);
Eric W. Biederman2d3fcc12006-10-04 02:16:43 -07003537}
3538
Ingo Molnar54168ed2008-08-20 09:07:45 +02003539#ifdef CONFIG_DMAR
3540#ifdef CONFIG_SMP
Mike Travis22f65d32008-12-16 17:33:56 -08003541static void dmar_msi_set_affinity(unsigned int irq, const struct cpumask *mask)
Ingo Molnar54168ed2008-08-20 09:07:45 +02003542{
Yinghai Lu3145e942008-12-05 18:58:34 -08003543 struct irq_desc *desc = irq_to_desc(irq);
Ingo Molnar54168ed2008-08-20 09:07:45 +02003544 struct irq_cfg *cfg;
3545 struct msi_msg msg;
3546 unsigned int dest;
Eric W. Biederman2d3fcc12006-10-04 02:16:43 -07003547
Mike Travis22f65d32008-12-16 17:33:56 -08003548 dest = set_desc_affinity(desc, mask);
3549 if (dest == BAD_APICID)
Ingo Molnar54168ed2008-08-20 09:07:45 +02003550 return;
3551
Yinghai Lu3145e942008-12-05 18:58:34 -08003552 cfg = desc->chip_data;
Ingo Molnar54168ed2008-08-20 09:07:45 +02003553
3554 dmar_msi_read(irq, &msg);
3555
3556 msg.data &= ~MSI_DATA_VECTOR_MASK;
3557 msg.data |= MSI_DATA_VECTOR(cfg->vector);
3558 msg.address_lo &= ~MSI_ADDR_DEST_ID_MASK;
3559 msg.address_lo |= MSI_ADDR_DEST_ID(dest);
3560
3561 dmar_msi_write(irq, &msg);
Ingo Molnar54168ed2008-08-20 09:07:45 +02003562}
Yinghai Lu3145e942008-12-05 18:58:34 -08003563
Ingo Molnar54168ed2008-08-20 09:07:45 +02003564#endif /* CONFIG_SMP */
3565
3566struct irq_chip dmar_msi_type = {
3567 .name = "DMAR_MSI",
3568 .unmask = dmar_msi_unmask,
3569 .mask = dmar_msi_mask,
3570 .ack = ack_apic_edge,
3571#ifdef CONFIG_SMP
3572 .set_affinity = dmar_msi_set_affinity,
3573#endif
3574 .retrigger = ioapic_retrigger_irq,
3575};
3576
3577int arch_setup_dmar_msi(unsigned int irq)
3578{
3579 int ret;
3580 struct msi_msg msg;
3581
3582 ret = msi_compose_msg(NULL, irq, &msg);
3583 if (ret < 0)
3584 return ret;
3585 dmar_msi_write(irq, &msg);
3586 set_irq_chip_and_handler_name(irq, &dmar_msi_type, handle_edge_irq,
3587 "edge");
3588 return 0;
3589}
3590#endif
3591
venkatesh.pallipadi@intel.com58ac1e72008-09-05 18:02:17 -07003592#ifdef CONFIG_HPET_TIMER
3593
3594#ifdef CONFIG_SMP
Mike Travis22f65d32008-12-16 17:33:56 -08003595static void hpet_msi_set_affinity(unsigned int irq, const struct cpumask *mask)
venkatesh.pallipadi@intel.com58ac1e72008-09-05 18:02:17 -07003596{
Yinghai Lu3145e942008-12-05 18:58:34 -08003597 struct irq_desc *desc = irq_to_desc(irq);
venkatesh.pallipadi@intel.com58ac1e72008-09-05 18:02:17 -07003598 struct irq_cfg *cfg;
venkatesh.pallipadi@intel.com58ac1e72008-09-05 18:02:17 -07003599 struct msi_msg msg;
3600 unsigned int dest;
venkatesh.pallipadi@intel.com58ac1e72008-09-05 18:02:17 -07003601
Mike Travis22f65d32008-12-16 17:33:56 -08003602 dest = set_desc_affinity(desc, mask);
3603 if (dest == BAD_APICID)
venkatesh.pallipadi@intel.com58ac1e72008-09-05 18:02:17 -07003604 return;
3605
Yinghai Lu3145e942008-12-05 18:58:34 -08003606 cfg = desc->chip_data;
venkatesh.pallipadi@intel.com58ac1e72008-09-05 18:02:17 -07003607
3608 hpet_msi_read(irq, &msg);
3609
3610 msg.data &= ~MSI_DATA_VECTOR_MASK;
3611 msg.data |= MSI_DATA_VECTOR(cfg->vector);
3612 msg.address_lo &= ~MSI_ADDR_DEST_ID_MASK;
3613 msg.address_lo |= MSI_ADDR_DEST_ID(dest);
3614
3615 hpet_msi_write(irq, &msg);
venkatesh.pallipadi@intel.com58ac1e72008-09-05 18:02:17 -07003616}
Yinghai Lu3145e942008-12-05 18:58:34 -08003617
venkatesh.pallipadi@intel.com58ac1e72008-09-05 18:02:17 -07003618#endif /* CONFIG_SMP */
3619
3620struct irq_chip hpet_msi_type = {
3621 .name = "HPET_MSI",
3622 .unmask = hpet_msi_unmask,
3623 .mask = hpet_msi_mask,
3624 .ack = ack_apic_edge,
3625#ifdef CONFIG_SMP
3626 .set_affinity = hpet_msi_set_affinity,
3627#endif
3628 .retrigger = ioapic_retrigger_irq,
3629};
3630
3631int arch_setup_hpet_msi(unsigned int irq)
3632{
3633 int ret;
3634 struct msi_msg msg;
3635
3636 ret = msi_compose_msg(NULL, irq, &msg);
3637 if (ret < 0)
3638 return ret;
3639
3640 hpet_msi_write(irq, &msg);
3641 set_irq_chip_and_handler_name(irq, &hpet_msi_type, handle_edge_irq,
3642 "edge");
Yinghai Luc81bba42008-09-25 11:53:11 -07003643
venkatesh.pallipadi@intel.com58ac1e72008-09-05 18:02:17 -07003644 return 0;
3645}
3646#endif
3647
Ingo Molnar54168ed2008-08-20 09:07:45 +02003648#endif /* CONFIG_PCI_MSI */
Eric W. Biederman8b955b02006-10-04 02:16:55 -07003649/*
3650 * Hypertransport interrupt support
3651 */
3652#ifdef CONFIG_HT_IRQ
3653
3654#ifdef CONFIG_SMP
3655
Yinghai Lu497c9a12008-08-19 20:50:28 -07003656static void target_ht_irq(unsigned int irq, unsigned int dest, u8 vector)
Eric W. Biederman8b955b02006-10-04 02:16:55 -07003657{
Eric W. Biedermanec683072006-11-08 17:44:57 -08003658 struct ht_irq_msg msg;
3659 fetch_ht_irq_msg(irq, &msg);
Eric W. Biederman8b955b02006-10-04 02:16:55 -07003660
Yinghai Lu497c9a12008-08-19 20:50:28 -07003661 msg.address_lo &= ~(HT_IRQ_LOW_VECTOR_MASK | HT_IRQ_LOW_DEST_ID_MASK);
Eric W. Biedermanec683072006-11-08 17:44:57 -08003662 msg.address_hi &= ~(HT_IRQ_HIGH_DEST_ID_MASK);
Eric W. Biederman8b955b02006-10-04 02:16:55 -07003663
Yinghai Lu497c9a12008-08-19 20:50:28 -07003664 msg.address_lo |= HT_IRQ_LOW_VECTOR(vector) | HT_IRQ_LOW_DEST_ID(dest);
Eric W. Biedermanec683072006-11-08 17:44:57 -08003665 msg.address_hi |= HT_IRQ_HIGH_DEST_ID(dest);
Eric W. Biederman8b955b02006-10-04 02:16:55 -07003666
Eric W. Biedermanec683072006-11-08 17:44:57 -08003667 write_ht_irq_msg(irq, &msg);
Eric W. Biederman8b955b02006-10-04 02:16:55 -07003668}
3669
Mike Travis22f65d32008-12-16 17:33:56 -08003670static void set_ht_irq_affinity(unsigned int irq, const struct cpumask *mask)
Eric W. Biederman8b955b02006-10-04 02:16:55 -07003671{
Yinghai Lu3145e942008-12-05 18:58:34 -08003672 struct irq_desc *desc = irq_to_desc(irq);
Yinghai Lu497c9a12008-08-19 20:50:28 -07003673 struct irq_cfg *cfg;
Eric W. Biederman8b955b02006-10-04 02:16:55 -07003674 unsigned int dest;
Eric W. Biederman8b955b02006-10-04 02:16:55 -07003675
Mike Travis22f65d32008-12-16 17:33:56 -08003676 dest = set_desc_affinity(desc, mask);
3677 if (dest == BAD_APICID)
Yinghai Lu497c9a12008-08-19 20:50:28 -07003678 return;
Eric W. Biederman8b955b02006-10-04 02:16:55 -07003679
Yinghai Lu3145e942008-12-05 18:58:34 -08003680 cfg = desc->chip_data;
Eric W. Biederman8b955b02006-10-04 02:16:55 -07003681
Yinghai Lu497c9a12008-08-19 20:50:28 -07003682 target_ht_irq(irq, dest, cfg->vector);
Eric W. Biederman8b955b02006-10-04 02:16:55 -07003683}
Yinghai Lu3145e942008-12-05 18:58:34 -08003684
Eric W. Biederman8b955b02006-10-04 02:16:55 -07003685#endif
3686
Aneesh Kumar K.Vc37e1082006-10-11 01:20:43 -07003687static struct irq_chip ht_irq_chip = {
Eric W. Biederman8b955b02006-10-04 02:16:55 -07003688 .name = "PCI-HT",
3689 .mask = mask_ht_irq,
3690 .unmask = unmask_ht_irq,
Yinghai Lu1d025192008-08-19 20:50:34 -07003691 .ack = ack_apic_edge,
Eric W. Biederman8b955b02006-10-04 02:16:55 -07003692#ifdef CONFIG_SMP
3693 .set_affinity = set_ht_irq_affinity,
3694#endif
3695 .retrigger = ioapic_retrigger_irq,
3696};
3697
3698int arch_setup_ht_irq(unsigned int irq, struct pci_dev *dev)
3699{
Yinghai Lu497c9a12008-08-19 20:50:28 -07003700 struct irq_cfg *cfg;
3701 int err;
Eric W. Biederman8b955b02006-10-04 02:16:55 -07003702
Jan Beulichf1182632009-01-14 12:27:35 +00003703 if (disable_apic)
3704 return -ENXIO;
3705
Yinghai Lu3145e942008-12-05 18:58:34 -08003706 cfg = irq_cfg(irq);
Ingo Molnarfe402e12009-01-28 04:32:51 +01003707 err = assign_irq_vector(irq, cfg, apic->target_cpus());
Ingo Molnar54168ed2008-08-20 09:07:45 +02003708 if (!err) {
Eric W. Biedermanec683072006-11-08 17:44:57 -08003709 struct ht_irq_msg msg;
Eric W. Biederman8b955b02006-10-04 02:16:55 -07003710 unsigned dest;
Eric W. Biederman8b955b02006-10-04 02:16:55 -07003711
Ingo Molnardebccb32009-01-28 15:20:18 +01003712 dest = apic->cpu_mask_to_apicid_and(cfg->domain,
3713 apic->target_cpus());
Eric W. Biederman8b955b02006-10-04 02:16:55 -07003714
Eric W. Biedermanec683072006-11-08 17:44:57 -08003715 msg.address_hi = HT_IRQ_HIGH_DEST_ID(dest);
Eric W. Biederman8b955b02006-10-04 02:16:55 -07003716
Eric W. Biedermanec683072006-11-08 17:44:57 -08003717 msg.address_lo =
3718 HT_IRQ_LOW_BASE |
Eric W. Biederman8b955b02006-10-04 02:16:55 -07003719 HT_IRQ_LOW_DEST_ID(dest) |
Yinghai Lu497c9a12008-08-19 20:50:28 -07003720 HT_IRQ_LOW_VECTOR(cfg->vector) |
Ingo Molnar9b5bc8d2009-01-28 04:09:58 +01003721 ((apic->irq_dest_mode == 0) ?
Eric W. Biederman8b955b02006-10-04 02:16:55 -07003722 HT_IRQ_LOW_DM_PHYSICAL :
3723 HT_IRQ_LOW_DM_LOGICAL) |
3724 HT_IRQ_LOW_RQEOI_EDGE |
Ingo Molnar9b5bc8d2009-01-28 04:09:58 +01003725 ((apic->irq_delivery_mode != dest_LowestPrio) ?
Eric W. Biederman8b955b02006-10-04 02:16:55 -07003726 HT_IRQ_LOW_MT_FIXED :
3727 HT_IRQ_LOW_MT_ARBITRATED) |
3728 HT_IRQ_LOW_IRQ_MASKED;
3729
Eric W. Biedermanec683072006-11-08 17:44:57 -08003730 write_ht_irq_msg(irq, &msg);
Eric W. Biederman8b955b02006-10-04 02:16:55 -07003731
Ingo Molnara460e742006-10-17 00:10:03 -07003732 set_irq_chip_and_handler_name(irq, &ht_irq_chip,
3733 handle_edge_irq, "edge");
Yinghai Luc81bba42008-09-25 11:53:11 -07003734
3735 dev_printk(KERN_DEBUG, &dev->dev, "irq %d for HT\n", irq);
Eric W. Biederman8b955b02006-10-04 02:16:55 -07003736 }
Yinghai Lu497c9a12008-08-19 20:50:28 -07003737 return err;
Eric W. Biederman8b955b02006-10-04 02:16:55 -07003738}
3739#endif /* CONFIG_HT_IRQ */
3740
Nick Piggin03b48632009-01-20 04:36:04 +01003741#ifdef CONFIG_X86_UV
Dean Nelson4173a0e2008-10-02 12:18:21 -05003742/*
3743 * Re-target the irq to the specified CPU and enable the specified MMR located
3744 * on the specified blade to allow the sending of MSIs to the specified CPU.
3745 */
3746int arch_enable_uv_irq(char *irq_name, unsigned int irq, int cpu, int mmr_blade,
3747 unsigned long mmr_offset)
3748{
Mike Travis22f65d32008-12-16 17:33:56 -08003749 const struct cpumask *eligible_cpu = cpumask_of(cpu);
Dean Nelson4173a0e2008-10-02 12:18:21 -05003750 struct irq_cfg *cfg;
3751 int mmr_pnode;
3752 unsigned long mmr_value;
3753 struct uv_IO_APIC_route_entry *entry;
3754 unsigned long flags;
3755 int err;
3756
Yinghai Lu3145e942008-12-05 18:58:34 -08003757 cfg = irq_cfg(irq);
3758
Mike Travise7986732008-12-16 17:33:52 -08003759 err = assign_irq_vector(irq, cfg, eligible_cpu);
Dean Nelson4173a0e2008-10-02 12:18:21 -05003760 if (err != 0)
3761 return err;
3762
3763 spin_lock_irqsave(&vector_lock, flags);
3764 set_irq_chip_and_handler_name(irq, &uv_irq_chip, handle_percpu_irq,
3765 irq_name);
3766 spin_unlock_irqrestore(&vector_lock, flags);
3767
Dean Nelson4173a0e2008-10-02 12:18:21 -05003768 mmr_value = 0;
3769 entry = (struct uv_IO_APIC_route_entry *)&mmr_value;
3770 BUG_ON(sizeof(struct uv_IO_APIC_route_entry) != sizeof(unsigned long));
3771
3772 entry->vector = cfg->vector;
Ingo Molnar9b5bc8d2009-01-28 04:09:58 +01003773 entry->delivery_mode = apic->irq_delivery_mode;
3774 entry->dest_mode = apic->irq_dest_mode;
Dean Nelson4173a0e2008-10-02 12:18:21 -05003775 entry->polarity = 0;
3776 entry->trigger = 0;
3777 entry->mask = 0;
Ingo Molnardebccb32009-01-28 15:20:18 +01003778 entry->dest = apic->cpu_mask_to_apicid(eligible_cpu);
Dean Nelson4173a0e2008-10-02 12:18:21 -05003779
3780 mmr_pnode = uv_blade_to_pnode(mmr_blade);
3781 uv_write_global_mmr64(mmr_pnode, mmr_offset, mmr_value);
3782
3783 return irq;
3784}
3785
3786/*
3787 * Disable the specified MMR located on the specified blade so that MSIs are
3788 * longer allowed to be sent.
3789 */
3790void arch_disable_uv_irq(int mmr_blade, unsigned long mmr_offset)
3791{
3792 unsigned long mmr_value;
3793 struct uv_IO_APIC_route_entry *entry;
3794 int mmr_pnode;
3795
3796 mmr_value = 0;
3797 entry = (struct uv_IO_APIC_route_entry *)&mmr_value;
3798 BUG_ON(sizeof(struct uv_IO_APIC_route_entry) != sizeof(unsigned long));
3799
3800 entry->mask = 1;
3801
3802 mmr_pnode = uv_blade_to_pnode(mmr_blade);
3803 uv_write_global_mmr64(mmr_pnode, mmr_offset, mmr_value);
3804}
3805#endif /* CONFIG_X86_64 */
3806
Yinghai Lu9d6a4d02008-08-19 20:50:52 -07003807int __init io_apic_get_redir_entries (int ioapic)
3808{
3809 union IO_APIC_reg_01 reg_01;
3810 unsigned long flags;
3811
3812 spin_lock_irqsave(&ioapic_lock, flags);
3813 reg_01.raw = io_apic_read(ioapic, 1);
3814 spin_unlock_irqrestore(&ioapic_lock, flags);
3815
3816 return reg_01.bits.entries;
3817}
3818
Yinghai Lube5d5352008-12-05 18:58:33 -08003819void __init probe_nr_irqs_gsi(void)
Yinghai Lu9d6a4d02008-08-19 20:50:52 -07003820{
Yinghai Lube5d5352008-12-05 18:58:33 -08003821 int idx;
3822 int nr = 0;
3823
3824 for (idx = 0; idx < nr_ioapics; idx++)
3825 nr += io_apic_get_redir_entries(idx) + 1;
3826
3827 if (nr > nr_irqs_gsi)
3828 nr_irqs_gsi = nr;
Yinghai Lu9d6a4d02008-08-19 20:50:52 -07003829}
3830
Yinghai Lu4a046d12009-01-12 17:39:24 -08003831#ifdef CONFIG_SPARSE_IRQ
3832int __init arch_probe_nr_irqs(void)
3833{
3834 int nr;
3835
3836 nr = ((8 * nr_cpu_ids) > (32 * nr_ioapics) ?
3837 (NR_VECTORS + (8 * nr_cpu_ids)) :
3838 (NR_VECTORS + (32 * nr_ioapics)));
3839
3840 if (nr < nr_irqs && nr > nr_irqs_gsi)
3841 nr_irqs = nr;
3842
3843 return 0;
3844}
3845#endif
3846
Linus Torvalds1da177e2005-04-16 15:20:36 -07003847/* --------------------------------------------------------------------------
Ingo Molnar54168ed2008-08-20 09:07:45 +02003848 ACPI-based IOAPIC Configuration
Linus Torvalds1da177e2005-04-16 15:20:36 -07003849 -------------------------------------------------------------------------- */
3850
Len Brown888ba6c2005-08-24 12:07:20 -04003851#ifdef CONFIG_ACPI
Linus Torvalds1da177e2005-04-16 15:20:36 -07003852
Ingo Molnar54168ed2008-08-20 09:07:45 +02003853#ifdef CONFIG_X86_32
Paolo Ciarrocchi36062442008-06-08 13:07:18 +02003854int __init io_apic_get_unique_id(int ioapic, int apic_id)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003855{
3856 union IO_APIC_reg_00 reg_00;
3857 static physid_mask_t apic_id_map = PHYSID_MASK_NONE;
3858 physid_mask_t tmp;
3859 unsigned long flags;
3860 int i = 0;
3861
3862 /*
Paolo Ciarrocchi36062442008-06-08 13:07:18 +02003863 * The P4 platform supports up to 256 APIC IDs on two separate APIC
3864 * buses (one for LAPICs, one for IOAPICs), where predecessors only
Linus Torvalds1da177e2005-04-16 15:20:36 -07003865 * supports up to 16 on one shared APIC bus.
Paolo Ciarrocchi36062442008-06-08 13:07:18 +02003866 *
Linus Torvalds1da177e2005-04-16 15:20:36 -07003867 * TBD: Expand LAPIC/IOAPIC support on P4-class systems to take full
3868 * advantage of new APIC bus architecture.
3869 */
3870
3871 if (physids_empty(apic_id_map))
Ingo Molnard190cb82009-01-28 06:50:47 +01003872 apic_id_map = apic->ioapic_phys_id_map(phys_cpu_present_map);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003873
3874 spin_lock_irqsave(&ioapic_lock, flags);
3875 reg_00.raw = io_apic_read(ioapic, 0);
3876 spin_unlock_irqrestore(&ioapic_lock, flags);
3877
3878 if (apic_id >= get_physical_broadcast()) {
3879 printk(KERN_WARNING "IOAPIC[%d]: Invalid apic_id %d, trying "
3880 "%d\n", ioapic, apic_id, reg_00.bits.ID);
3881 apic_id = reg_00.bits.ID;
3882 }
3883
3884 /*
Paolo Ciarrocchi36062442008-06-08 13:07:18 +02003885 * Every APIC in a system must have a unique ID or we get lots of nice
Linus Torvalds1da177e2005-04-16 15:20:36 -07003886 * 'stuck on smp_invalidate_needed IPI wait' messages.
3887 */
Ingo Molnard1d7cae2009-01-28 05:41:42 +01003888 if (apic->check_apicid_used(apic_id_map, apic_id)) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07003889
3890 for (i = 0; i < get_physical_broadcast(); i++) {
Ingo Molnard1d7cae2009-01-28 05:41:42 +01003891 if (!apic->check_apicid_used(apic_id_map, i))
Linus Torvalds1da177e2005-04-16 15:20:36 -07003892 break;
3893 }
3894
3895 if (i == get_physical_broadcast())
3896 panic("Max apic_id exceeded!\n");
3897
3898 printk(KERN_WARNING "IOAPIC[%d]: apic_id %d already used, "
3899 "trying %d\n", ioapic, apic_id, i);
3900
3901 apic_id = i;
Paolo Ciarrocchi36062442008-06-08 13:07:18 +02003902 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07003903
Ingo Molnar80587142009-01-28 06:50:47 +01003904 tmp = apic->apicid_to_cpu_present(apic_id);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003905 physids_or(apic_id_map, apic_id_map, tmp);
3906
3907 if (reg_00.bits.ID != apic_id) {
3908 reg_00.bits.ID = apic_id;
3909
3910 spin_lock_irqsave(&ioapic_lock, flags);
3911 io_apic_write(ioapic, 0, reg_00.raw);
3912 reg_00.raw = io_apic_read(ioapic, 0);
3913 spin_unlock_irqrestore(&ioapic_lock, flags);
3914
3915 /* Sanity check */
Andreas Deresch6070f9e2006-02-26 04:18:34 +01003916 if (reg_00.bits.ID != apic_id) {
3917 printk("IOAPIC[%d]: Unable to change apic_id!\n", ioapic);
3918 return -1;
3919 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07003920 }
3921
3922 apic_printk(APIC_VERBOSE, KERN_INFO
3923 "IOAPIC[%d]: Assigned apic_id %d\n", ioapic, apic_id);
3924
3925 return apic_id;
3926}
3927
Paolo Ciarrocchi36062442008-06-08 13:07:18 +02003928int __init io_apic_get_version(int ioapic)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003929{
3930 union IO_APIC_reg_01 reg_01;
3931 unsigned long flags;
3932
3933 spin_lock_irqsave(&ioapic_lock, flags);
3934 reg_01.raw = io_apic_read(ioapic, 1);
3935 spin_unlock_irqrestore(&ioapic_lock, flags);
3936
3937 return reg_01.bits.version;
3938}
Ingo Molnar54168ed2008-08-20 09:07:45 +02003939#endif
Linus Torvalds1da177e2005-04-16 15:20:36 -07003940
Ingo Molnar54168ed2008-08-20 09:07:45 +02003941int io_apic_set_pci_routing (int ioapic, int pin, int irq, int triggering, int polarity)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003942{
Yinghai Lu0b8f1ef2008-12-05 18:58:31 -08003943 struct irq_desc *desc;
3944 struct irq_cfg *cfg;
3945 int cpu = boot_cpu_id;
3946
Linus Torvalds1da177e2005-04-16 15:20:36 -07003947 if (!IO_APIC_IRQ(irq)) {
Ingo Molnar54168ed2008-08-20 09:07:45 +02003948 apic_printk(APIC_QUIET,KERN_ERR "IOAPIC[%d]: Invalid reference to IRQ 0\n",
Linus Torvalds1da177e2005-04-16 15:20:36 -07003949 ioapic);
3950 return -EINVAL;
3951 }
3952
Yinghai Lu0b8f1ef2008-12-05 18:58:31 -08003953 desc = irq_to_desc_alloc_cpu(irq, cpu);
3954 if (!desc) {
3955 printk(KERN_INFO "can not get irq_desc %d\n", irq);
3956 return 0;
3957 }
3958
Linus Torvalds1da177e2005-04-16 15:20:36 -07003959 /*
Linus Torvalds1da177e2005-04-16 15:20:36 -07003960 * IRQs < 16 are already in the irq_2_pin[] map
3961 */
Yinghai Lu99d093d2008-12-05 18:58:32 -08003962 if (irq >= NR_IRQS_LEGACY) {
Yinghai Lu0b8f1ef2008-12-05 18:58:31 -08003963 cfg = desc->chip_data;
Yinghai Lu3145e942008-12-05 18:58:34 -08003964 add_pin_to_irq_cpu(cfg, cpu, ioapic, pin);
Yinghai Lu0b8f1ef2008-12-05 18:58:31 -08003965 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07003966
Yinghai Lu3145e942008-12-05 18:58:34 -08003967 setup_IO_APIC_irq(ioapic, pin, irq, desc, triggering, polarity);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003968
3969 return 0;
3970}
3971
Ingo Molnar54168ed2008-08-20 09:07:45 +02003972
Shaohua Li61fd47e2007-11-17 01:05:28 -05003973int acpi_get_override_irq(int bus_irq, int *trigger, int *polarity)
3974{
3975 int i;
3976
3977 if (skip_ioapic_setup)
3978 return -1;
3979
3980 for (i = 0; i < mp_irq_entries; i++)
Jaswinder Singh Rajputc2c21742009-01-12 17:47:22 +05303981 if (mp_irqs[i].irqtype == mp_INT &&
3982 mp_irqs[i].srcbusirq == bus_irq)
Shaohua Li61fd47e2007-11-17 01:05:28 -05003983 break;
3984 if (i >= mp_irq_entries)
3985 return -1;
3986
3987 *trigger = irq_trigger(i);
3988 *polarity = irq_polarity(i);
3989 return 0;
3990}
3991
Len Brown888ba6c2005-08-24 12:07:20 -04003992#endif /* CONFIG_ACPI */
Rusty Russell1a3f2392006-09-26 10:52:32 +02003993
Yinghai Lu497c9a12008-08-19 20:50:28 -07003994/*
3995 * This function currently is only a helper for the i386 smp boot process where
3996 * we need to reprogram the ioredtbls to cater for the cpus which have come online
Ingo Molnarfe402e12009-01-28 04:32:51 +01003997 * so mask in all cases should simply be apic->target_cpus()
Yinghai Lu497c9a12008-08-19 20:50:28 -07003998 */
3999#ifdef CONFIG_SMP
4000void __init setup_ioapic_dest(void)
4001{
4002 int pin, ioapic, irq, irq_entry;
Thomas Gleixner6c2e9402008-11-07 12:33:49 +01004003 struct irq_desc *desc;
Yinghai Lu497c9a12008-08-19 20:50:28 -07004004 struct irq_cfg *cfg;
Mike Travis22f65d32008-12-16 17:33:56 -08004005 const struct cpumask *mask;
Yinghai Lu497c9a12008-08-19 20:50:28 -07004006
4007 if (skip_ioapic_setup == 1)
4008 return;
4009
4010 for (ioapic = 0; ioapic < nr_ioapics; ioapic++) {
4011 for (pin = 0; pin < nr_ioapic_registers[ioapic]; pin++) {
4012 irq_entry = find_irq_entry(ioapic, pin, mp_INT);
4013 if (irq_entry == -1)
4014 continue;
4015 irq = pin_2_irq(irq_entry, ioapic, pin);
4016
4017 /* setup_IO_APIC_irqs could fail to get vector for some device
4018 * when you have too many devices, because at that time only boot
4019 * cpu is online.
4020 */
Yinghai Lu0b8f1ef2008-12-05 18:58:31 -08004021 desc = irq_to_desc(irq);
4022 cfg = desc->chip_data;
Thomas Gleixner6c2e9402008-11-07 12:33:49 +01004023 if (!cfg->vector) {
Yinghai Lu3145e942008-12-05 18:58:34 -08004024 setup_IO_APIC_irq(ioapic, pin, irq, desc,
Yinghai Lu497c9a12008-08-19 20:50:28 -07004025 irq_trigger(irq_entry),
4026 irq_polarity(irq_entry));
Thomas Gleixner6c2e9402008-11-07 12:33:49 +01004027 continue;
4028
4029 }
4030
4031 /*
4032 * Honour affinities which have been set in early boot
4033 */
Thomas Gleixner6c2e9402008-11-07 12:33:49 +01004034 if (desc->status &
4035 (IRQ_NO_BALANCING | IRQ_AFFINITY_SET))
Mike Travis7f7ace02009-01-10 21:58:08 -08004036 mask = desc->affinity;
Ingo Molnar54168ed2008-08-20 09:07:45 +02004037 else
Ingo Molnarfe402e12009-01-28 04:32:51 +01004038 mask = apic->target_cpus();
Thomas Gleixner6c2e9402008-11-07 12:33:49 +01004039
4040#ifdef CONFIG_INTR_REMAP
4041 if (intr_remapping_enabled)
Yinghai Lu3145e942008-12-05 18:58:34 -08004042 set_ir_ioapic_affinity_irq_desc(desc, mask);
Thomas Gleixner6c2e9402008-11-07 12:33:49 +01004043 else
4044#endif
Yinghai Lu3145e942008-12-05 18:58:34 -08004045 set_ioapic_affinity_irq_desc(desc, mask);
Yinghai Lu497c9a12008-08-19 20:50:28 -07004046 }
4047
4048 }
4049}
4050#endif
4051
Ingo Molnar54168ed2008-08-20 09:07:45 +02004052#define IOAPIC_RESOURCE_NAME_SIZE 11
4053
4054static struct resource *ioapic_resources;
4055
4056static struct resource * __init ioapic_setup_resources(void)
4057{
4058 unsigned long n;
4059 struct resource *res;
4060 char *mem;
4061 int i;
4062
4063 if (nr_ioapics <= 0)
4064 return NULL;
4065
4066 n = IOAPIC_RESOURCE_NAME_SIZE + sizeof(struct resource);
4067 n *= nr_ioapics;
4068
4069 mem = alloc_bootmem(n);
4070 res = (void *)mem;
4071
4072 if (mem != NULL) {
4073 mem += sizeof(struct resource) * nr_ioapics;
4074
4075 for (i = 0; i < nr_ioapics; i++) {
4076 res[i].name = mem;
4077 res[i].flags = IORESOURCE_MEM | IORESOURCE_BUSY;
4078 sprintf(mem, "IOAPIC %u", i);
4079 mem += IOAPIC_RESOURCE_NAME_SIZE;
4080 }
4081 }
4082
4083 ioapic_resources = res;
4084
4085 return res;
4086}
Ingo Molnar54168ed2008-08-20 09:07:45 +02004087
Yinghai Luf3294a32008-06-27 01:41:56 -07004088void __init ioapic_init_mappings(void)
4089{
4090 unsigned long ioapic_phys, idx = FIX_IO_APIC_BASE_0;
Ingo Molnar54168ed2008-08-20 09:07:45 +02004091 struct resource *ioapic_res;
Thomas Gleixnerd6c88a52008-10-15 15:27:23 +02004092 int i;
Yinghai Luf3294a32008-06-27 01:41:56 -07004093
Ingo Molnar54168ed2008-08-20 09:07:45 +02004094 ioapic_res = ioapic_setup_resources();
Yinghai Luf3294a32008-06-27 01:41:56 -07004095 for (i = 0; i < nr_ioapics; i++) {
4096 if (smp_found_config) {
Jaswinder Singh Rajputb5ba7e62009-01-12 17:46:17 +05304097 ioapic_phys = mp_ioapics[i].apicaddr;
Ingo Molnar54168ed2008-08-20 09:07:45 +02004098#ifdef CONFIG_X86_32
Thomas Gleixnerd6c88a52008-10-15 15:27:23 +02004099 if (!ioapic_phys) {
4100 printk(KERN_ERR
4101 "WARNING: bogus zero IO-APIC "
4102 "address found in MPTABLE, "
4103 "disabling IO/APIC support!\n");
4104 smp_found_config = 0;
4105 skip_ioapic_setup = 1;
4106 goto fake_ioapic_page;
4107 }
Ingo Molnar54168ed2008-08-20 09:07:45 +02004108#endif
Yinghai Luf3294a32008-06-27 01:41:56 -07004109 } else {
Ingo Molnar54168ed2008-08-20 09:07:45 +02004110#ifdef CONFIG_X86_32
Yinghai Luf3294a32008-06-27 01:41:56 -07004111fake_ioapic_page:
Ingo Molnar54168ed2008-08-20 09:07:45 +02004112#endif
Yinghai Luf3294a32008-06-27 01:41:56 -07004113 ioapic_phys = (unsigned long)
Ingo Molnar54168ed2008-08-20 09:07:45 +02004114 alloc_bootmem_pages(PAGE_SIZE);
Yinghai Luf3294a32008-06-27 01:41:56 -07004115 ioapic_phys = __pa(ioapic_phys);
4116 }
4117 set_fixmap_nocache(idx, ioapic_phys);
Ingo Molnar54168ed2008-08-20 09:07:45 +02004118 apic_printk(APIC_VERBOSE,
4119 "mapped IOAPIC to %08lx (%08lx)\n",
4120 __fix_to_virt(idx), ioapic_phys);
Yinghai Luf3294a32008-06-27 01:41:56 -07004121 idx++;
Ingo Molnar54168ed2008-08-20 09:07:45 +02004122
Ingo Molnar54168ed2008-08-20 09:07:45 +02004123 if (ioapic_res != NULL) {
4124 ioapic_res->start = ioapic_phys;
4125 ioapic_res->end = ioapic_phys + (4 * 1024) - 1;
4126 ioapic_res++;
4127 }
Yinghai Luf3294a32008-06-27 01:41:56 -07004128 }
4129}
4130
Ingo Molnar54168ed2008-08-20 09:07:45 +02004131static int __init ioapic_insert_resources(void)
4132{
4133 int i;
4134 struct resource *r = ioapic_resources;
4135
4136 if (!r) {
4137 printk(KERN_ERR
4138 "IO APIC resources could be not be allocated.\n");
4139 return -1;
4140 }
4141
4142 for (i = 0; i < nr_ioapics; i++) {
4143 insert_resource(&iomem_resource, r);
4144 r++;
4145 }
4146
4147 return 0;
4148}
4149
4150/* Insert the IO APIC resources after PCI initialization has occured to handle
4151 * IO APICS that are mapped in on a BAR in PCI space. */
4152late_initcall(ioapic_insert_resources);