x86, irq: Kill io_apic_renumber_irq
[linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git] / arch / x86 / kernel / apic / io_apic.c
blobd174d8866547e6a6297135e841e0188aecff50e4
1 /*
2 * Intel IO-APIC support for multi-Pentium hosts.
4 * Copyright (C) 1997, 1998, 1999, 2000, 2009 Ingo Molnar, Hajnalka Szabo
6 * Many thanks to Stig Venaas for trying out countless experimental
7 * patches and reporting/debugging problems patiently!
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>
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
23 #include <linux/mm.h>
24 #include <linux/interrupt.h>
25 #include <linux/init.h>
26 #include <linux/delay.h>
27 #include <linux/sched.h>
28 #include <linux/pci.h>
29 #include <linux/mc146818rtc.h>
30 #include <linux/compiler.h>
31 #include <linux/acpi.h>
32 #include <linux/module.h>
33 #include <linux/sysdev.h>
34 #include <linux/msi.h>
35 #include <linux/htirq.h>
36 #include <linux/freezer.h>
37 #include <linux/kthread.h>
38 #include <linux/jiffies.h> /* time_after() */
39 #include <linux/slab.h>
40 #ifdef CONFIG_ACPI
41 #include <acpi/acpi_bus.h>
42 #endif
43 #include <linux/bootmem.h>
44 #include <linux/dmar.h>
45 #include <linux/hpet.h>
47 #include <asm/idle.h>
48 #include <asm/io.h>
49 #include <asm/smp.h>
50 #include <asm/cpu.h>
51 #include <asm/desc.h>
52 #include <asm/proto.h>
53 #include <asm/acpi.h>
54 #include <asm/dma.h>
55 #include <asm/timer.h>
56 #include <asm/i8259.h>
57 #include <asm/nmi.h>
58 #include <asm/msidef.h>
59 #include <asm/hypertransport.h>
60 #include <asm/setup.h>
61 #include <asm/irq_remapping.h>
62 #include <asm/hpet.h>
63 #include <asm/hw_irq.h>
65 #include <asm/apic.h>
67 #define __apicdebuginit(type) static type __init
68 #define for_each_irq_pin(entry, head) \
69 for (entry = head; entry; entry = entry->next)
72 * Is the SiS APIC rmw bug present ?
73 * -1 = don't know, 0 = no, 1 = yes
75 int sis_apic_bug = -1;
77 static DEFINE_RAW_SPINLOCK(ioapic_lock);
78 static DEFINE_RAW_SPINLOCK(vector_lock);
81 * # of IRQ routing registers
83 int nr_ioapic_registers[MAX_IO_APICS];
85 /* I/O APIC entries */
86 struct mpc_ioapic mp_ioapics[MAX_IO_APICS];
87 int nr_ioapics;
89 /* IO APIC gsi routing info */
90 struct mp_ioapic_gsi mp_gsi_routing[MAX_IO_APICS];
92 /* The last gsi number used */
93 u32 gsi_end;
95 /* MP IRQ source entries */
96 struct mpc_intsrc mp_irqs[MAX_IRQ_SOURCES];
98 /* # of MP IRQ source entries */
99 int mp_irq_entries;
101 /* GSI interrupts */
102 static int nr_irqs_gsi = NR_IRQS_LEGACY;
104 #if defined (CONFIG_MCA) || defined (CONFIG_EISA)
105 int mp_bus_id_to_type[MAX_MP_BUSSES];
106 #endif
108 DECLARE_BITMAP(mp_bus_not_pci, MAX_MP_BUSSES);
110 int skip_ioapic_setup;
112 void arch_disable_smp_support(void)
114 #ifdef CONFIG_PCI
115 noioapicquirk = 1;
116 noioapicreroute = -1;
117 #endif
118 skip_ioapic_setup = 1;
121 static int __init parse_noapic(char *str)
123 /* disable IO-APIC */
124 arch_disable_smp_support();
125 return 0;
127 early_param("noapic", parse_noapic);
129 struct irq_pin_list {
130 int apic, pin;
131 struct irq_pin_list *next;
134 static struct irq_pin_list *get_one_free_irq_2_pin(int node)
136 struct irq_pin_list *pin;
138 pin = kzalloc_node(sizeof(*pin), GFP_ATOMIC, node);
140 return pin;
143 /* irq_cfg is indexed by the sum of all RTEs in all I/O APICs. */
144 #ifdef CONFIG_SPARSE_IRQ
145 static struct irq_cfg irq_cfgx[NR_IRQS_LEGACY];
146 #else
147 static struct irq_cfg irq_cfgx[NR_IRQS];
148 #endif
150 int __init arch_early_irq_init(void)
152 struct irq_cfg *cfg;
153 struct irq_desc *desc;
154 int count;
155 int node;
156 int i;
158 if (!legacy_pic->nr_legacy_irqs) {
159 nr_irqs_gsi = 0;
160 io_apic_irqs = ~0UL;
163 cfg = irq_cfgx;
164 count = ARRAY_SIZE(irq_cfgx);
165 node= cpu_to_node(boot_cpu_id);
167 for (i = 0; i < count; i++) {
168 desc = irq_to_desc(i);
169 desc->chip_data = &cfg[i];
170 zalloc_cpumask_var_node(&cfg[i].domain, GFP_NOWAIT, node);
171 zalloc_cpumask_var_node(&cfg[i].old_domain, GFP_NOWAIT, node);
173 * For legacy IRQ's, start with assigning irq0 to irq15 to
174 * IRQ0_VECTOR to IRQ15_VECTOR on cpu 0.
176 if (i < legacy_pic->nr_legacy_irqs) {
177 cfg[i].vector = IRQ0_VECTOR + i;
178 cpumask_set_cpu(0, cfg[i].domain);
182 return 0;
185 #ifdef CONFIG_SPARSE_IRQ
186 struct irq_cfg *irq_cfg(unsigned int irq)
188 struct irq_cfg *cfg = NULL;
189 struct irq_desc *desc;
191 desc = irq_to_desc(irq);
192 if (desc)
193 cfg = desc->chip_data;
195 return cfg;
198 static struct irq_cfg *get_one_free_irq_cfg(int node)
200 struct irq_cfg *cfg;
202 cfg = kzalloc_node(sizeof(*cfg), GFP_ATOMIC, node);
203 if (cfg) {
204 if (!zalloc_cpumask_var_node(&cfg->domain, GFP_ATOMIC, node)) {
205 kfree(cfg);
206 cfg = NULL;
207 } else if (!zalloc_cpumask_var_node(&cfg->old_domain,
208 GFP_ATOMIC, node)) {
209 free_cpumask_var(cfg->domain);
210 kfree(cfg);
211 cfg = NULL;
215 return cfg;
218 int arch_init_chip_data(struct irq_desc *desc, int node)
220 struct irq_cfg *cfg;
222 cfg = desc->chip_data;
223 if (!cfg) {
224 desc->chip_data = get_one_free_irq_cfg(node);
225 if (!desc->chip_data) {
226 printk(KERN_ERR "can not alloc irq_cfg\n");
227 BUG_ON(1);
231 return 0;
234 /* for move_irq_desc */
235 static void
236 init_copy_irq_2_pin(struct irq_cfg *old_cfg, struct irq_cfg *cfg, int node)
238 struct irq_pin_list *old_entry, *head, *tail, *entry;
240 cfg->irq_2_pin = NULL;
241 old_entry = old_cfg->irq_2_pin;
242 if (!old_entry)
243 return;
245 entry = get_one_free_irq_2_pin(node);
246 if (!entry)
247 return;
249 entry->apic = old_entry->apic;
250 entry->pin = old_entry->pin;
251 head = entry;
252 tail = entry;
253 old_entry = old_entry->next;
254 while (old_entry) {
255 entry = get_one_free_irq_2_pin(node);
256 if (!entry) {
257 entry = head;
258 while (entry) {
259 head = entry->next;
260 kfree(entry);
261 entry = head;
263 /* still use the old one */
264 return;
266 entry->apic = old_entry->apic;
267 entry->pin = old_entry->pin;
268 tail->next = entry;
269 tail = entry;
270 old_entry = old_entry->next;
273 tail->next = NULL;
274 cfg->irq_2_pin = head;
277 static void free_irq_2_pin(struct irq_cfg *old_cfg, struct irq_cfg *cfg)
279 struct irq_pin_list *entry, *next;
281 if (old_cfg->irq_2_pin == cfg->irq_2_pin)
282 return;
284 entry = old_cfg->irq_2_pin;
286 while (entry) {
287 next = entry->next;
288 kfree(entry);
289 entry = next;
291 old_cfg->irq_2_pin = NULL;
294 void arch_init_copy_chip_data(struct irq_desc *old_desc,
295 struct irq_desc *desc, int node)
297 struct irq_cfg *cfg;
298 struct irq_cfg *old_cfg;
300 cfg = get_one_free_irq_cfg(node);
302 if (!cfg)
303 return;
305 desc->chip_data = cfg;
307 old_cfg = old_desc->chip_data;
309 memcpy(cfg, old_cfg, sizeof(struct irq_cfg));
311 init_copy_irq_2_pin(old_cfg, cfg, node);
314 static void free_irq_cfg(struct irq_cfg *old_cfg)
316 kfree(old_cfg);
319 void arch_free_chip_data(struct irq_desc *old_desc, struct irq_desc *desc)
321 struct irq_cfg *old_cfg, *cfg;
323 old_cfg = old_desc->chip_data;
324 cfg = desc->chip_data;
326 if (old_cfg == cfg)
327 return;
329 if (old_cfg) {
330 free_irq_2_pin(old_cfg, cfg);
331 free_irq_cfg(old_cfg);
332 old_desc->chip_data = NULL;
335 /* end for move_irq_desc */
337 #else
338 struct irq_cfg *irq_cfg(unsigned int irq)
340 return irq < nr_irqs ? irq_cfgx + irq : NULL;
343 #endif
345 struct io_apic {
346 unsigned int index;
347 unsigned int unused[3];
348 unsigned int data;
349 unsigned int unused2[11];
350 unsigned int eoi;
353 static __attribute_const__ struct io_apic __iomem *io_apic_base(int idx)
355 return (void __iomem *) __fix_to_virt(FIX_IO_APIC_BASE_0 + idx)
356 + (mp_ioapics[idx].apicaddr & ~PAGE_MASK);
359 static inline void io_apic_eoi(unsigned int apic, unsigned int vector)
361 struct io_apic __iomem *io_apic = io_apic_base(apic);
362 writel(vector, &io_apic->eoi);
365 static inline unsigned int io_apic_read(unsigned int apic, unsigned int reg)
367 struct io_apic __iomem *io_apic = io_apic_base(apic);
368 writel(reg, &io_apic->index);
369 return readl(&io_apic->data);
372 static inline void io_apic_write(unsigned int apic, unsigned int reg, unsigned int value)
374 struct io_apic __iomem *io_apic = io_apic_base(apic);
375 writel(reg, &io_apic->index);
376 writel(value, &io_apic->data);
380 * Re-write a value: to be used for read-modify-write
381 * cycles where the read already set up the index register.
383 * Older SiS APIC requires we rewrite the index register
385 static inline void io_apic_modify(unsigned int apic, unsigned int reg, unsigned int value)
387 struct io_apic __iomem *io_apic = io_apic_base(apic);
389 if (sis_apic_bug)
390 writel(reg, &io_apic->index);
391 writel(value, &io_apic->data);
394 static bool io_apic_level_ack_pending(struct irq_cfg *cfg)
396 struct irq_pin_list *entry;
397 unsigned long flags;
399 raw_spin_lock_irqsave(&ioapic_lock, flags);
400 for_each_irq_pin(entry, cfg->irq_2_pin) {
401 unsigned int reg;
402 int pin;
404 pin = entry->pin;
405 reg = io_apic_read(entry->apic, 0x10 + pin*2);
406 /* Is the remote IRR bit set? */
407 if (reg & IO_APIC_REDIR_REMOTE_IRR) {
408 raw_spin_unlock_irqrestore(&ioapic_lock, flags);
409 return true;
412 raw_spin_unlock_irqrestore(&ioapic_lock, flags);
414 return false;
417 union entry_union {
418 struct { u32 w1, w2; };
419 struct IO_APIC_route_entry entry;
422 static struct IO_APIC_route_entry ioapic_read_entry(int apic, int pin)
424 union entry_union eu;
425 unsigned long flags;
426 raw_spin_lock_irqsave(&ioapic_lock, flags);
427 eu.w1 = io_apic_read(apic, 0x10 + 2 * pin);
428 eu.w2 = io_apic_read(apic, 0x11 + 2 * pin);
429 raw_spin_unlock_irqrestore(&ioapic_lock, flags);
430 return eu.entry;
434 * When we write a new IO APIC routing entry, we need to write the high
435 * word first! If the mask bit in the low word is clear, we will enable
436 * the interrupt, and we need to make sure the entry is fully populated
437 * before that happens.
439 static void
440 __ioapic_write_entry(int apic, int pin, struct IO_APIC_route_entry e)
442 union entry_union eu = {{0, 0}};
444 eu.entry = e;
445 io_apic_write(apic, 0x11 + 2*pin, eu.w2);
446 io_apic_write(apic, 0x10 + 2*pin, eu.w1);
449 void ioapic_write_entry(int apic, int pin, struct IO_APIC_route_entry e)
451 unsigned long flags;
452 raw_spin_lock_irqsave(&ioapic_lock, flags);
453 __ioapic_write_entry(apic, pin, e);
454 raw_spin_unlock_irqrestore(&ioapic_lock, flags);
458 * When we mask an IO APIC routing entry, we need to write the low
459 * word first, in order to set the mask bit before we change the
460 * high bits!
462 static void ioapic_mask_entry(int apic, int pin)
464 unsigned long flags;
465 union entry_union eu = { .entry.mask = 1 };
467 raw_spin_lock_irqsave(&ioapic_lock, flags);
468 io_apic_write(apic, 0x10 + 2*pin, eu.w1);
469 io_apic_write(apic, 0x11 + 2*pin, eu.w2);
470 raw_spin_unlock_irqrestore(&ioapic_lock, flags);
474 * The common case is 1:1 IRQ<->pin mappings. Sometimes there are
475 * shared ISA-space IRQs, so we have to support them. We are super
476 * fast in the common case, and fast for shared ISA-space IRQs.
478 static int
479 add_pin_to_irq_node_nopanic(struct irq_cfg *cfg, int node, int apic, int pin)
481 struct irq_pin_list **last, *entry;
483 /* don't allow duplicates */
484 last = &cfg->irq_2_pin;
485 for_each_irq_pin(entry, cfg->irq_2_pin) {
486 if (entry->apic == apic && entry->pin == pin)
487 return 0;
488 last = &entry->next;
491 entry = get_one_free_irq_2_pin(node);
492 if (!entry) {
493 printk(KERN_ERR "can not alloc irq_pin_list (%d,%d,%d)\n",
494 node, apic, pin);
495 return -ENOMEM;
497 entry->apic = apic;
498 entry->pin = pin;
500 *last = entry;
501 return 0;
504 static void add_pin_to_irq_node(struct irq_cfg *cfg, int node, int apic, int pin)
506 if (add_pin_to_irq_node_nopanic(cfg, node, apic, pin))
507 panic("IO-APIC: failed to add irq-pin. Can not proceed\n");
511 * Reroute an IRQ to a different pin.
513 static void __init replace_pin_at_irq_node(struct irq_cfg *cfg, int node,
514 int oldapic, int oldpin,
515 int newapic, int newpin)
517 struct irq_pin_list *entry;
519 for_each_irq_pin(entry, cfg->irq_2_pin) {
520 if (entry->apic == oldapic && entry->pin == oldpin) {
521 entry->apic = newapic;
522 entry->pin = newpin;
523 /* every one is different, right? */
524 return;
528 /* old apic/pin didn't exist, so just add new ones */
529 add_pin_to_irq_node(cfg, node, newapic, newpin);
532 static void __io_apic_modify_irq(struct irq_pin_list *entry,
533 int mask_and, int mask_or,
534 void (*final)(struct irq_pin_list *entry))
536 unsigned int reg, pin;
538 pin = entry->pin;
539 reg = io_apic_read(entry->apic, 0x10 + pin * 2);
540 reg &= mask_and;
541 reg |= mask_or;
542 io_apic_modify(entry->apic, 0x10 + pin * 2, reg);
543 if (final)
544 final(entry);
547 static void io_apic_modify_irq(struct irq_cfg *cfg,
548 int mask_and, int mask_or,
549 void (*final)(struct irq_pin_list *entry))
551 struct irq_pin_list *entry;
553 for_each_irq_pin(entry, cfg->irq_2_pin)
554 __io_apic_modify_irq(entry, mask_and, mask_or, final);
557 static void __mask_and_edge_IO_APIC_irq(struct irq_pin_list *entry)
559 __io_apic_modify_irq(entry, ~IO_APIC_REDIR_LEVEL_TRIGGER,
560 IO_APIC_REDIR_MASKED, NULL);
563 static void __unmask_and_level_IO_APIC_irq(struct irq_pin_list *entry)
565 __io_apic_modify_irq(entry, ~IO_APIC_REDIR_MASKED,
566 IO_APIC_REDIR_LEVEL_TRIGGER, NULL);
569 static void __unmask_IO_APIC_irq(struct irq_cfg *cfg)
571 io_apic_modify_irq(cfg, ~IO_APIC_REDIR_MASKED, 0, NULL);
574 static void io_apic_sync(struct irq_pin_list *entry)
577 * Synchronize the IO-APIC and the CPU by doing
578 * a dummy read from the IO-APIC
580 struct io_apic __iomem *io_apic;
581 io_apic = io_apic_base(entry->apic);
582 readl(&io_apic->data);
585 static void __mask_IO_APIC_irq(struct irq_cfg *cfg)
587 io_apic_modify_irq(cfg, ~0, IO_APIC_REDIR_MASKED, &io_apic_sync);
590 static void mask_IO_APIC_irq_desc(struct irq_desc *desc)
592 struct irq_cfg *cfg = desc->chip_data;
593 unsigned long flags;
595 BUG_ON(!cfg);
597 raw_spin_lock_irqsave(&ioapic_lock, flags);
598 __mask_IO_APIC_irq(cfg);
599 raw_spin_unlock_irqrestore(&ioapic_lock, flags);
602 static void unmask_IO_APIC_irq_desc(struct irq_desc *desc)
604 struct irq_cfg *cfg = desc->chip_data;
605 unsigned long flags;
607 raw_spin_lock_irqsave(&ioapic_lock, flags);
608 __unmask_IO_APIC_irq(cfg);
609 raw_spin_unlock_irqrestore(&ioapic_lock, flags);
612 static void mask_IO_APIC_irq(unsigned int irq)
614 struct irq_desc *desc = irq_to_desc(irq);
616 mask_IO_APIC_irq_desc(desc);
618 static void unmask_IO_APIC_irq(unsigned int irq)
620 struct irq_desc *desc = irq_to_desc(irq);
622 unmask_IO_APIC_irq_desc(desc);
625 static void clear_IO_APIC_pin(unsigned int apic, unsigned int pin)
627 struct IO_APIC_route_entry entry;
629 /* Check delivery_mode to be sure we're not clearing an SMI pin */
630 entry = ioapic_read_entry(apic, pin);
631 if (entry.delivery_mode == dest_SMI)
632 return;
634 * Disable it in the IO-APIC irq-routing table:
636 ioapic_mask_entry(apic, pin);
639 static void clear_IO_APIC (void)
641 int apic, pin;
643 for (apic = 0; apic < nr_ioapics; apic++)
644 for (pin = 0; pin < nr_ioapic_registers[apic]; pin++)
645 clear_IO_APIC_pin(apic, pin);
648 #ifdef CONFIG_X86_32
650 * support for broken MP BIOSs, enables hand-redirection of PIRQ0-7 to
651 * specific CPU-side IRQs.
654 #define MAX_PIRQS 8
655 static int pirq_entries[MAX_PIRQS] = {
656 [0 ... MAX_PIRQS - 1] = -1
659 static int __init ioapic_pirq_setup(char *str)
661 int i, max;
662 int ints[MAX_PIRQS+1];
664 get_options(str, ARRAY_SIZE(ints), ints);
666 apic_printk(APIC_VERBOSE, KERN_INFO
667 "PIRQ redirection, working around broken MP-BIOS.\n");
668 max = MAX_PIRQS;
669 if (ints[0] < MAX_PIRQS)
670 max = ints[0];
672 for (i = 0; i < max; i++) {
673 apic_printk(APIC_VERBOSE, KERN_DEBUG
674 "... PIRQ%d -> IRQ %d\n", i, ints[i+1]);
676 * PIRQs are mapped upside down, usually.
678 pirq_entries[MAX_PIRQS-i-1] = ints[i+1];
680 return 1;
683 __setup("pirq=", ioapic_pirq_setup);
684 #endif /* CONFIG_X86_32 */
686 struct IO_APIC_route_entry **alloc_ioapic_entries(void)
688 int apic;
689 struct IO_APIC_route_entry **ioapic_entries;
691 ioapic_entries = kzalloc(sizeof(*ioapic_entries) * nr_ioapics,
692 GFP_ATOMIC);
693 if (!ioapic_entries)
694 return 0;
696 for (apic = 0; apic < nr_ioapics; apic++) {
697 ioapic_entries[apic] =
698 kzalloc(sizeof(struct IO_APIC_route_entry) *
699 nr_ioapic_registers[apic], GFP_ATOMIC);
700 if (!ioapic_entries[apic])
701 goto nomem;
704 return ioapic_entries;
706 nomem:
707 while (--apic >= 0)
708 kfree(ioapic_entries[apic]);
709 kfree(ioapic_entries);
711 return 0;
715 * Saves all the IO-APIC RTE's
717 int save_IO_APIC_setup(struct IO_APIC_route_entry **ioapic_entries)
719 int apic, pin;
721 if (!ioapic_entries)
722 return -ENOMEM;
724 for (apic = 0; apic < nr_ioapics; apic++) {
725 if (!ioapic_entries[apic])
726 return -ENOMEM;
728 for (pin = 0; pin < nr_ioapic_registers[apic]; pin++)
729 ioapic_entries[apic][pin] =
730 ioapic_read_entry(apic, pin);
733 return 0;
737 * Mask all IO APIC entries.
739 void mask_IO_APIC_setup(struct IO_APIC_route_entry **ioapic_entries)
741 int apic, pin;
743 if (!ioapic_entries)
744 return;
746 for (apic = 0; apic < nr_ioapics; apic++) {
747 if (!ioapic_entries[apic])
748 break;
750 for (pin = 0; pin < nr_ioapic_registers[apic]; pin++) {
751 struct IO_APIC_route_entry entry;
753 entry = ioapic_entries[apic][pin];
754 if (!entry.mask) {
755 entry.mask = 1;
756 ioapic_write_entry(apic, pin, entry);
763 * Restore IO APIC entries which was saved in ioapic_entries.
765 int restore_IO_APIC_setup(struct IO_APIC_route_entry **ioapic_entries)
767 int apic, pin;
769 if (!ioapic_entries)
770 return -ENOMEM;
772 for (apic = 0; apic < nr_ioapics; apic++) {
773 if (!ioapic_entries[apic])
774 return -ENOMEM;
776 for (pin = 0; pin < nr_ioapic_registers[apic]; pin++)
777 ioapic_write_entry(apic, pin,
778 ioapic_entries[apic][pin]);
780 return 0;
783 void free_ioapic_entries(struct IO_APIC_route_entry **ioapic_entries)
785 int apic;
787 for (apic = 0; apic < nr_ioapics; apic++)
788 kfree(ioapic_entries[apic]);
790 kfree(ioapic_entries);
794 * Find the IRQ entry number of a certain pin.
796 static int find_irq_entry(int apic, int pin, int type)
798 int i;
800 for (i = 0; i < mp_irq_entries; i++)
801 if (mp_irqs[i].irqtype == type &&
802 (mp_irqs[i].dstapic == mp_ioapics[apic].apicid ||
803 mp_irqs[i].dstapic == MP_APIC_ALL) &&
804 mp_irqs[i].dstirq == pin)
805 return i;
807 return -1;
811 * Find the pin to which IRQ[irq] (ISA) is connected
813 static int __init find_isa_irq_pin(int irq, int type)
815 int i;
817 for (i = 0; i < mp_irq_entries; i++) {
818 int lbus = mp_irqs[i].srcbus;
820 if (test_bit(lbus, mp_bus_not_pci) &&
821 (mp_irqs[i].irqtype == type) &&
822 (mp_irqs[i].srcbusirq == irq))
824 return mp_irqs[i].dstirq;
826 return -1;
829 static int __init find_isa_irq_apic(int irq, int type)
831 int i;
833 for (i = 0; i < mp_irq_entries; i++) {
834 int lbus = mp_irqs[i].srcbus;
836 if (test_bit(lbus, mp_bus_not_pci) &&
837 (mp_irqs[i].irqtype == type) &&
838 (mp_irqs[i].srcbusirq == irq))
839 break;
841 if (i < mp_irq_entries) {
842 int apic;
843 for(apic = 0; apic < nr_ioapics; apic++) {
844 if (mp_ioapics[apic].apicid == mp_irqs[i].dstapic)
845 return apic;
849 return -1;
852 #if defined(CONFIG_EISA) || defined(CONFIG_MCA)
854 * EISA Edge/Level control register, ELCR
856 static int EISA_ELCR(unsigned int irq)
858 if (irq < legacy_pic->nr_legacy_irqs) {
859 unsigned int port = 0x4d0 + (irq >> 3);
860 return (inb(port) >> (irq & 7)) & 1;
862 apic_printk(APIC_VERBOSE, KERN_INFO
863 "Broken MPtable reports ISA irq %d\n", irq);
864 return 0;
867 #endif
869 /* ISA interrupts are always polarity zero edge triggered,
870 * when listed as conforming in the MP table. */
872 #define default_ISA_trigger(idx) (0)
873 #define default_ISA_polarity(idx) (0)
875 /* EISA interrupts are always polarity zero and can be edge or level
876 * trigger depending on the ELCR value. If an interrupt is listed as
877 * EISA conforming in the MP table, that means its trigger type must
878 * be read in from the ELCR */
880 #define default_EISA_trigger(idx) (EISA_ELCR(mp_irqs[idx].srcbusirq))
881 #define default_EISA_polarity(idx) default_ISA_polarity(idx)
883 /* PCI interrupts are always polarity one level triggered,
884 * when listed as conforming in the MP table. */
886 #define default_PCI_trigger(idx) (1)
887 #define default_PCI_polarity(idx) (1)
889 /* MCA interrupts are always polarity zero level triggered,
890 * when listed as conforming in the MP table. */
892 #define default_MCA_trigger(idx) (1)
893 #define default_MCA_polarity(idx) default_ISA_polarity(idx)
895 static int MPBIOS_polarity(int idx)
897 int bus = mp_irqs[idx].srcbus;
898 int polarity;
901 * Determine IRQ line polarity (high active or low active):
903 switch (mp_irqs[idx].irqflag & 3)
905 case 0: /* conforms, ie. bus-type dependent polarity */
906 if (test_bit(bus, mp_bus_not_pci))
907 polarity = default_ISA_polarity(idx);
908 else
909 polarity = default_PCI_polarity(idx);
910 break;
911 case 1: /* high active */
913 polarity = 0;
914 break;
916 case 2: /* reserved */
918 printk(KERN_WARNING "broken BIOS!!\n");
919 polarity = 1;
920 break;
922 case 3: /* low active */
924 polarity = 1;
925 break;
927 default: /* invalid */
929 printk(KERN_WARNING "broken BIOS!!\n");
930 polarity = 1;
931 break;
934 return polarity;
937 static int MPBIOS_trigger(int idx)
939 int bus = mp_irqs[idx].srcbus;
940 int trigger;
943 * Determine IRQ trigger mode (edge or level sensitive):
945 switch ((mp_irqs[idx].irqflag>>2) & 3)
947 case 0: /* conforms, ie. bus-type dependent */
948 if (test_bit(bus, mp_bus_not_pci))
949 trigger = default_ISA_trigger(idx);
950 else
951 trigger = default_PCI_trigger(idx);
952 #if defined(CONFIG_EISA) || defined(CONFIG_MCA)
953 switch (mp_bus_id_to_type[bus]) {
954 case MP_BUS_ISA: /* ISA pin */
956 /* set before the switch */
957 break;
959 case MP_BUS_EISA: /* EISA pin */
961 trigger = default_EISA_trigger(idx);
962 break;
964 case MP_BUS_PCI: /* PCI pin */
966 /* set before the switch */
967 break;
969 case MP_BUS_MCA: /* MCA pin */
971 trigger = default_MCA_trigger(idx);
972 break;
974 default:
976 printk(KERN_WARNING "broken BIOS!!\n");
977 trigger = 1;
978 break;
981 #endif
982 break;
983 case 1: /* edge */
985 trigger = 0;
986 break;
988 case 2: /* reserved */
990 printk(KERN_WARNING "broken BIOS!!\n");
991 trigger = 1;
992 break;
994 case 3: /* level */
996 trigger = 1;
997 break;
999 default: /* invalid */
1001 printk(KERN_WARNING "broken BIOS!!\n");
1002 trigger = 0;
1003 break;
1006 return trigger;
1009 static inline int irq_polarity(int idx)
1011 return MPBIOS_polarity(idx);
1014 static inline int irq_trigger(int idx)
1016 return MPBIOS_trigger(idx);
1019 static int pin_2_irq(int idx, int apic, int pin)
1021 int irq;
1022 int bus = mp_irqs[idx].srcbus;
1025 * Debugging check, we are in big trouble if this message pops up!
1027 if (mp_irqs[idx].dstirq != pin)
1028 printk(KERN_ERR "broken BIOS or MPTABLE parser, ayiee!!\n");
1030 if (test_bit(bus, mp_bus_not_pci)) {
1031 irq = mp_irqs[idx].srcbusirq;
1032 } else {
1033 u32 gsi = mp_gsi_routing[apic].gsi_base + pin;
1035 if (gsi >= NR_IRQS_LEGACY)
1036 irq = gsi;
1037 else
1038 irq = gsi_end + 1 + gsi;
1041 #ifdef CONFIG_X86_32
1043 * PCI IRQ command line redirection. Yes, limits are hardcoded.
1045 if ((pin >= 16) && (pin <= 23)) {
1046 if (pirq_entries[pin-16] != -1) {
1047 if (!pirq_entries[pin-16]) {
1048 apic_printk(APIC_VERBOSE, KERN_DEBUG
1049 "disabling PIRQ%d\n", pin-16);
1050 } else {
1051 irq = pirq_entries[pin-16];
1052 apic_printk(APIC_VERBOSE, KERN_DEBUG
1053 "using PIRQ%d -> IRQ %d\n",
1054 pin-16, irq);
1058 #endif
1060 return irq;
1064 * Find a specific PCI IRQ entry.
1065 * Not an __init, possibly needed by modules
1067 int IO_APIC_get_PCI_irq_vector(int bus, int slot, int pin,
1068 struct io_apic_irq_attr *irq_attr)
1070 int apic, i, best_guess = -1;
1072 apic_printk(APIC_DEBUG,
1073 "querying PCI -> IRQ mapping bus:%d, slot:%d, pin:%d.\n",
1074 bus, slot, pin);
1075 if (test_bit(bus, mp_bus_not_pci)) {
1076 apic_printk(APIC_VERBOSE,
1077 "PCI BIOS passed nonexistent PCI bus %d!\n", bus);
1078 return -1;
1080 for (i = 0; i < mp_irq_entries; i++) {
1081 int lbus = mp_irqs[i].srcbus;
1083 for (apic = 0; apic < nr_ioapics; apic++)
1084 if (mp_ioapics[apic].apicid == mp_irqs[i].dstapic ||
1085 mp_irqs[i].dstapic == MP_APIC_ALL)
1086 break;
1088 if (!test_bit(lbus, mp_bus_not_pci) &&
1089 !mp_irqs[i].irqtype &&
1090 (bus == lbus) &&
1091 (slot == ((mp_irqs[i].srcbusirq >> 2) & 0x1f))) {
1092 int irq = pin_2_irq(i, apic, mp_irqs[i].dstirq);
1094 if (!(apic || IO_APIC_IRQ(irq)))
1095 continue;
1097 if (pin == (mp_irqs[i].srcbusirq & 3)) {
1098 set_io_apic_irq_attr(irq_attr, apic,
1099 mp_irqs[i].dstirq,
1100 irq_trigger(i),
1101 irq_polarity(i));
1102 return irq;
1105 * Use the first all-but-pin matching entry as a
1106 * best-guess fuzzy result for broken mptables.
1108 if (best_guess < 0) {
1109 set_io_apic_irq_attr(irq_attr, apic,
1110 mp_irqs[i].dstirq,
1111 irq_trigger(i),
1112 irq_polarity(i));
1113 best_guess = irq;
1117 return best_guess;
1119 EXPORT_SYMBOL(IO_APIC_get_PCI_irq_vector);
1121 void lock_vector_lock(void)
1123 /* Used to the online set of cpus does not change
1124 * during assign_irq_vector.
1126 raw_spin_lock(&vector_lock);
1129 void unlock_vector_lock(void)
1131 raw_spin_unlock(&vector_lock);
1134 static int
1135 __assign_irq_vector(int irq, struct irq_cfg *cfg, const struct cpumask *mask)
1138 * NOTE! The local APIC isn't very good at handling
1139 * multiple interrupts at the same interrupt level.
1140 * As the interrupt level is determined by taking the
1141 * vector number and shifting that right by 4, we
1142 * want to spread these out a bit so that they don't
1143 * all fall in the same interrupt level.
1145 * Also, we've got to be careful not to trash gate
1146 * 0x80, because int 0x80 is hm, kind of importantish. ;)
1148 static int current_vector = FIRST_EXTERNAL_VECTOR + VECTOR_OFFSET_START;
1149 static int current_offset = VECTOR_OFFSET_START % 8;
1150 unsigned int old_vector;
1151 int cpu, err;
1152 cpumask_var_t tmp_mask;
1154 if (cfg->move_in_progress)
1155 return -EBUSY;
1157 if (!alloc_cpumask_var(&tmp_mask, GFP_ATOMIC))
1158 return -ENOMEM;
1160 old_vector = cfg->vector;
1161 if (old_vector) {
1162 cpumask_and(tmp_mask, mask, cpu_online_mask);
1163 cpumask_and(tmp_mask, cfg->domain, tmp_mask);
1164 if (!cpumask_empty(tmp_mask)) {
1165 free_cpumask_var(tmp_mask);
1166 return 0;
1170 /* Only try and allocate irqs on cpus that are present */
1171 err = -ENOSPC;
1172 for_each_cpu_and(cpu, mask, cpu_online_mask) {
1173 int new_cpu;
1174 int vector, offset;
1176 apic->vector_allocation_domain(cpu, tmp_mask);
1178 vector = current_vector;
1179 offset = current_offset;
1180 next:
1181 vector += 8;
1182 if (vector >= first_system_vector) {
1183 /* If out of vectors on large boxen, must share them. */
1184 offset = (offset + 1) % 8;
1185 vector = FIRST_EXTERNAL_VECTOR + offset;
1187 if (unlikely(current_vector == vector))
1188 continue;
1190 if (test_bit(vector, used_vectors))
1191 goto next;
1193 for_each_cpu_and(new_cpu, tmp_mask, cpu_online_mask)
1194 if (per_cpu(vector_irq, new_cpu)[vector] != -1)
1195 goto next;
1196 /* Found one! */
1197 current_vector = vector;
1198 current_offset = offset;
1199 if (old_vector) {
1200 cfg->move_in_progress = 1;
1201 cpumask_copy(cfg->old_domain, cfg->domain);
1203 for_each_cpu_and(new_cpu, tmp_mask, cpu_online_mask)
1204 per_cpu(vector_irq, new_cpu)[vector] = irq;
1205 cfg->vector = vector;
1206 cpumask_copy(cfg->domain, tmp_mask);
1207 err = 0;
1208 break;
1210 free_cpumask_var(tmp_mask);
1211 return err;
1214 int assign_irq_vector(int irq, struct irq_cfg *cfg, const struct cpumask *mask)
1216 int err;
1217 unsigned long flags;
1219 raw_spin_lock_irqsave(&vector_lock, flags);
1220 err = __assign_irq_vector(irq, cfg, mask);
1221 raw_spin_unlock_irqrestore(&vector_lock, flags);
1222 return err;
1225 static void __clear_irq_vector(int irq, struct irq_cfg *cfg)
1227 int cpu, vector;
1229 BUG_ON(!cfg->vector);
1231 vector = cfg->vector;
1232 for_each_cpu_and(cpu, cfg->domain, cpu_online_mask)
1233 per_cpu(vector_irq, cpu)[vector] = -1;
1235 cfg->vector = 0;
1236 cpumask_clear(cfg->domain);
1238 if (likely(!cfg->move_in_progress))
1239 return;
1240 for_each_cpu_and(cpu, cfg->old_domain, cpu_online_mask) {
1241 for (vector = FIRST_EXTERNAL_VECTOR; vector < NR_VECTORS;
1242 vector++) {
1243 if (per_cpu(vector_irq, cpu)[vector] != irq)
1244 continue;
1245 per_cpu(vector_irq, cpu)[vector] = -1;
1246 break;
1249 cfg->move_in_progress = 0;
1252 void __setup_vector_irq(int cpu)
1254 /* Initialize vector_irq on a new cpu */
1255 int irq, vector;
1256 struct irq_cfg *cfg;
1257 struct irq_desc *desc;
1260 * vector_lock will make sure that we don't run into irq vector
1261 * assignments that might be happening on another cpu in parallel,
1262 * while we setup our initial vector to irq mappings.
1264 raw_spin_lock(&vector_lock);
1265 /* Mark the inuse vectors */
1266 for_each_irq_desc(irq, desc) {
1267 cfg = desc->chip_data;
1270 * If it is a legacy IRQ handled by the legacy PIC, this cpu
1271 * will be part of the irq_cfg's domain.
1273 if (irq < legacy_pic->nr_legacy_irqs && !IO_APIC_IRQ(irq))
1274 cpumask_set_cpu(cpu, cfg->domain);
1276 if (!cpumask_test_cpu(cpu, cfg->domain))
1277 continue;
1278 vector = cfg->vector;
1279 per_cpu(vector_irq, cpu)[vector] = irq;
1281 /* Mark the free vectors */
1282 for (vector = 0; vector < NR_VECTORS; ++vector) {
1283 irq = per_cpu(vector_irq, cpu)[vector];
1284 if (irq < 0)
1285 continue;
1287 cfg = irq_cfg(irq);
1288 if (!cpumask_test_cpu(cpu, cfg->domain))
1289 per_cpu(vector_irq, cpu)[vector] = -1;
1291 raw_spin_unlock(&vector_lock);
1294 static struct irq_chip ioapic_chip;
1295 static struct irq_chip ir_ioapic_chip;
1297 #define IOAPIC_AUTO -1
1298 #define IOAPIC_EDGE 0
1299 #define IOAPIC_LEVEL 1
1301 #ifdef CONFIG_X86_32
1302 static inline int IO_APIC_irq_trigger(int irq)
1304 int apic, idx, pin;
1306 for (apic = 0; apic < nr_ioapics; apic++) {
1307 for (pin = 0; pin < nr_ioapic_registers[apic]; pin++) {
1308 idx = find_irq_entry(apic, pin, mp_INT);
1309 if ((idx != -1) && (irq == pin_2_irq(idx, apic, pin)))
1310 return irq_trigger(idx);
1314 * nonexistent IRQs are edge default
1316 return 0;
1318 #else
1319 static inline int IO_APIC_irq_trigger(int irq)
1321 return 1;
1323 #endif
1325 static void ioapic_register_intr(int irq, struct irq_desc *desc, unsigned long trigger)
1328 if ((trigger == IOAPIC_AUTO && IO_APIC_irq_trigger(irq)) ||
1329 trigger == IOAPIC_LEVEL)
1330 desc->status |= IRQ_LEVEL;
1331 else
1332 desc->status &= ~IRQ_LEVEL;
1334 if (irq_remapped(irq)) {
1335 desc->status |= IRQ_MOVE_PCNTXT;
1336 if (trigger)
1337 set_irq_chip_and_handler_name(irq, &ir_ioapic_chip,
1338 handle_fasteoi_irq,
1339 "fasteoi");
1340 else
1341 set_irq_chip_and_handler_name(irq, &ir_ioapic_chip,
1342 handle_edge_irq, "edge");
1343 return;
1346 if ((trigger == IOAPIC_AUTO && IO_APIC_irq_trigger(irq)) ||
1347 trigger == IOAPIC_LEVEL)
1348 set_irq_chip_and_handler_name(irq, &ioapic_chip,
1349 handle_fasteoi_irq,
1350 "fasteoi");
1351 else
1352 set_irq_chip_and_handler_name(irq, &ioapic_chip,
1353 handle_edge_irq, "edge");
1356 int setup_ioapic_entry(int apic_id, int irq,
1357 struct IO_APIC_route_entry *entry,
1358 unsigned int destination, int trigger,
1359 int polarity, int vector, int pin)
1362 * add it to the IO-APIC irq-routing table:
1364 memset(entry,0,sizeof(*entry));
1366 if (intr_remapping_enabled) {
1367 struct intel_iommu *iommu = map_ioapic_to_ir(apic_id);
1368 struct irte irte;
1369 struct IR_IO_APIC_route_entry *ir_entry =
1370 (struct IR_IO_APIC_route_entry *) entry;
1371 int index;
1373 if (!iommu)
1374 panic("No mapping iommu for ioapic %d\n", apic_id);
1376 index = alloc_irte(iommu, irq, 1);
1377 if (index < 0)
1378 panic("Failed to allocate IRTE for ioapic %d\n", apic_id);
1380 memset(&irte, 0, sizeof(irte));
1382 irte.present = 1;
1383 irte.dst_mode = apic->irq_dest_mode;
1385 * Trigger mode in the IRTE will always be edge, and the
1386 * actual level or edge trigger will be setup in the IO-APIC
1387 * RTE. This will help simplify level triggered irq migration.
1388 * For more details, see the comments above explainig IO-APIC
1389 * irq migration in the presence of interrupt-remapping.
1391 irte.trigger_mode = 0;
1392 irte.dlvry_mode = apic->irq_delivery_mode;
1393 irte.vector = vector;
1394 irte.dest_id = IRTE_DEST(destination);
1396 /* Set source-id of interrupt request */
1397 set_ioapic_sid(&irte, apic_id);
1399 modify_irte(irq, &irte);
1401 ir_entry->index2 = (index >> 15) & 0x1;
1402 ir_entry->zero = 0;
1403 ir_entry->format = 1;
1404 ir_entry->index = (index & 0x7fff);
1406 * IO-APIC RTE will be configured with virtual vector.
1407 * irq handler will do the explicit EOI to the io-apic.
1409 ir_entry->vector = pin;
1410 } else {
1411 entry->delivery_mode = apic->irq_delivery_mode;
1412 entry->dest_mode = apic->irq_dest_mode;
1413 entry->dest = destination;
1414 entry->vector = vector;
1417 entry->mask = 0; /* enable IRQ */
1418 entry->trigger = trigger;
1419 entry->polarity = polarity;
1421 /* Mask level triggered irqs.
1422 * Use IRQ_DELAYED_DISABLE for edge triggered irqs.
1424 if (trigger)
1425 entry->mask = 1;
1426 return 0;
1429 static void setup_IO_APIC_irq(int apic_id, int pin, unsigned int irq, struct irq_desc *desc,
1430 int trigger, int polarity)
1432 struct irq_cfg *cfg;
1433 struct IO_APIC_route_entry entry;
1434 unsigned int dest;
1436 if (!IO_APIC_IRQ(irq))
1437 return;
1439 cfg = desc->chip_data;
1442 * For legacy irqs, cfg->domain starts with cpu 0 for legacy
1443 * controllers like 8259. Now that IO-APIC can handle this irq, update
1444 * the cfg->domain.
1446 if (irq < legacy_pic->nr_legacy_irqs && cpumask_test_cpu(0, cfg->domain))
1447 apic->vector_allocation_domain(0, cfg->domain);
1449 if (assign_irq_vector(irq, cfg, apic->target_cpus()))
1450 return;
1452 dest = apic->cpu_mask_to_apicid_and(cfg->domain, apic->target_cpus());
1454 apic_printk(APIC_VERBOSE,KERN_DEBUG
1455 "IOAPIC[%d]: Set routing entry (%d-%d -> 0x%x -> "
1456 "IRQ %d Mode:%i Active:%i)\n",
1457 apic_id, mp_ioapics[apic_id].apicid, pin, cfg->vector,
1458 irq, trigger, polarity);
1461 if (setup_ioapic_entry(mp_ioapics[apic_id].apicid, irq, &entry,
1462 dest, trigger, polarity, cfg->vector, pin)) {
1463 printk("Failed to setup ioapic entry for ioapic %d, pin %d\n",
1464 mp_ioapics[apic_id].apicid, pin);
1465 __clear_irq_vector(irq, cfg);
1466 return;
1469 ioapic_register_intr(irq, desc, trigger);
1470 if (irq < legacy_pic->nr_legacy_irqs)
1471 legacy_pic->chip->mask(irq);
1473 ioapic_write_entry(apic_id, pin, entry);
1476 static struct {
1477 DECLARE_BITMAP(pin_programmed, MP_MAX_IOAPIC_PIN + 1);
1478 } mp_ioapic_routing[MAX_IO_APICS];
1480 static void __init setup_IO_APIC_irqs(void)
1482 int apic_id, pin, idx, irq;
1483 int notcon = 0;
1484 struct irq_desc *desc;
1485 struct irq_cfg *cfg;
1486 int node = cpu_to_node(boot_cpu_id);
1488 apic_printk(APIC_VERBOSE, KERN_DEBUG "init IO_APIC IRQs\n");
1490 for (apic_id = 0; apic_id < nr_ioapics; apic_id++)
1491 for (pin = 0; pin < nr_ioapic_registers[apic_id]; pin++) {
1492 idx = find_irq_entry(apic_id, pin, mp_INT);
1493 if (idx == -1) {
1494 if (!notcon) {
1495 notcon = 1;
1496 apic_printk(APIC_VERBOSE,
1497 KERN_DEBUG " %d-%d",
1498 mp_ioapics[apic_id].apicid, pin);
1499 } else
1500 apic_printk(APIC_VERBOSE, " %d-%d",
1501 mp_ioapics[apic_id].apicid, pin);
1502 continue;
1504 if (notcon) {
1505 apic_printk(APIC_VERBOSE,
1506 " (apicid-pin) not connected\n");
1507 notcon = 0;
1510 irq = pin_2_irq(idx, apic_id, pin);
1512 if ((apic_id > 0) && (irq > 16))
1513 continue;
1516 * Skip the timer IRQ if there's a quirk handler
1517 * installed and if it returns 1:
1519 if (apic->multi_timer_check &&
1520 apic->multi_timer_check(apic_id, irq))
1521 continue;
1523 desc = irq_to_desc_alloc_node(irq, node);
1524 if (!desc) {
1525 printk(KERN_INFO "can not get irq_desc for %d\n", irq);
1526 continue;
1528 cfg = desc->chip_data;
1529 add_pin_to_irq_node(cfg, node, apic_id, pin);
1531 * don't mark it in pin_programmed, so later acpi could
1532 * set it correctly when irq < 16
1534 setup_IO_APIC_irq(apic_id, pin, irq, desc,
1535 irq_trigger(idx), irq_polarity(idx));
1538 if (notcon)
1539 apic_printk(APIC_VERBOSE,
1540 " (apicid-pin) not connected\n");
1544 * for the gsit that is not in first ioapic
1545 * but could not use acpi_register_gsi()
1546 * like some special sci in IBM x3330
1548 void setup_IO_APIC_irq_extra(u32 gsi)
1550 int apic_id = 0, pin, idx, irq;
1551 int node = cpu_to_node(boot_cpu_id);
1552 struct irq_desc *desc;
1553 struct irq_cfg *cfg;
1556 * Convert 'gsi' to 'ioapic.pin'.
1558 apic_id = mp_find_ioapic(gsi);
1559 if (apic_id < 0)
1560 return;
1562 pin = mp_find_ioapic_pin(apic_id, gsi);
1563 idx = find_irq_entry(apic_id, pin, mp_INT);
1564 if (idx == -1)
1565 return;
1567 irq = pin_2_irq(idx, apic_id, pin);
1568 #ifdef CONFIG_SPARSE_IRQ
1569 desc = irq_to_desc(irq);
1570 if (desc)
1571 return;
1572 #endif
1573 desc = irq_to_desc_alloc_node(irq, node);
1574 if (!desc) {
1575 printk(KERN_INFO "can not get irq_desc for %d\n", irq);
1576 return;
1579 cfg = desc->chip_data;
1580 add_pin_to_irq_node(cfg, node, apic_id, pin);
1582 if (test_bit(pin, mp_ioapic_routing[apic_id].pin_programmed)) {
1583 pr_debug("Pin %d-%d already programmed\n",
1584 mp_ioapics[apic_id].apicid, pin);
1585 return;
1587 set_bit(pin, mp_ioapic_routing[apic_id].pin_programmed);
1589 setup_IO_APIC_irq(apic_id, pin, irq, desc,
1590 irq_trigger(idx), irq_polarity(idx));
1594 * Set up the timer pin, possibly with the 8259A-master behind.
1596 static void __init setup_timer_IRQ0_pin(unsigned int apic_id, unsigned int pin,
1597 int vector)
1599 struct IO_APIC_route_entry entry;
1601 if (intr_remapping_enabled)
1602 return;
1604 memset(&entry, 0, sizeof(entry));
1607 * We use logical delivery to get the timer IRQ
1608 * to the first CPU.
1610 entry.dest_mode = apic->irq_dest_mode;
1611 entry.mask = 0; /* don't mask IRQ for edge */
1612 entry.dest = apic->cpu_mask_to_apicid(apic->target_cpus());
1613 entry.delivery_mode = apic->irq_delivery_mode;
1614 entry.polarity = 0;
1615 entry.trigger = 0;
1616 entry.vector = vector;
1619 * The timer IRQ doesn't have to know that behind the
1620 * scene we may have a 8259A-master in AEOI mode ...
1622 set_irq_chip_and_handler_name(0, &ioapic_chip, handle_edge_irq, "edge");
1625 * Add it to the IO-APIC irq-routing table:
1627 ioapic_write_entry(apic_id, pin, entry);
1631 __apicdebuginit(void) print_IO_APIC(void)
1633 int apic, i;
1634 union IO_APIC_reg_00 reg_00;
1635 union IO_APIC_reg_01 reg_01;
1636 union IO_APIC_reg_02 reg_02;
1637 union IO_APIC_reg_03 reg_03;
1638 unsigned long flags;
1639 struct irq_cfg *cfg;
1640 struct irq_desc *desc;
1641 unsigned int irq;
1643 printk(KERN_DEBUG "number of MP IRQ sources: %d.\n", mp_irq_entries);
1644 for (i = 0; i < nr_ioapics; i++)
1645 printk(KERN_DEBUG "number of IO-APIC #%d registers: %d.\n",
1646 mp_ioapics[i].apicid, nr_ioapic_registers[i]);
1649 * We are a bit conservative about what we expect. We have to
1650 * know about every hardware change ASAP.
1652 printk(KERN_INFO "testing the IO APIC.......................\n");
1654 for (apic = 0; apic < nr_ioapics; apic++) {
1656 raw_spin_lock_irqsave(&ioapic_lock, flags);
1657 reg_00.raw = io_apic_read(apic, 0);
1658 reg_01.raw = io_apic_read(apic, 1);
1659 if (reg_01.bits.version >= 0x10)
1660 reg_02.raw = io_apic_read(apic, 2);
1661 if (reg_01.bits.version >= 0x20)
1662 reg_03.raw = io_apic_read(apic, 3);
1663 raw_spin_unlock_irqrestore(&ioapic_lock, flags);
1665 printk("\n");
1666 printk(KERN_DEBUG "IO APIC #%d......\n", mp_ioapics[apic].apicid);
1667 printk(KERN_DEBUG ".... register #00: %08X\n", reg_00.raw);
1668 printk(KERN_DEBUG "....... : physical APIC id: %02X\n", reg_00.bits.ID);
1669 printk(KERN_DEBUG "....... : Delivery Type: %X\n", reg_00.bits.delivery_type);
1670 printk(KERN_DEBUG "....... : LTS : %X\n", reg_00.bits.LTS);
1672 printk(KERN_DEBUG ".... register #01: %08X\n", *(int *)&reg_01);
1673 printk(KERN_DEBUG "....... : max redirection entries: %04X\n", reg_01.bits.entries);
1675 printk(KERN_DEBUG "....... : PRQ implemented: %X\n", reg_01.bits.PRQ);
1676 printk(KERN_DEBUG "....... : IO APIC version: %04X\n", reg_01.bits.version);
1679 * Some Intel chipsets with IO APIC VERSION of 0x1? don't have reg_02,
1680 * but the value of reg_02 is read as the previous read register
1681 * value, so ignore it if reg_02 == reg_01.
1683 if (reg_01.bits.version >= 0x10 && reg_02.raw != reg_01.raw) {
1684 printk(KERN_DEBUG ".... register #02: %08X\n", reg_02.raw);
1685 printk(KERN_DEBUG "....... : arbitration: %02X\n", reg_02.bits.arbitration);
1689 * Some Intel chipsets with IO APIC VERSION of 0x2? don't have reg_02
1690 * or reg_03, but the value of reg_0[23] is read as the previous read
1691 * register value, so ignore it if reg_03 == reg_0[12].
1693 if (reg_01.bits.version >= 0x20 && reg_03.raw != reg_02.raw &&
1694 reg_03.raw != reg_01.raw) {
1695 printk(KERN_DEBUG ".... register #03: %08X\n", reg_03.raw);
1696 printk(KERN_DEBUG "....... : Boot DT : %X\n", reg_03.bits.boot_DT);
1699 printk(KERN_DEBUG ".... IRQ redirection table:\n");
1701 printk(KERN_DEBUG " NR Dst Mask Trig IRR Pol"
1702 " Stat Dmod Deli Vect:\n");
1704 for (i = 0; i <= reg_01.bits.entries; i++) {
1705 struct IO_APIC_route_entry entry;
1707 entry = ioapic_read_entry(apic, i);
1709 printk(KERN_DEBUG " %02x %03X ",
1711 entry.dest
1714 printk("%1d %1d %1d %1d %1d %1d %1d %02X\n",
1715 entry.mask,
1716 entry.trigger,
1717 entry.irr,
1718 entry.polarity,
1719 entry.delivery_status,
1720 entry.dest_mode,
1721 entry.delivery_mode,
1722 entry.vector
1726 printk(KERN_DEBUG "IRQ to pin mappings:\n");
1727 for_each_irq_desc(irq, desc) {
1728 struct irq_pin_list *entry;
1730 cfg = desc->chip_data;
1731 entry = cfg->irq_2_pin;
1732 if (!entry)
1733 continue;
1734 printk(KERN_DEBUG "IRQ%d ", irq);
1735 for_each_irq_pin(entry, cfg->irq_2_pin)
1736 printk("-> %d:%d", entry->apic, entry->pin);
1737 printk("\n");
1740 printk(KERN_INFO ".................................... done.\n");
1742 return;
1745 __apicdebuginit(void) print_APIC_field(int base)
1747 int i;
1749 printk(KERN_DEBUG);
1751 for (i = 0; i < 8; i++)
1752 printk(KERN_CONT "%08x", apic_read(base + i*0x10));
1754 printk(KERN_CONT "\n");
1757 __apicdebuginit(void) print_local_APIC(void *dummy)
1759 unsigned int i, v, ver, maxlvt;
1760 u64 icr;
1762 printk(KERN_DEBUG "printing local APIC contents on CPU#%d/%d:\n",
1763 smp_processor_id(), hard_smp_processor_id());
1764 v = apic_read(APIC_ID);
1765 printk(KERN_INFO "... APIC ID: %08x (%01x)\n", v, read_apic_id());
1766 v = apic_read(APIC_LVR);
1767 printk(KERN_INFO "... APIC VERSION: %08x\n", v);
1768 ver = GET_APIC_VERSION(v);
1769 maxlvt = lapic_get_maxlvt();
1771 v = apic_read(APIC_TASKPRI);
1772 printk(KERN_DEBUG "... APIC TASKPRI: %08x (%02x)\n", v, v & APIC_TPRI_MASK);
1774 if (APIC_INTEGRATED(ver)) { /* !82489DX */
1775 if (!APIC_XAPIC(ver)) {
1776 v = apic_read(APIC_ARBPRI);
1777 printk(KERN_DEBUG "... APIC ARBPRI: %08x (%02x)\n", v,
1778 v & APIC_ARBPRI_MASK);
1780 v = apic_read(APIC_PROCPRI);
1781 printk(KERN_DEBUG "... APIC PROCPRI: %08x\n", v);
1785 * Remote read supported only in the 82489DX and local APIC for
1786 * Pentium processors.
1788 if (!APIC_INTEGRATED(ver) || maxlvt == 3) {
1789 v = apic_read(APIC_RRR);
1790 printk(KERN_DEBUG "... APIC RRR: %08x\n", v);
1793 v = apic_read(APIC_LDR);
1794 printk(KERN_DEBUG "... APIC LDR: %08x\n", v);
1795 if (!x2apic_enabled()) {
1796 v = apic_read(APIC_DFR);
1797 printk(KERN_DEBUG "... APIC DFR: %08x\n", v);
1799 v = apic_read(APIC_SPIV);
1800 printk(KERN_DEBUG "... APIC SPIV: %08x\n", v);
1802 printk(KERN_DEBUG "... APIC ISR field:\n");
1803 print_APIC_field(APIC_ISR);
1804 printk(KERN_DEBUG "... APIC TMR field:\n");
1805 print_APIC_field(APIC_TMR);
1806 printk(KERN_DEBUG "... APIC IRR field:\n");
1807 print_APIC_field(APIC_IRR);
1809 if (APIC_INTEGRATED(ver)) { /* !82489DX */
1810 if (maxlvt > 3) /* Due to the Pentium erratum 3AP. */
1811 apic_write(APIC_ESR, 0);
1813 v = apic_read(APIC_ESR);
1814 printk(KERN_DEBUG "... APIC ESR: %08x\n", v);
1817 icr = apic_icr_read();
1818 printk(KERN_DEBUG "... APIC ICR: %08x\n", (u32)icr);
1819 printk(KERN_DEBUG "... APIC ICR2: %08x\n", (u32)(icr >> 32));
1821 v = apic_read(APIC_LVTT);
1822 printk(KERN_DEBUG "... APIC LVTT: %08x\n", v);
1824 if (maxlvt > 3) { /* PC is LVT#4. */
1825 v = apic_read(APIC_LVTPC);
1826 printk(KERN_DEBUG "... APIC LVTPC: %08x\n", v);
1828 v = apic_read(APIC_LVT0);
1829 printk(KERN_DEBUG "... APIC LVT0: %08x\n", v);
1830 v = apic_read(APIC_LVT1);
1831 printk(KERN_DEBUG "... APIC LVT1: %08x\n", v);
1833 if (maxlvt > 2) { /* ERR is LVT#3. */
1834 v = apic_read(APIC_LVTERR);
1835 printk(KERN_DEBUG "... APIC LVTERR: %08x\n", v);
1838 v = apic_read(APIC_TMICT);
1839 printk(KERN_DEBUG "... APIC TMICT: %08x\n", v);
1840 v = apic_read(APIC_TMCCT);
1841 printk(KERN_DEBUG "... APIC TMCCT: %08x\n", v);
1842 v = apic_read(APIC_TDCR);
1843 printk(KERN_DEBUG "... APIC TDCR: %08x\n", v);
1845 if (boot_cpu_has(X86_FEATURE_EXTAPIC)) {
1846 v = apic_read(APIC_EFEAT);
1847 maxlvt = (v >> 16) & 0xff;
1848 printk(KERN_DEBUG "... APIC EFEAT: %08x\n", v);
1849 v = apic_read(APIC_ECTRL);
1850 printk(KERN_DEBUG "... APIC ECTRL: %08x\n", v);
1851 for (i = 0; i < maxlvt; i++) {
1852 v = apic_read(APIC_EILVTn(i));
1853 printk(KERN_DEBUG "... APIC EILVT%d: %08x\n", i, v);
1856 printk("\n");
1859 __apicdebuginit(void) print_local_APICs(int maxcpu)
1861 int cpu;
1863 if (!maxcpu)
1864 return;
1866 preempt_disable();
1867 for_each_online_cpu(cpu) {
1868 if (cpu >= maxcpu)
1869 break;
1870 smp_call_function_single(cpu, print_local_APIC, NULL, 1);
1872 preempt_enable();
1875 __apicdebuginit(void) print_PIC(void)
1877 unsigned int v;
1878 unsigned long flags;
1880 if (!legacy_pic->nr_legacy_irqs)
1881 return;
1883 printk(KERN_DEBUG "\nprinting PIC contents\n");
1885 raw_spin_lock_irqsave(&i8259A_lock, flags);
1887 v = inb(0xa1) << 8 | inb(0x21);
1888 printk(KERN_DEBUG "... PIC IMR: %04x\n", v);
1890 v = inb(0xa0) << 8 | inb(0x20);
1891 printk(KERN_DEBUG "... PIC IRR: %04x\n", v);
1893 outb(0x0b,0xa0);
1894 outb(0x0b,0x20);
1895 v = inb(0xa0) << 8 | inb(0x20);
1896 outb(0x0a,0xa0);
1897 outb(0x0a,0x20);
1899 raw_spin_unlock_irqrestore(&i8259A_lock, flags);
1901 printk(KERN_DEBUG "... PIC ISR: %04x\n", v);
1903 v = inb(0x4d1) << 8 | inb(0x4d0);
1904 printk(KERN_DEBUG "... PIC ELCR: %04x\n", v);
1907 static int __initdata show_lapic = 1;
1908 static __init int setup_show_lapic(char *arg)
1910 int num = -1;
1912 if (strcmp(arg, "all") == 0) {
1913 show_lapic = CONFIG_NR_CPUS;
1914 } else {
1915 get_option(&arg, &num);
1916 if (num >= 0)
1917 show_lapic = num;
1920 return 1;
1922 __setup("show_lapic=", setup_show_lapic);
1924 __apicdebuginit(int) print_ICs(void)
1926 if (apic_verbosity == APIC_QUIET)
1927 return 0;
1929 print_PIC();
1931 /* don't print out if apic is not there */
1932 if (!cpu_has_apic && !apic_from_smp_config())
1933 return 0;
1935 print_local_APICs(show_lapic);
1936 print_IO_APIC();
1938 return 0;
1941 fs_initcall(print_ICs);
1944 /* Where if anywhere is the i8259 connect in external int mode */
1945 static struct { int pin, apic; } ioapic_i8259 = { -1, -1 };
1947 void __init enable_IO_APIC(void)
1949 int i8259_apic, i8259_pin;
1950 int apic;
1952 if (!legacy_pic->nr_legacy_irqs)
1953 return;
1955 for(apic = 0; apic < nr_ioapics; apic++) {
1956 int pin;
1957 /* See if any of the pins is in ExtINT mode */
1958 for (pin = 0; pin < nr_ioapic_registers[apic]; pin++) {
1959 struct IO_APIC_route_entry entry;
1960 entry = ioapic_read_entry(apic, pin);
1962 /* If the interrupt line is enabled and in ExtInt mode
1963 * I have found the pin where the i8259 is connected.
1965 if ((entry.mask == 0) && (entry.delivery_mode == dest_ExtINT)) {
1966 ioapic_i8259.apic = apic;
1967 ioapic_i8259.pin = pin;
1968 goto found_i8259;
1972 found_i8259:
1973 /* Look to see what if the MP table has reported the ExtINT */
1974 /* If we could not find the appropriate pin by looking at the ioapic
1975 * the i8259 probably is not connected the ioapic but give the
1976 * mptable a chance anyway.
1978 i8259_pin = find_isa_irq_pin(0, mp_ExtINT);
1979 i8259_apic = find_isa_irq_apic(0, mp_ExtINT);
1980 /* Trust the MP table if nothing is setup in the hardware */
1981 if ((ioapic_i8259.pin == -1) && (i8259_pin >= 0)) {
1982 printk(KERN_WARNING "ExtINT not setup in hardware but reported by MP table\n");
1983 ioapic_i8259.pin = i8259_pin;
1984 ioapic_i8259.apic = i8259_apic;
1986 /* Complain if the MP table and the hardware disagree */
1987 if (((ioapic_i8259.apic != i8259_apic) || (ioapic_i8259.pin != i8259_pin)) &&
1988 (i8259_pin >= 0) && (ioapic_i8259.pin >= 0))
1990 printk(KERN_WARNING "ExtINT in hardware and MP table differ\n");
1994 * Do not trust the IO-APIC being empty at bootup
1996 clear_IO_APIC();
2000 * Not an __init, needed by the reboot code
2002 void disable_IO_APIC(void)
2005 * Clear the IO-APIC before rebooting:
2007 clear_IO_APIC();
2009 if (!legacy_pic->nr_legacy_irqs)
2010 return;
2013 * If the i8259 is routed through an IOAPIC
2014 * Put that IOAPIC in virtual wire mode
2015 * so legacy interrupts can be delivered.
2017 * With interrupt-remapping, for now we will use virtual wire A mode,
2018 * as virtual wire B is little complex (need to configure both
2019 * IOAPIC RTE aswell as interrupt-remapping table entry).
2020 * As this gets called during crash dump, keep this simple for now.
2022 if (ioapic_i8259.pin != -1 && !intr_remapping_enabled) {
2023 struct IO_APIC_route_entry entry;
2025 memset(&entry, 0, sizeof(entry));
2026 entry.mask = 0; /* Enabled */
2027 entry.trigger = 0; /* Edge */
2028 entry.irr = 0;
2029 entry.polarity = 0; /* High */
2030 entry.delivery_status = 0;
2031 entry.dest_mode = 0; /* Physical */
2032 entry.delivery_mode = dest_ExtINT; /* ExtInt */
2033 entry.vector = 0;
2034 entry.dest = read_apic_id();
2037 * Add it to the IO-APIC irq-routing table:
2039 ioapic_write_entry(ioapic_i8259.apic, ioapic_i8259.pin, entry);
2043 * Use virtual wire A mode when interrupt remapping is enabled.
2045 if (cpu_has_apic || apic_from_smp_config())
2046 disconnect_bsp_APIC(!intr_remapping_enabled &&
2047 ioapic_i8259.pin != -1);
2050 #ifdef CONFIG_X86_32
2052 * function to set the IO-APIC physical IDs based on the
2053 * values stored in the MPC table.
2055 * by Matt Domsch <Matt_Domsch@dell.com> Tue Dec 21 12:25:05 CST 1999
2058 void __init setup_ioapic_ids_from_mpc(void)
2060 union IO_APIC_reg_00 reg_00;
2061 physid_mask_t phys_id_present_map;
2062 int apic_id;
2063 int i;
2064 unsigned char old_id;
2065 unsigned long flags;
2067 if (acpi_ioapic)
2068 return;
2070 * Don't check I/O APIC IDs for xAPIC systems. They have
2071 * no meaning without the serial APIC bus.
2073 if (!(boot_cpu_data.x86_vendor == X86_VENDOR_INTEL)
2074 || APIC_XAPIC(apic_version[boot_cpu_physical_apicid]))
2075 return;
2077 * This is broken; anything with a real cpu count has to
2078 * circumvent this idiocy regardless.
2080 apic->ioapic_phys_id_map(&phys_cpu_present_map, &phys_id_present_map);
2083 * Set the IOAPIC ID to the value stored in the MPC table.
2085 for (apic_id = 0; apic_id < nr_ioapics; apic_id++) {
2087 /* Read the register 0 value */
2088 raw_spin_lock_irqsave(&ioapic_lock, flags);
2089 reg_00.raw = io_apic_read(apic_id, 0);
2090 raw_spin_unlock_irqrestore(&ioapic_lock, flags);
2092 old_id = mp_ioapics[apic_id].apicid;
2094 if (mp_ioapics[apic_id].apicid >= get_physical_broadcast()) {
2095 printk(KERN_ERR "BIOS bug, IO-APIC#%d ID is %d in the MPC table!...\n",
2096 apic_id, mp_ioapics[apic_id].apicid);
2097 printk(KERN_ERR "... fixing up to %d. (tell your hw vendor)\n",
2098 reg_00.bits.ID);
2099 mp_ioapics[apic_id].apicid = reg_00.bits.ID;
2103 * Sanity check, is the ID really free? Every APIC in a
2104 * system must have a unique ID or we get lots of nice
2105 * 'stuck on smp_invalidate_needed IPI wait' messages.
2107 if (apic->check_apicid_used(&phys_id_present_map,
2108 mp_ioapics[apic_id].apicid)) {
2109 printk(KERN_ERR "BIOS bug, IO-APIC#%d ID %d is already used!...\n",
2110 apic_id, mp_ioapics[apic_id].apicid);
2111 for (i = 0; i < get_physical_broadcast(); i++)
2112 if (!physid_isset(i, phys_id_present_map))
2113 break;
2114 if (i >= get_physical_broadcast())
2115 panic("Max APIC ID exceeded!\n");
2116 printk(KERN_ERR "... fixing up to %d. (tell your hw vendor)\n",
2118 physid_set(i, phys_id_present_map);
2119 mp_ioapics[apic_id].apicid = i;
2120 } else {
2121 physid_mask_t tmp;
2122 apic->apicid_to_cpu_present(mp_ioapics[apic_id].apicid, &tmp);
2123 apic_printk(APIC_VERBOSE, "Setting %d in the "
2124 "phys_id_present_map\n",
2125 mp_ioapics[apic_id].apicid);
2126 physids_or(phys_id_present_map, phys_id_present_map, tmp);
2131 * We need to adjust the IRQ routing table
2132 * if the ID changed.
2134 if (old_id != mp_ioapics[apic_id].apicid)
2135 for (i = 0; i < mp_irq_entries; i++)
2136 if (mp_irqs[i].dstapic == old_id)
2137 mp_irqs[i].dstapic
2138 = mp_ioapics[apic_id].apicid;
2141 * Read the right value from the MPC table and
2142 * write it into the ID register.
2144 apic_printk(APIC_VERBOSE, KERN_INFO
2145 "...changing IO-APIC physical APIC ID to %d ...",
2146 mp_ioapics[apic_id].apicid);
2148 reg_00.bits.ID = mp_ioapics[apic_id].apicid;
2149 raw_spin_lock_irqsave(&ioapic_lock, flags);
2150 io_apic_write(apic_id, 0, reg_00.raw);
2151 raw_spin_unlock_irqrestore(&ioapic_lock, flags);
2154 * Sanity check
2156 raw_spin_lock_irqsave(&ioapic_lock, flags);
2157 reg_00.raw = io_apic_read(apic_id, 0);
2158 raw_spin_unlock_irqrestore(&ioapic_lock, flags);
2159 if (reg_00.bits.ID != mp_ioapics[apic_id].apicid)
2160 printk("could not set ID!\n");
2161 else
2162 apic_printk(APIC_VERBOSE, " ok.\n");
2165 #endif
2167 int no_timer_check __initdata;
2169 static int __init notimercheck(char *s)
2171 no_timer_check = 1;
2172 return 1;
2174 __setup("no_timer_check", notimercheck);
2177 * There is a nasty bug in some older SMP boards, their mptable lies
2178 * about the timer IRQ. We do the following to work around the situation:
2180 * - timer IRQ defaults to IO-APIC IRQ
2181 * - if this function detects that timer IRQs are defunct, then we fall
2182 * back to ISA timer IRQs
2184 static int __init timer_irq_works(void)
2186 unsigned long t1 = jiffies;
2187 unsigned long flags;
2189 if (no_timer_check)
2190 return 1;
2192 local_save_flags(flags);
2193 local_irq_enable();
2194 /* Let ten ticks pass... */
2195 mdelay((10 * 1000) / HZ);
2196 local_irq_restore(flags);
2199 * Expect a few ticks at least, to be sure some possible
2200 * glue logic does not lock up after one or two first
2201 * ticks in a non-ExtINT mode. Also the local APIC
2202 * might have cached one ExtINT interrupt. Finally, at
2203 * least one tick may be lost due to delays.
2206 /* jiffies wrap? */
2207 if (time_after(jiffies, t1 + 4))
2208 return 1;
2209 return 0;
2213 * In the SMP+IOAPIC case it might happen that there are an unspecified
2214 * number of pending IRQ events unhandled. These cases are very rare,
2215 * so we 'resend' these IRQs via IPIs, to the same CPU. It's much
2216 * better to do it this way as thus we do not have to be aware of
2217 * 'pending' interrupts in the IRQ path, except at this point.
2220 * Edge triggered needs to resend any interrupt
2221 * that was delayed but this is now handled in the device
2222 * independent code.
2226 * Starting up a edge-triggered IO-APIC interrupt is
2227 * nasty - we need to make sure that we get the edge.
2228 * If it is already asserted for some reason, we need
2229 * return 1 to indicate that is was pending.
2231 * This is not complete - we should be able to fake
2232 * an edge even if it isn't on the 8259A...
2235 static unsigned int startup_ioapic_irq(unsigned int irq)
2237 int was_pending = 0;
2238 unsigned long flags;
2239 struct irq_cfg *cfg;
2241 raw_spin_lock_irqsave(&ioapic_lock, flags);
2242 if (irq < legacy_pic->nr_legacy_irqs) {
2243 legacy_pic->chip->mask(irq);
2244 if (legacy_pic->irq_pending(irq))
2245 was_pending = 1;
2247 cfg = irq_cfg(irq);
2248 __unmask_IO_APIC_irq(cfg);
2249 raw_spin_unlock_irqrestore(&ioapic_lock, flags);
2251 return was_pending;
2254 static int ioapic_retrigger_irq(unsigned int irq)
2257 struct irq_cfg *cfg = irq_cfg(irq);
2258 unsigned long flags;
2260 raw_spin_lock_irqsave(&vector_lock, flags);
2261 apic->send_IPI_mask(cpumask_of(cpumask_first(cfg->domain)), cfg->vector);
2262 raw_spin_unlock_irqrestore(&vector_lock, flags);
2264 return 1;
2268 * Level and edge triggered IO-APIC interrupts need different handling,
2269 * so we use two separate IRQ descriptors. Edge triggered IRQs can be
2270 * handled with the level-triggered descriptor, but that one has slightly
2271 * more overhead. Level-triggered interrupts cannot be handled with the
2272 * edge-triggered handler, without risking IRQ storms and other ugly
2273 * races.
2276 #ifdef CONFIG_SMP
2277 void send_cleanup_vector(struct irq_cfg *cfg)
2279 cpumask_var_t cleanup_mask;
2281 if (unlikely(!alloc_cpumask_var(&cleanup_mask, GFP_ATOMIC))) {
2282 unsigned int i;
2283 for_each_cpu_and(i, cfg->old_domain, cpu_online_mask)
2284 apic->send_IPI_mask(cpumask_of(i), IRQ_MOVE_CLEANUP_VECTOR);
2285 } else {
2286 cpumask_and(cleanup_mask, cfg->old_domain, cpu_online_mask);
2287 apic->send_IPI_mask(cleanup_mask, IRQ_MOVE_CLEANUP_VECTOR);
2288 free_cpumask_var(cleanup_mask);
2290 cfg->move_in_progress = 0;
2293 static void __target_IO_APIC_irq(unsigned int irq, unsigned int dest, struct irq_cfg *cfg)
2295 int apic, pin;
2296 struct irq_pin_list *entry;
2297 u8 vector = cfg->vector;
2299 for_each_irq_pin(entry, cfg->irq_2_pin) {
2300 unsigned int reg;
2302 apic = entry->apic;
2303 pin = entry->pin;
2305 * With interrupt-remapping, destination information comes
2306 * from interrupt-remapping table entry.
2308 if (!irq_remapped(irq))
2309 io_apic_write(apic, 0x11 + pin*2, dest);
2310 reg = io_apic_read(apic, 0x10 + pin*2);
2311 reg &= ~IO_APIC_REDIR_VECTOR_MASK;
2312 reg |= vector;
2313 io_apic_modify(apic, 0x10 + pin*2, reg);
2318 * Either sets desc->affinity to a valid value, and returns
2319 * ->cpu_mask_to_apicid of that in dest_id, or returns -1 and
2320 * leaves desc->affinity untouched.
2322 unsigned int
2323 set_desc_affinity(struct irq_desc *desc, const struct cpumask *mask,
2324 unsigned int *dest_id)
2326 struct irq_cfg *cfg;
2327 unsigned int irq;
2329 if (!cpumask_intersects(mask, cpu_online_mask))
2330 return -1;
2332 irq = desc->irq;
2333 cfg = desc->chip_data;
2334 if (assign_irq_vector(irq, cfg, mask))
2335 return -1;
2337 cpumask_copy(desc->affinity, mask);
2339 *dest_id = apic->cpu_mask_to_apicid_and(desc->affinity, cfg->domain);
2340 return 0;
2343 static int
2344 set_ioapic_affinity_irq_desc(struct irq_desc *desc, const struct cpumask *mask)
2346 struct irq_cfg *cfg;
2347 unsigned long flags;
2348 unsigned int dest;
2349 unsigned int irq;
2350 int ret = -1;
2352 irq = desc->irq;
2353 cfg = desc->chip_data;
2355 raw_spin_lock_irqsave(&ioapic_lock, flags);
2356 ret = set_desc_affinity(desc, mask, &dest);
2357 if (!ret) {
2358 /* Only the high 8 bits are valid. */
2359 dest = SET_APIC_LOGICAL_ID(dest);
2360 __target_IO_APIC_irq(irq, dest, cfg);
2362 raw_spin_unlock_irqrestore(&ioapic_lock, flags);
2364 return ret;
2367 static int
2368 set_ioapic_affinity_irq(unsigned int irq, const struct cpumask *mask)
2370 struct irq_desc *desc;
2372 desc = irq_to_desc(irq);
2374 return set_ioapic_affinity_irq_desc(desc, mask);
2377 #ifdef CONFIG_INTR_REMAP
2380 * Migrate the IO-APIC irq in the presence of intr-remapping.
2382 * For both level and edge triggered, irq migration is a simple atomic
2383 * update(of vector and cpu destination) of IRTE and flush the hardware cache.
2385 * For level triggered, we eliminate the io-apic RTE modification (with the
2386 * updated vector information), by using a virtual vector (io-apic pin number).
2387 * Real vector that is used for interrupting cpu will be coming from
2388 * the interrupt-remapping table entry.
2390 static int
2391 migrate_ioapic_irq_desc(struct irq_desc *desc, const struct cpumask *mask)
2393 struct irq_cfg *cfg;
2394 struct irte irte;
2395 unsigned int dest;
2396 unsigned int irq;
2397 int ret = -1;
2399 if (!cpumask_intersects(mask, cpu_online_mask))
2400 return ret;
2402 irq = desc->irq;
2403 if (get_irte(irq, &irte))
2404 return ret;
2406 cfg = desc->chip_data;
2407 if (assign_irq_vector(irq, cfg, mask))
2408 return ret;
2410 dest = apic->cpu_mask_to_apicid_and(cfg->domain, mask);
2412 irte.vector = cfg->vector;
2413 irte.dest_id = IRTE_DEST(dest);
2416 * Modified the IRTE and flushes the Interrupt entry cache.
2418 modify_irte(irq, &irte);
2420 if (cfg->move_in_progress)
2421 send_cleanup_vector(cfg);
2423 cpumask_copy(desc->affinity, mask);
2425 return 0;
2429 * Migrates the IRQ destination in the process context.
2431 static int set_ir_ioapic_affinity_irq_desc(struct irq_desc *desc,
2432 const struct cpumask *mask)
2434 return migrate_ioapic_irq_desc(desc, mask);
2436 static int set_ir_ioapic_affinity_irq(unsigned int irq,
2437 const struct cpumask *mask)
2439 struct irq_desc *desc = irq_to_desc(irq);
2441 return set_ir_ioapic_affinity_irq_desc(desc, mask);
2443 #else
2444 static inline int set_ir_ioapic_affinity_irq_desc(struct irq_desc *desc,
2445 const struct cpumask *mask)
2447 return 0;
2449 #endif
2451 asmlinkage void smp_irq_move_cleanup_interrupt(void)
2453 unsigned vector, me;
2455 ack_APIC_irq();
2456 exit_idle();
2457 irq_enter();
2459 me = smp_processor_id();
2460 for (vector = FIRST_EXTERNAL_VECTOR; vector < NR_VECTORS; vector++) {
2461 unsigned int irq;
2462 unsigned int irr;
2463 struct irq_desc *desc;
2464 struct irq_cfg *cfg;
2465 irq = __get_cpu_var(vector_irq)[vector];
2467 if (irq == -1)
2468 continue;
2470 desc = irq_to_desc(irq);
2471 if (!desc)
2472 continue;
2474 cfg = irq_cfg(irq);
2475 raw_spin_lock(&desc->lock);
2478 * Check if the irq migration is in progress. If so, we
2479 * haven't received the cleanup request yet for this irq.
2481 if (cfg->move_in_progress)
2482 goto unlock;
2484 if (vector == cfg->vector && cpumask_test_cpu(me, cfg->domain))
2485 goto unlock;
2487 irr = apic_read(APIC_IRR + (vector / 32 * 0x10));
2489 * Check if the vector that needs to be cleanedup is
2490 * registered at the cpu's IRR. If so, then this is not
2491 * the best time to clean it up. Lets clean it up in the
2492 * next attempt by sending another IRQ_MOVE_CLEANUP_VECTOR
2493 * to myself.
2495 if (irr & (1 << (vector % 32))) {
2496 apic->send_IPI_self(IRQ_MOVE_CLEANUP_VECTOR);
2497 goto unlock;
2499 __get_cpu_var(vector_irq)[vector] = -1;
2500 unlock:
2501 raw_spin_unlock(&desc->lock);
2504 irq_exit();
2507 static void __irq_complete_move(struct irq_desc **descp, unsigned vector)
2509 struct irq_desc *desc = *descp;
2510 struct irq_cfg *cfg = desc->chip_data;
2511 unsigned me;
2513 if (likely(!cfg->move_in_progress))
2514 return;
2516 me = smp_processor_id();
2518 if (vector == cfg->vector && cpumask_test_cpu(me, cfg->domain))
2519 send_cleanup_vector(cfg);
2522 static void irq_complete_move(struct irq_desc **descp)
2524 __irq_complete_move(descp, ~get_irq_regs()->orig_ax);
2527 void irq_force_complete_move(int irq)
2529 struct irq_desc *desc = irq_to_desc(irq);
2530 struct irq_cfg *cfg = desc->chip_data;
2532 __irq_complete_move(&desc, cfg->vector);
2534 #else
2535 static inline void irq_complete_move(struct irq_desc **descp) {}
2536 #endif
2538 static void ack_apic_edge(unsigned int irq)
2540 struct irq_desc *desc = irq_to_desc(irq);
2542 irq_complete_move(&desc);
2543 move_native_irq(irq);
2544 ack_APIC_irq();
2547 atomic_t irq_mis_count;
2550 * IO-APIC versions below 0x20 don't support EOI register.
2551 * For the record, here is the information about various versions:
2552 * 0Xh 82489DX
2553 * 1Xh I/OAPIC or I/O(x)APIC which are not PCI 2.2 Compliant
2554 * 2Xh I/O(x)APIC which is PCI 2.2 Compliant
2555 * 30h-FFh Reserved
2557 * Some of the Intel ICH Specs (ICH2 to ICH5) documents the io-apic
2558 * version as 0x2. This is an error with documentation and these ICH chips
2559 * use io-apic's of version 0x20.
2561 * For IO-APIC's with EOI register, we use that to do an explicit EOI.
2562 * Otherwise, we simulate the EOI message manually by changing the trigger
2563 * mode to edge and then back to level, with RTE being masked during this.
2565 static void __eoi_ioapic_irq(unsigned int irq, struct irq_cfg *cfg)
2567 struct irq_pin_list *entry;
2569 for_each_irq_pin(entry, cfg->irq_2_pin) {
2570 if (mp_ioapics[entry->apic].apicver >= 0x20) {
2572 * Intr-remapping uses pin number as the virtual vector
2573 * in the RTE. Actual vector is programmed in
2574 * intr-remapping table entry. Hence for the io-apic
2575 * EOI we use the pin number.
2577 if (irq_remapped(irq))
2578 io_apic_eoi(entry->apic, entry->pin);
2579 else
2580 io_apic_eoi(entry->apic, cfg->vector);
2581 } else {
2582 __mask_and_edge_IO_APIC_irq(entry);
2583 __unmask_and_level_IO_APIC_irq(entry);
2588 static void eoi_ioapic_irq(struct irq_desc *desc)
2590 struct irq_cfg *cfg;
2591 unsigned long flags;
2592 unsigned int irq;
2594 irq = desc->irq;
2595 cfg = desc->chip_data;
2597 raw_spin_lock_irqsave(&ioapic_lock, flags);
2598 __eoi_ioapic_irq(irq, cfg);
2599 raw_spin_unlock_irqrestore(&ioapic_lock, flags);
2602 static void ack_apic_level(unsigned int irq)
2604 struct irq_desc *desc = irq_to_desc(irq);
2605 unsigned long v;
2606 int i;
2607 struct irq_cfg *cfg;
2608 int do_unmask_irq = 0;
2610 irq_complete_move(&desc);
2611 #ifdef CONFIG_GENERIC_PENDING_IRQ
2612 /* If we are moving the irq we need to mask it */
2613 if (unlikely(desc->status & IRQ_MOVE_PENDING)) {
2614 do_unmask_irq = 1;
2615 mask_IO_APIC_irq_desc(desc);
2617 #endif
2620 * It appears there is an erratum which affects at least version 0x11
2621 * of I/O APIC (that's the 82093AA and cores integrated into various
2622 * chipsets). Under certain conditions a level-triggered interrupt is
2623 * erroneously delivered as edge-triggered one but the respective IRR
2624 * bit gets set nevertheless. As a result the I/O unit expects an EOI
2625 * message but it will never arrive and further interrupts are blocked
2626 * from the source. The exact reason is so far unknown, but the
2627 * phenomenon was observed when two consecutive interrupt requests
2628 * from a given source get delivered to the same CPU and the source is
2629 * temporarily disabled in between.
2631 * A workaround is to simulate an EOI message manually. We achieve it
2632 * by setting the trigger mode to edge and then to level when the edge
2633 * trigger mode gets detected in the TMR of a local APIC for a
2634 * level-triggered interrupt. We mask the source for the time of the
2635 * operation to prevent an edge-triggered interrupt escaping meanwhile.
2636 * The idea is from Manfred Spraul. --macro
2638 * Also in the case when cpu goes offline, fixup_irqs() will forward
2639 * any unhandled interrupt on the offlined cpu to the new cpu
2640 * destination that is handling the corresponding interrupt. This
2641 * interrupt forwarding is done via IPI's. Hence, in this case also
2642 * level-triggered io-apic interrupt will be seen as an edge
2643 * interrupt in the IRR. And we can't rely on the cpu's EOI
2644 * to be broadcasted to the IO-APIC's which will clear the remoteIRR
2645 * corresponding to the level-triggered interrupt. Hence on IO-APIC's
2646 * supporting EOI register, we do an explicit EOI to clear the
2647 * remote IRR and on IO-APIC's which don't have an EOI register,
2648 * we use the above logic (mask+edge followed by unmask+level) from
2649 * Manfred Spraul to clear the remote IRR.
2651 cfg = desc->chip_data;
2652 i = cfg->vector;
2653 v = apic_read(APIC_TMR + ((i & ~0x1f) >> 1));
2656 * We must acknowledge the irq before we move it or the acknowledge will
2657 * not propagate properly.
2659 ack_APIC_irq();
2662 * Tail end of clearing remote IRR bit (either by delivering the EOI
2663 * message via io-apic EOI register write or simulating it using
2664 * mask+edge followed by unnask+level logic) manually when the
2665 * level triggered interrupt is seen as the edge triggered interrupt
2666 * at the cpu.
2668 if (!(v & (1 << (i & 0x1f)))) {
2669 atomic_inc(&irq_mis_count);
2671 eoi_ioapic_irq(desc);
2674 /* Now we can move and renable the irq */
2675 if (unlikely(do_unmask_irq)) {
2676 /* Only migrate the irq if the ack has been received.
2678 * On rare occasions the broadcast level triggered ack gets
2679 * delayed going to ioapics, and if we reprogram the
2680 * vector while Remote IRR is still set the irq will never
2681 * fire again.
2683 * To prevent this scenario we read the Remote IRR bit
2684 * of the ioapic. This has two effects.
2685 * - On any sane system the read of the ioapic will
2686 * flush writes (and acks) going to the ioapic from
2687 * this cpu.
2688 * - We get to see if the ACK has actually been delivered.
2690 * Based on failed experiments of reprogramming the
2691 * ioapic entry from outside of irq context starting
2692 * with masking the ioapic entry and then polling until
2693 * Remote IRR was clear before reprogramming the
2694 * ioapic I don't trust the Remote IRR bit to be
2695 * completey accurate.
2697 * However there appears to be no other way to plug
2698 * this race, so if the Remote IRR bit is not
2699 * accurate and is causing problems then it is a hardware bug
2700 * and you can go talk to the chipset vendor about it.
2702 cfg = desc->chip_data;
2703 if (!io_apic_level_ack_pending(cfg))
2704 move_masked_irq(irq);
2705 unmask_IO_APIC_irq_desc(desc);
2709 #ifdef CONFIG_INTR_REMAP
2710 static void ir_ack_apic_edge(unsigned int irq)
2712 ack_APIC_irq();
2715 static void ir_ack_apic_level(unsigned int irq)
2717 struct irq_desc *desc = irq_to_desc(irq);
2719 ack_APIC_irq();
2720 eoi_ioapic_irq(desc);
2722 #endif /* CONFIG_INTR_REMAP */
2724 static struct irq_chip ioapic_chip __read_mostly = {
2725 .name = "IO-APIC",
2726 .startup = startup_ioapic_irq,
2727 .mask = mask_IO_APIC_irq,
2728 .unmask = unmask_IO_APIC_irq,
2729 .ack = ack_apic_edge,
2730 .eoi = ack_apic_level,
2731 #ifdef CONFIG_SMP
2732 .set_affinity = set_ioapic_affinity_irq,
2733 #endif
2734 .retrigger = ioapic_retrigger_irq,
2737 static struct irq_chip ir_ioapic_chip __read_mostly = {
2738 .name = "IR-IO-APIC",
2739 .startup = startup_ioapic_irq,
2740 .mask = mask_IO_APIC_irq,
2741 .unmask = unmask_IO_APIC_irq,
2742 #ifdef CONFIG_INTR_REMAP
2743 .ack = ir_ack_apic_edge,
2744 .eoi = ir_ack_apic_level,
2745 #ifdef CONFIG_SMP
2746 .set_affinity = set_ir_ioapic_affinity_irq,
2747 #endif
2748 #endif
2749 .retrigger = ioapic_retrigger_irq,
2752 static inline void init_IO_APIC_traps(void)
2754 int irq;
2755 struct irq_desc *desc;
2756 struct irq_cfg *cfg;
2759 * NOTE! The local APIC isn't very good at handling
2760 * multiple interrupts at the same interrupt level.
2761 * As the interrupt level is determined by taking the
2762 * vector number and shifting that right by 4, we
2763 * want to spread these out a bit so that they don't
2764 * all fall in the same interrupt level.
2766 * Also, we've got to be careful not to trash gate
2767 * 0x80, because int 0x80 is hm, kind of importantish. ;)
2769 for_each_irq_desc(irq, desc) {
2770 cfg = desc->chip_data;
2771 if (IO_APIC_IRQ(irq) && cfg && !cfg->vector) {
2773 * Hmm.. We don't have an entry for this,
2774 * so default to an old-fashioned 8259
2775 * interrupt if we can..
2777 if (irq < legacy_pic->nr_legacy_irqs)
2778 legacy_pic->make_irq(irq);
2779 else
2780 /* Strange. Oh, well.. */
2781 desc->chip = &no_irq_chip;
2787 * The local APIC irq-chip implementation:
2790 static void mask_lapic_irq(unsigned int irq)
2792 unsigned long v;
2794 v = apic_read(APIC_LVT0);
2795 apic_write(APIC_LVT0, v | APIC_LVT_MASKED);
2798 static void unmask_lapic_irq(unsigned int irq)
2800 unsigned long v;
2802 v = apic_read(APIC_LVT0);
2803 apic_write(APIC_LVT0, v & ~APIC_LVT_MASKED);
2806 static void ack_lapic_irq(unsigned int irq)
2808 ack_APIC_irq();
2811 static struct irq_chip lapic_chip __read_mostly = {
2812 .name = "local-APIC",
2813 .mask = mask_lapic_irq,
2814 .unmask = unmask_lapic_irq,
2815 .ack = ack_lapic_irq,
2818 static void lapic_register_intr(int irq, struct irq_desc *desc)
2820 desc->status &= ~IRQ_LEVEL;
2821 set_irq_chip_and_handler_name(irq, &lapic_chip, handle_edge_irq,
2822 "edge");
2825 static void __init setup_nmi(void)
2828 * Dirty trick to enable the NMI watchdog ...
2829 * We put the 8259A master into AEOI mode and
2830 * unmask on all local APICs LVT0 as NMI.
2832 * The idea to use the 8259A in AEOI mode ('8259A Virtual Wire')
2833 * is from Maciej W. Rozycki - so we do not have to EOI from
2834 * the NMI handler or the timer interrupt.
2836 apic_printk(APIC_VERBOSE, KERN_INFO "activating NMI Watchdog ...");
2838 enable_NMI_through_LVT0();
2840 apic_printk(APIC_VERBOSE, " done.\n");
2844 * This looks a bit hackish but it's about the only one way of sending
2845 * a few INTA cycles to 8259As and any associated glue logic. ICR does
2846 * not support the ExtINT mode, unfortunately. We need to send these
2847 * cycles as some i82489DX-based boards have glue logic that keeps the
2848 * 8259A interrupt line asserted until INTA. --macro
2850 static inline void __init unlock_ExtINT_logic(void)
2852 int apic, pin, i;
2853 struct IO_APIC_route_entry entry0, entry1;
2854 unsigned char save_control, save_freq_select;
2856 pin = find_isa_irq_pin(8, mp_INT);
2857 if (pin == -1) {
2858 WARN_ON_ONCE(1);
2859 return;
2861 apic = find_isa_irq_apic(8, mp_INT);
2862 if (apic == -1) {
2863 WARN_ON_ONCE(1);
2864 return;
2867 entry0 = ioapic_read_entry(apic, pin);
2868 clear_IO_APIC_pin(apic, pin);
2870 memset(&entry1, 0, sizeof(entry1));
2872 entry1.dest_mode = 0; /* physical delivery */
2873 entry1.mask = 0; /* unmask IRQ now */
2874 entry1.dest = hard_smp_processor_id();
2875 entry1.delivery_mode = dest_ExtINT;
2876 entry1.polarity = entry0.polarity;
2877 entry1.trigger = 0;
2878 entry1.vector = 0;
2880 ioapic_write_entry(apic, pin, entry1);
2882 save_control = CMOS_READ(RTC_CONTROL);
2883 save_freq_select = CMOS_READ(RTC_FREQ_SELECT);
2884 CMOS_WRITE((save_freq_select & ~RTC_RATE_SELECT) | 0x6,
2885 RTC_FREQ_SELECT);
2886 CMOS_WRITE(save_control | RTC_PIE, RTC_CONTROL);
2888 i = 100;
2889 while (i-- > 0) {
2890 mdelay(10);
2891 if ((CMOS_READ(RTC_INTR_FLAGS) & RTC_PF) == RTC_PF)
2892 i -= 10;
2895 CMOS_WRITE(save_control, RTC_CONTROL);
2896 CMOS_WRITE(save_freq_select, RTC_FREQ_SELECT);
2897 clear_IO_APIC_pin(apic, pin);
2899 ioapic_write_entry(apic, pin, entry0);
2902 static int disable_timer_pin_1 __initdata;
2903 /* Actually the next is obsolete, but keep it for paranoid reasons -AK */
2904 static int __init disable_timer_pin_setup(char *arg)
2906 disable_timer_pin_1 = 1;
2907 return 0;
2909 early_param("disable_timer_pin_1", disable_timer_pin_setup);
2911 int timer_through_8259 __initdata;
2914 * This code may look a bit paranoid, but it's supposed to cooperate with
2915 * a wide range of boards and BIOS bugs. Fortunately only the timer IRQ
2916 * is so screwy. Thanks to Brian Perkins for testing/hacking this beast
2917 * fanatically on his truly buggy board.
2919 * FIXME: really need to revamp this for all platforms.
2921 static inline void __init check_timer(void)
2923 struct irq_desc *desc = irq_to_desc(0);
2924 struct irq_cfg *cfg = desc->chip_data;
2925 int node = cpu_to_node(boot_cpu_id);
2926 int apic1, pin1, apic2, pin2;
2927 unsigned long flags;
2928 int no_pin1 = 0;
2930 local_irq_save(flags);
2933 * get/set the timer IRQ vector:
2935 legacy_pic->chip->mask(0);
2936 assign_irq_vector(0, cfg, apic->target_cpus());
2939 * As IRQ0 is to be enabled in the 8259A, the virtual
2940 * wire has to be disabled in the local APIC. Also
2941 * timer interrupts need to be acknowledged manually in
2942 * the 8259A for the i82489DX when using the NMI
2943 * watchdog as that APIC treats NMIs as level-triggered.
2944 * The AEOI mode will finish them in the 8259A
2945 * automatically.
2947 apic_write(APIC_LVT0, APIC_LVT_MASKED | APIC_DM_EXTINT);
2948 legacy_pic->init(1);
2949 #ifdef CONFIG_X86_32
2951 unsigned int ver;
2953 ver = apic_read(APIC_LVR);
2954 ver = GET_APIC_VERSION(ver);
2955 timer_ack = (nmi_watchdog == NMI_IO_APIC && !APIC_INTEGRATED(ver));
2957 #endif
2959 pin1 = find_isa_irq_pin(0, mp_INT);
2960 apic1 = find_isa_irq_apic(0, mp_INT);
2961 pin2 = ioapic_i8259.pin;
2962 apic2 = ioapic_i8259.apic;
2964 apic_printk(APIC_QUIET, KERN_INFO "..TIMER: vector=0x%02X "
2965 "apic1=%d pin1=%d apic2=%d pin2=%d\n",
2966 cfg->vector, apic1, pin1, apic2, pin2);
2969 * Some BIOS writers are clueless and report the ExtINTA
2970 * I/O APIC input from the cascaded 8259A as the timer
2971 * interrupt input. So just in case, if only one pin
2972 * was found above, try it both directly and through the
2973 * 8259A.
2975 if (pin1 == -1) {
2976 if (intr_remapping_enabled)
2977 panic("BIOS bug: timer not connected to IO-APIC");
2978 pin1 = pin2;
2979 apic1 = apic2;
2980 no_pin1 = 1;
2981 } else if (pin2 == -1) {
2982 pin2 = pin1;
2983 apic2 = apic1;
2986 if (pin1 != -1) {
2988 * Ok, does IRQ0 through the IOAPIC work?
2990 if (no_pin1) {
2991 add_pin_to_irq_node(cfg, node, apic1, pin1);
2992 setup_timer_IRQ0_pin(apic1, pin1, cfg->vector);
2993 } else {
2994 /* for edge trigger, setup_IO_APIC_irq already
2995 * leave it unmasked.
2996 * so only need to unmask if it is level-trigger
2997 * do we really have level trigger timer?
2999 int idx;
3000 idx = find_irq_entry(apic1, pin1, mp_INT);
3001 if (idx != -1 && irq_trigger(idx))
3002 unmask_IO_APIC_irq_desc(desc);
3004 if (timer_irq_works()) {
3005 if (nmi_watchdog == NMI_IO_APIC) {
3006 setup_nmi();
3007 legacy_pic->chip->unmask(0);
3009 if (disable_timer_pin_1 > 0)
3010 clear_IO_APIC_pin(0, pin1);
3011 goto out;
3013 if (intr_remapping_enabled)
3014 panic("timer doesn't work through Interrupt-remapped IO-APIC");
3015 local_irq_disable();
3016 clear_IO_APIC_pin(apic1, pin1);
3017 if (!no_pin1)
3018 apic_printk(APIC_QUIET, KERN_ERR "..MP-BIOS bug: "
3019 "8254 timer not connected to IO-APIC\n");
3021 apic_printk(APIC_QUIET, KERN_INFO "...trying to set up timer "
3022 "(IRQ0) through the 8259A ...\n");
3023 apic_printk(APIC_QUIET, KERN_INFO
3024 "..... (found apic %d pin %d) ...\n", apic2, pin2);
3026 * legacy devices should be connected to IO APIC #0
3028 replace_pin_at_irq_node(cfg, node, apic1, pin1, apic2, pin2);
3029 setup_timer_IRQ0_pin(apic2, pin2, cfg->vector);
3030 legacy_pic->chip->unmask(0);
3031 if (timer_irq_works()) {
3032 apic_printk(APIC_QUIET, KERN_INFO "....... works.\n");
3033 timer_through_8259 = 1;
3034 if (nmi_watchdog == NMI_IO_APIC) {
3035 legacy_pic->chip->mask(0);
3036 setup_nmi();
3037 legacy_pic->chip->unmask(0);
3039 goto out;
3042 * Cleanup, just in case ...
3044 local_irq_disable();
3045 legacy_pic->chip->mask(0);
3046 clear_IO_APIC_pin(apic2, pin2);
3047 apic_printk(APIC_QUIET, KERN_INFO "....... failed.\n");
3050 if (nmi_watchdog == NMI_IO_APIC) {
3051 apic_printk(APIC_QUIET, KERN_WARNING "timer doesn't work "
3052 "through the IO-APIC - disabling NMI Watchdog!\n");
3053 nmi_watchdog = NMI_NONE;
3055 #ifdef CONFIG_X86_32
3056 timer_ack = 0;
3057 #endif
3059 apic_printk(APIC_QUIET, KERN_INFO
3060 "...trying to set up timer as Virtual Wire IRQ...\n");
3062 lapic_register_intr(0, desc);
3063 apic_write(APIC_LVT0, APIC_DM_FIXED | cfg->vector); /* Fixed mode */
3064 legacy_pic->chip->unmask(0);
3066 if (timer_irq_works()) {
3067 apic_printk(APIC_QUIET, KERN_INFO "..... works.\n");
3068 goto out;
3070 local_irq_disable();
3071 legacy_pic->chip->mask(0);
3072 apic_write(APIC_LVT0, APIC_LVT_MASKED | APIC_DM_FIXED | cfg->vector);
3073 apic_printk(APIC_QUIET, KERN_INFO "..... failed.\n");
3075 apic_printk(APIC_QUIET, KERN_INFO
3076 "...trying to set up timer as ExtINT IRQ...\n");
3078 legacy_pic->init(0);
3079 legacy_pic->make_irq(0);
3080 apic_write(APIC_LVT0, APIC_DM_EXTINT);
3082 unlock_ExtINT_logic();
3084 if (timer_irq_works()) {
3085 apic_printk(APIC_QUIET, KERN_INFO "..... works.\n");
3086 goto out;
3088 local_irq_disable();
3089 apic_printk(APIC_QUIET, KERN_INFO "..... failed :(.\n");
3090 panic("IO-APIC + timer doesn't work! Boot with apic=debug and send a "
3091 "report. Then try booting with the 'noapic' option.\n");
3092 out:
3093 local_irq_restore(flags);
3097 * Traditionally ISA IRQ2 is the cascade IRQ, and is not available
3098 * to devices. However there may be an I/O APIC pin available for
3099 * this interrupt regardless. The pin may be left unconnected, but
3100 * typically it will be reused as an ExtINT cascade interrupt for
3101 * the master 8259A. In the MPS case such a pin will normally be
3102 * reported as an ExtINT interrupt in the MP table. With ACPI
3103 * there is no provision for ExtINT interrupts, and in the absence
3104 * of an override it would be treated as an ordinary ISA I/O APIC
3105 * interrupt, that is edge-triggered and unmasked by default. We
3106 * used to do this, but it caused problems on some systems because
3107 * of the NMI watchdog and sometimes IRQ0 of the 8254 timer using
3108 * the same ExtINT cascade interrupt to drive the local APIC of the
3109 * bootstrap processor. Therefore we refrain from routing IRQ2 to
3110 * the I/O APIC in all cases now. No actual device should request
3111 * it anyway. --macro
3113 #define PIC_IRQS (1UL << PIC_CASCADE_IR)
3115 void __init setup_IO_APIC(void)
3119 * calling enable_IO_APIC() is moved to setup_local_APIC for BP
3121 io_apic_irqs = legacy_pic->nr_legacy_irqs ? ~PIC_IRQS : ~0UL;
3123 apic_printk(APIC_VERBOSE, "ENABLING IO-APIC IRQs\n");
3125 * Set up IO-APIC IRQ routing.
3127 x86_init.mpparse.setup_ioapic_ids();
3129 sync_Arb_IDs();
3130 setup_IO_APIC_irqs();
3131 init_IO_APIC_traps();
3132 if (legacy_pic->nr_legacy_irqs)
3133 check_timer();
3137 * Called after all the initialization is done. If we didnt find any
3138 * APIC bugs then we can allow the modify fast path
3141 static int __init io_apic_bug_finalize(void)
3143 if (sis_apic_bug == -1)
3144 sis_apic_bug = 0;
3145 return 0;
3148 late_initcall(io_apic_bug_finalize);
3150 struct sysfs_ioapic_data {
3151 struct sys_device dev;
3152 struct IO_APIC_route_entry entry[0];
3154 static struct sysfs_ioapic_data * mp_ioapic_data[MAX_IO_APICS];
3156 static int ioapic_suspend(struct sys_device *dev, pm_message_t state)
3158 struct IO_APIC_route_entry *entry;
3159 struct sysfs_ioapic_data *data;
3160 int i;
3162 data = container_of(dev, struct sysfs_ioapic_data, dev);
3163 entry = data->entry;
3164 for (i = 0; i < nr_ioapic_registers[dev->id]; i ++, entry ++ )
3165 *entry = ioapic_read_entry(dev->id, i);
3167 return 0;
3170 static int ioapic_resume(struct sys_device *dev)
3172 struct IO_APIC_route_entry *entry;
3173 struct sysfs_ioapic_data *data;
3174 unsigned long flags;
3175 union IO_APIC_reg_00 reg_00;
3176 int i;
3178 data = container_of(dev, struct sysfs_ioapic_data, dev);
3179 entry = data->entry;
3181 raw_spin_lock_irqsave(&ioapic_lock, flags);
3182 reg_00.raw = io_apic_read(dev->id, 0);
3183 if (reg_00.bits.ID != mp_ioapics[dev->id].apicid) {
3184 reg_00.bits.ID = mp_ioapics[dev->id].apicid;
3185 io_apic_write(dev->id, 0, reg_00.raw);
3187 raw_spin_unlock_irqrestore(&ioapic_lock, flags);
3188 for (i = 0; i < nr_ioapic_registers[dev->id]; i++)
3189 ioapic_write_entry(dev->id, i, entry[i]);
3191 return 0;
3194 static struct sysdev_class ioapic_sysdev_class = {
3195 .name = "ioapic",
3196 .suspend = ioapic_suspend,
3197 .resume = ioapic_resume,
3200 static int __init ioapic_init_sysfs(void)
3202 struct sys_device * dev;
3203 int i, size, error;
3205 error = sysdev_class_register(&ioapic_sysdev_class);
3206 if (error)
3207 return error;
3209 for (i = 0; i < nr_ioapics; i++ ) {
3210 size = sizeof(struct sys_device) + nr_ioapic_registers[i]
3211 * sizeof(struct IO_APIC_route_entry);
3212 mp_ioapic_data[i] = kzalloc(size, GFP_KERNEL);
3213 if (!mp_ioapic_data[i]) {
3214 printk(KERN_ERR "Can't suspend/resume IOAPIC %d\n", i);
3215 continue;
3217 dev = &mp_ioapic_data[i]->dev;
3218 dev->id = i;
3219 dev->cls = &ioapic_sysdev_class;
3220 error = sysdev_register(dev);
3221 if (error) {
3222 kfree(mp_ioapic_data[i]);
3223 mp_ioapic_data[i] = NULL;
3224 printk(KERN_ERR "Can't suspend/resume IOAPIC %d\n", i);
3225 continue;
3229 return 0;
3232 device_initcall(ioapic_init_sysfs);
3235 * Dynamic irq allocate and deallocation
3237 unsigned int create_irq_nr(unsigned int irq_want, int node)
3239 /* Allocate an unused irq */
3240 unsigned int irq;
3241 unsigned int new;
3242 unsigned long flags;
3243 struct irq_cfg *cfg_new = NULL;
3244 struct irq_desc *desc_new = NULL;
3246 irq = 0;
3247 if (irq_want < nr_irqs_gsi)
3248 irq_want = nr_irqs_gsi;
3250 raw_spin_lock_irqsave(&vector_lock, flags);
3251 for (new = irq_want; new < nr_irqs; new++) {
3252 desc_new = irq_to_desc_alloc_node(new, node);
3253 if (!desc_new) {
3254 printk(KERN_INFO "can not get irq_desc for %d\n", new);
3255 continue;
3257 cfg_new = desc_new->chip_data;
3259 if (cfg_new->vector != 0)
3260 continue;
3262 desc_new = move_irq_desc(desc_new, node);
3263 cfg_new = desc_new->chip_data;
3265 if (__assign_irq_vector(new, cfg_new, apic->target_cpus()) == 0)
3266 irq = new;
3267 break;
3269 raw_spin_unlock_irqrestore(&vector_lock, flags);
3271 if (irq > 0)
3272 dynamic_irq_init_keep_chip_data(irq);
3274 return irq;
3277 int create_irq(void)
3279 int node = cpu_to_node(boot_cpu_id);
3280 unsigned int irq_want;
3281 int irq;
3283 irq_want = nr_irqs_gsi;
3284 irq = create_irq_nr(irq_want, node);
3286 if (irq == 0)
3287 irq = -1;
3289 return irq;
3292 void destroy_irq(unsigned int irq)
3294 unsigned long flags;
3296 dynamic_irq_cleanup_keep_chip_data(irq);
3298 free_irte(irq);
3299 raw_spin_lock_irqsave(&vector_lock, flags);
3300 __clear_irq_vector(irq, get_irq_chip_data(irq));
3301 raw_spin_unlock_irqrestore(&vector_lock, flags);
3305 * MSI message composition
3307 #ifdef CONFIG_PCI_MSI
3308 static int msi_compose_msg(struct pci_dev *pdev, unsigned int irq,
3309 struct msi_msg *msg, u8 hpet_id)
3311 struct irq_cfg *cfg;
3312 int err;
3313 unsigned dest;
3315 if (disable_apic)
3316 return -ENXIO;
3318 cfg = irq_cfg(irq);
3319 err = assign_irq_vector(irq, cfg, apic->target_cpus());
3320 if (err)
3321 return err;
3323 dest = apic->cpu_mask_to_apicid_and(cfg->domain, apic->target_cpus());
3325 if (irq_remapped(irq)) {
3326 struct irte irte;
3327 int ir_index;
3328 u16 sub_handle;
3330 ir_index = map_irq_to_irte_handle(irq, &sub_handle);
3331 BUG_ON(ir_index == -1);
3333 memset (&irte, 0, sizeof(irte));
3335 irte.present = 1;
3336 irte.dst_mode = apic->irq_dest_mode;
3337 irte.trigger_mode = 0; /* edge */
3338 irte.dlvry_mode = apic->irq_delivery_mode;
3339 irte.vector = cfg->vector;
3340 irte.dest_id = IRTE_DEST(dest);
3342 /* Set source-id of interrupt request */
3343 if (pdev)
3344 set_msi_sid(&irte, pdev);
3345 else
3346 set_hpet_sid(&irte, hpet_id);
3348 modify_irte(irq, &irte);
3350 msg->address_hi = MSI_ADDR_BASE_HI;
3351 msg->data = sub_handle;
3352 msg->address_lo = MSI_ADDR_BASE_LO | MSI_ADDR_IR_EXT_INT |
3353 MSI_ADDR_IR_SHV |
3354 MSI_ADDR_IR_INDEX1(ir_index) |
3355 MSI_ADDR_IR_INDEX2(ir_index);
3356 } else {
3357 if (x2apic_enabled())
3358 msg->address_hi = MSI_ADDR_BASE_HI |
3359 MSI_ADDR_EXT_DEST_ID(dest);
3360 else
3361 msg->address_hi = MSI_ADDR_BASE_HI;
3363 msg->address_lo =
3364 MSI_ADDR_BASE_LO |
3365 ((apic->irq_dest_mode == 0) ?
3366 MSI_ADDR_DEST_MODE_PHYSICAL:
3367 MSI_ADDR_DEST_MODE_LOGICAL) |
3368 ((apic->irq_delivery_mode != dest_LowestPrio) ?
3369 MSI_ADDR_REDIRECTION_CPU:
3370 MSI_ADDR_REDIRECTION_LOWPRI) |
3371 MSI_ADDR_DEST_ID(dest);
3373 msg->data =
3374 MSI_DATA_TRIGGER_EDGE |
3375 MSI_DATA_LEVEL_ASSERT |
3376 ((apic->irq_delivery_mode != dest_LowestPrio) ?
3377 MSI_DATA_DELIVERY_FIXED:
3378 MSI_DATA_DELIVERY_LOWPRI) |
3379 MSI_DATA_VECTOR(cfg->vector);
3381 return err;
3384 #ifdef CONFIG_SMP
3385 static int set_msi_irq_affinity(unsigned int irq, const struct cpumask *mask)
3387 struct irq_desc *desc = irq_to_desc(irq);
3388 struct irq_cfg *cfg;
3389 struct msi_msg msg;
3390 unsigned int dest;
3392 if (set_desc_affinity(desc, mask, &dest))
3393 return -1;
3395 cfg = desc->chip_data;
3397 read_msi_msg_desc(desc, &msg);
3399 msg.data &= ~MSI_DATA_VECTOR_MASK;
3400 msg.data |= MSI_DATA_VECTOR(cfg->vector);
3401 msg.address_lo &= ~MSI_ADDR_DEST_ID_MASK;
3402 msg.address_lo |= MSI_ADDR_DEST_ID(dest);
3404 write_msi_msg_desc(desc, &msg);
3406 return 0;
3408 #ifdef CONFIG_INTR_REMAP
3410 * Migrate the MSI irq to another cpumask. This migration is
3411 * done in the process context using interrupt-remapping hardware.
3413 static int
3414 ir_set_msi_irq_affinity(unsigned int irq, const struct cpumask *mask)
3416 struct irq_desc *desc = irq_to_desc(irq);
3417 struct irq_cfg *cfg = desc->chip_data;
3418 unsigned int dest;
3419 struct irte irte;
3421 if (get_irte(irq, &irte))
3422 return -1;
3424 if (set_desc_affinity(desc, mask, &dest))
3425 return -1;
3427 irte.vector = cfg->vector;
3428 irte.dest_id = IRTE_DEST(dest);
3431 * atomically update the IRTE with the new destination and vector.
3433 modify_irte(irq, &irte);
3436 * After this point, all the interrupts will start arriving
3437 * at the new destination. So, time to cleanup the previous
3438 * vector allocation.
3440 if (cfg->move_in_progress)
3441 send_cleanup_vector(cfg);
3443 return 0;
3446 #endif
3447 #endif /* CONFIG_SMP */
3450 * IRQ Chip for MSI PCI/PCI-X/PCI-Express Devices,
3451 * which implement the MSI or MSI-X Capability Structure.
3453 static struct irq_chip msi_chip = {
3454 .name = "PCI-MSI",
3455 .unmask = unmask_msi_irq,
3456 .mask = mask_msi_irq,
3457 .ack = ack_apic_edge,
3458 #ifdef CONFIG_SMP
3459 .set_affinity = set_msi_irq_affinity,
3460 #endif
3461 .retrigger = ioapic_retrigger_irq,
3464 static struct irq_chip msi_ir_chip = {
3465 .name = "IR-PCI-MSI",
3466 .unmask = unmask_msi_irq,
3467 .mask = mask_msi_irq,
3468 #ifdef CONFIG_INTR_REMAP
3469 .ack = ir_ack_apic_edge,
3470 #ifdef CONFIG_SMP
3471 .set_affinity = ir_set_msi_irq_affinity,
3472 #endif
3473 #endif
3474 .retrigger = ioapic_retrigger_irq,
3478 * Map the PCI dev to the corresponding remapping hardware unit
3479 * and allocate 'nvec' consecutive interrupt-remapping table entries
3480 * in it.
3482 static int msi_alloc_irte(struct pci_dev *dev, int irq, int nvec)
3484 struct intel_iommu *iommu;
3485 int index;
3487 iommu = map_dev_to_ir(dev);
3488 if (!iommu) {
3489 printk(KERN_ERR
3490 "Unable to map PCI %s to iommu\n", pci_name(dev));
3491 return -ENOENT;
3494 index = alloc_irte(iommu, irq, nvec);
3495 if (index < 0) {
3496 printk(KERN_ERR
3497 "Unable to allocate %d IRTE for PCI %s\n", nvec,
3498 pci_name(dev));
3499 return -ENOSPC;
3501 return index;
3504 static int setup_msi_irq(struct pci_dev *dev, struct msi_desc *msidesc, int irq)
3506 int ret;
3507 struct msi_msg msg;
3509 ret = msi_compose_msg(dev, irq, &msg, -1);
3510 if (ret < 0)
3511 return ret;
3513 set_irq_msi(irq, msidesc);
3514 write_msi_msg(irq, &msg);
3516 if (irq_remapped(irq)) {
3517 struct irq_desc *desc = irq_to_desc(irq);
3519 * irq migration in process context
3521 desc->status |= IRQ_MOVE_PCNTXT;
3522 set_irq_chip_and_handler_name(irq, &msi_ir_chip, handle_edge_irq, "edge");
3523 } else
3524 set_irq_chip_and_handler_name(irq, &msi_chip, handle_edge_irq, "edge");
3526 dev_printk(KERN_DEBUG, &dev->dev, "irq %d for MSI/MSI-X\n", irq);
3528 return 0;
3531 int arch_setup_msi_irqs(struct pci_dev *dev, int nvec, int type)
3533 unsigned int irq;
3534 int ret, sub_handle;
3535 struct msi_desc *msidesc;
3536 unsigned int irq_want;
3537 struct intel_iommu *iommu = NULL;
3538 int index = 0;
3539 int node;
3541 /* x86 doesn't support multiple MSI yet */
3542 if (type == PCI_CAP_ID_MSI && nvec > 1)
3543 return 1;
3545 node = dev_to_node(&dev->dev);
3546 irq_want = nr_irqs_gsi;
3547 sub_handle = 0;
3548 list_for_each_entry(msidesc, &dev->msi_list, list) {
3549 irq = create_irq_nr(irq_want, node);
3550 if (irq == 0)
3551 return -1;
3552 irq_want = irq + 1;
3553 if (!intr_remapping_enabled)
3554 goto no_ir;
3556 if (!sub_handle) {
3558 * allocate the consecutive block of IRTE's
3559 * for 'nvec'
3561 index = msi_alloc_irte(dev, irq, nvec);
3562 if (index < 0) {
3563 ret = index;
3564 goto error;
3566 } else {
3567 iommu = map_dev_to_ir(dev);
3568 if (!iommu) {
3569 ret = -ENOENT;
3570 goto error;
3573 * setup the mapping between the irq and the IRTE
3574 * base index, the sub_handle pointing to the
3575 * appropriate interrupt remap table entry.
3577 set_irte_irq(irq, iommu, index, sub_handle);
3579 no_ir:
3580 ret = setup_msi_irq(dev, msidesc, irq);
3581 if (ret < 0)
3582 goto error;
3583 sub_handle++;
3585 return 0;
3587 error:
3588 destroy_irq(irq);
3589 return ret;
3592 void arch_teardown_msi_irq(unsigned int irq)
3594 destroy_irq(irq);
3597 #if defined (CONFIG_DMAR) || defined (CONFIG_INTR_REMAP)
3598 #ifdef CONFIG_SMP
3599 static int dmar_msi_set_affinity(unsigned int irq, const struct cpumask *mask)
3601 struct irq_desc *desc = irq_to_desc(irq);
3602 struct irq_cfg *cfg;
3603 struct msi_msg msg;
3604 unsigned int dest;
3606 if (set_desc_affinity(desc, mask, &dest))
3607 return -1;
3609 cfg = desc->chip_data;
3611 dmar_msi_read(irq, &msg);
3613 msg.data &= ~MSI_DATA_VECTOR_MASK;
3614 msg.data |= MSI_DATA_VECTOR(cfg->vector);
3615 msg.address_lo &= ~MSI_ADDR_DEST_ID_MASK;
3616 msg.address_lo |= MSI_ADDR_DEST_ID(dest);
3618 dmar_msi_write(irq, &msg);
3620 return 0;
3623 #endif /* CONFIG_SMP */
3625 static struct irq_chip dmar_msi_type = {
3626 .name = "DMAR_MSI",
3627 .unmask = dmar_msi_unmask,
3628 .mask = dmar_msi_mask,
3629 .ack = ack_apic_edge,
3630 #ifdef CONFIG_SMP
3631 .set_affinity = dmar_msi_set_affinity,
3632 #endif
3633 .retrigger = ioapic_retrigger_irq,
3636 int arch_setup_dmar_msi(unsigned int irq)
3638 int ret;
3639 struct msi_msg msg;
3641 ret = msi_compose_msg(NULL, irq, &msg, -1);
3642 if (ret < 0)
3643 return ret;
3644 dmar_msi_write(irq, &msg);
3645 set_irq_chip_and_handler_name(irq, &dmar_msi_type, handle_edge_irq,
3646 "edge");
3647 return 0;
3649 #endif
3651 #ifdef CONFIG_HPET_TIMER
3653 #ifdef CONFIG_SMP
3654 static int hpet_msi_set_affinity(unsigned int irq, const struct cpumask *mask)
3656 struct irq_desc *desc = irq_to_desc(irq);
3657 struct irq_cfg *cfg;
3658 struct msi_msg msg;
3659 unsigned int dest;
3661 if (set_desc_affinity(desc, mask, &dest))
3662 return -1;
3664 cfg = desc->chip_data;
3666 hpet_msi_read(irq, &msg);
3668 msg.data &= ~MSI_DATA_VECTOR_MASK;
3669 msg.data |= MSI_DATA_VECTOR(cfg->vector);
3670 msg.address_lo &= ~MSI_ADDR_DEST_ID_MASK;
3671 msg.address_lo |= MSI_ADDR_DEST_ID(dest);
3673 hpet_msi_write(irq, &msg);
3675 return 0;
3678 #endif /* CONFIG_SMP */
3680 static struct irq_chip ir_hpet_msi_type = {
3681 .name = "IR-HPET_MSI",
3682 .unmask = hpet_msi_unmask,
3683 .mask = hpet_msi_mask,
3684 #ifdef CONFIG_INTR_REMAP
3685 .ack = ir_ack_apic_edge,
3686 #ifdef CONFIG_SMP
3687 .set_affinity = ir_set_msi_irq_affinity,
3688 #endif
3689 #endif
3690 .retrigger = ioapic_retrigger_irq,
3693 static struct irq_chip hpet_msi_type = {
3694 .name = "HPET_MSI",
3695 .unmask = hpet_msi_unmask,
3696 .mask = hpet_msi_mask,
3697 .ack = ack_apic_edge,
3698 #ifdef CONFIG_SMP
3699 .set_affinity = hpet_msi_set_affinity,
3700 #endif
3701 .retrigger = ioapic_retrigger_irq,
3704 int arch_setup_hpet_msi(unsigned int irq, unsigned int id)
3706 int ret;
3707 struct msi_msg msg;
3708 struct irq_desc *desc = irq_to_desc(irq);
3710 if (intr_remapping_enabled) {
3711 struct intel_iommu *iommu = map_hpet_to_ir(id);
3712 int index;
3714 if (!iommu)
3715 return -1;
3717 index = alloc_irte(iommu, irq, 1);
3718 if (index < 0)
3719 return -1;
3722 ret = msi_compose_msg(NULL, irq, &msg, id);
3723 if (ret < 0)
3724 return ret;
3726 hpet_msi_write(irq, &msg);
3727 desc->status |= IRQ_MOVE_PCNTXT;
3728 if (irq_remapped(irq))
3729 set_irq_chip_and_handler_name(irq, &ir_hpet_msi_type,
3730 handle_edge_irq, "edge");
3731 else
3732 set_irq_chip_and_handler_name(irq, &hpet_msi_type,
3733 handle_edge_irq, "edge");
3735 return 0;
3737 #endif
3739 #endif /* CONFIG_PCI_MSI */
3741 * Hypertransport interrupt support
3743 #ifdef CONFIG_HT_IRQ
3745 #ifdef CONFIG_SMP
3747 static void target_ht_irq(unsigned int irq, unsigned int dest, u8 vector)
3749 struct ht_irq_msg msg;
3750 fetch_ht_irq_msg(irq, &msg);
3752 msg.address_lo &= ~(HT_IRQ_LOW_VECTOR_MASK | HT_IRQ_LOW_DEST_ID_MASK);
3753 msg.address_hi &= ~(HT_IRQ_HIGH_DEST_ID_MASK);
3755 msg.address_lo |= HT_IRQ_LOW_VECTOR(vector) | HT_IRQ_LOW_DEST_ID(dest);
3756 msg.address_hi |= HT_IRQ_HIGH_DEST_ID(dest);
3758 write_ht_irq_msg(irq, &msg);
3761 static int set_ht_irq_affinity(unsigned int irq, const struct cpumask *mask)
3763 struct irq_desc *desc = irq_to_desc(irq);
3764 struct irq_cfg *cfg;
3765 unsigned int dest;
3767 if (set_desc_affinity(desc, mask, &dest))
3768 return -1;
3770 cfg = desc->chip_data;
3772 target_ht_irq(irq, dest, cfg->vector);
3774 return 0;
3777 #endif
3779 static struct irq_chip ht_irq_chip = {
3780 .name = "PCI-HT",
3781 .mask = mask_ht_irq,
3782 .unmask = unmask_ht_irq,
3783 .ack = ack_apic_edge,
3784 #ifdef CONFIG_SMP
3785 .set_affinity = set_ht_irq_affinity,
3786 #endif
3787 .retrigger = ioapic_retrigger_irq,
3790 int arch_setup_ht_irq(unsigned int irq, struct pci_dev *dev)
3792 struct irq_cfg *cfg;
3793 int err;
3795 if (disable_apic)
3796 return -ENXIO;
3798 cfg = irq_cfg(irq);
3799 err = assign_irq_vector(irq, cfg, apic->target_cpus());
3800 if (!err) {
3801 struct ht_irq_msg msg;
3802 unsigned dest;
3804 dest = apic->cpu_mask_to_apicid_and(cfg->domain,
3805 apic->target_cpus());
3807 msg.address_hi = HT_IRQ_HIGH_DEST_ID(dest);
3809 msg.address_lo =
3810 HT_IRQ_LOW_BASE |
3811 HT_IRQ_LOW_DEST_ID(dest) |
3812 HT_IRQ_LOW_VECTOR(cfg->vector) |
3813 ((apic->irq_dest_mode == 0) ?
3814 HT_IRQ_LOW_DM_PHYSICAL :
3815 HT_IRQ_LOW_DM_LOGICAL) |
3816 HT_IRQ_LOW_RQEOI_EDGE |
3817 ((apic->irq_delivery_mode != dest_LowestPrio) ?
3818 HT_IRQ_LOW_MT_FIXED :
3819 HT_IRQ_LOW_MT_ARBITRATED) |
3820 HT_IRQ_LOW_IRQ_MASKED;
3822 write_ht_irq_msg(irq, &msg);
3824 set_irq_chip_and_handler_name(irq, &ht_irq_chip,
3825 handle_edge_irq, "edge");
3827 dev_printk(KERN_DEBUG, &dev->dev, "irq %d for HT\n", irq);
3829 return err;
3831 #endif /* CONFIG_HT_IRQ */
3833 int __init io_apic_get_redir_entries (int ioapic)
3835 union IO_APIC_reg_01 reg_01;
3836 unsigned long flags;
3838 raw_spin_lock_irqsave(&ioapic_lock, flags);
3839 reg_01.raw = io_apic_read(ioapic, 1);
3840 raw_spin_unlock_irqrestore(&ioapic_lock, flags);
3842 /* The register returns the maximum index redir index
3843 * supported, which is one less than the total number of redir
3844 * entries.
3846 return reg_01.bits.entries + 1;
3849 void __init probe_nr_irqs_gsi(void)
3851 int nr;
3853 nr = gsi_end + 1 + NR_IRQS_LEGACY;
3854 if (nr > nr_irqs_gsi)
3855 nr_irqs_gsi = nr;
3857 printk(KERN_DEBUG "nr_irqs_gsi: %d\n", nr_irqs_gsi);
3860 #ifdef CONFIG_SPARSE_IRQ
3861 int __init arch_probe_nr_irqs(void)
3863 int nr;
3865 if (nr_irqs > (NR_VECTORS * nr_cpu_ids))
3866 nr_irqs = NR_VECTORS * nr_cpu_ids;
3868 nr = nr_irqs_gsi + 8 * nr_cpu_ids;
3869 #if defined(CONFIG_PCI_MSI) || defined(CONFIG_HT_IRQ)
3871 * for MSI and HT dyn irq
3873 nr += nr_irqs_gsi * 16;
3874 #endif
3875 if (nr < nr_irqs)
3876 nr_irqs = nr;
3878 return 0;
3880 #endif
3882 static int __io_apic_set_pci_routing(struct device *dev, int irq,
3883 struct io_apic_irq_attr *irq_attr)
3885 struct irq_desc *desc;
3886 struct irq_cfg *cfg;
3887 int node;
3888 int ioapic, pin;
3889 int trigger, polarity;
3891 ioapic = irq_attr->ioapic;
3892 if (!IO_APIC_IRQ(irq)) {
3893 apic_printk(APIC_QUIET,KERN_ERR "IOAPIC[%d]: Invalid reference to IRQ 0\n",
3894 ioapic);
3895 return -EINVAL;
3898 if (dev)
3899 node = dev_to_node(dev);
3900 else
3901 node = cpu_to_node(boot_cpu_id);
3903 desc = irq_to_desc_alloc_node(irq, node);
3904 if (!desc) {
3905 printk(KERN_INFO "can not get irq_desc %d\n", irq);
3906 return 0;
3909 pin = irq_attr->ioapic_pin;
3910 trigger = irq_attr->trigger;
3911 polarity = irq_attr->polarity;
3914 * IRQs < 16 are already in the irq_2_pin[] map
3916 if (irq >= legacy_pic->nr_legacy_irqs) {
3917 cfg = desc->chip_data;
3918 if (add_pin_to_irq_node_nopanic(cfg, node, ioapic, pin)) {
3919 printk(KERN_INFO "can not add pin %d for irq %d\n",
3920 pin, irq);
3921 return 0;
3925 setup_IO_APIC_irq(ioapic, pin, irq, desc, trigger, polarity);
3927 return 0;
3930 int io_apic_set_pci_routing(struct device *dev, int irq,
3931 struct io_apic_irq_attr *irq_attr)
3933 int ioapic, pin;
3935 * Avoid pin reprogramming. PRTs typically include entries
3936 * with redundant pin->gsi mappings (but unique PCI devices);
3937 * we only program the IOAPIC on the first.
3939 ioapic = irq_attr->ioapic;
3940 pin = irq_attr->ioapic_pin;
3941 if (test_bit(pin, mp_ioapic_routing[ioapic].pin_programmed)) {
3942 pr_debug("Pin %d-%d already programmed\n",
3943 mp_ioapics[ioapic].apicid, pin);
3944 return 0;
3946 set_bit(pin, mp_ioapic_routing[ioapic].pin_programmed);
3948 return __io_apic_set_pci_routing(dev, irq, irq_attr);
3951 u8 __init io_apic_unique_id(u8 id)
3953 #ifdef CONFIG_X86_32
3954 if ((boot_cpu_data.x86_vendor == X86_VENDOR_INTEL) &&
3955 !APIC_XAPIC(apic_version[boot_cpu_physical_apicid]))
3956 return io_apic_get_unique_id(nr_ioapics, id);
3957 else
3958 return id;
3959 #else
3960 int i;
3961 DECLARE_BITMAP(used, 256);
3963 bitmap_zero(used, 256);
3964 for (i = 0; i < nr_ioapics; i++) {
3965 struct mpc_ioapic *ia = &mp_ioapics[i];
3966 __set_bit(ia->apicid, used);
3968 if (!test_bit(id, used))
3969 return id;
3970 return find_first_zero_bit(used, 256);
3971 #endif
3974 #ifdef CONFIG_X86_32
3975 int __init io_apic_get_unique_id(int ioapic, int apic_id)
3977 union IO_APIC_reg_00 reg_00;
3978 static physid_mask_t apic_id_map = PHYSID_MASK_NONE;
3979 physid_mask_t tmp;
3980 unsigned long flags;
3981 int i = 0;
3984 * The P4 platform supports up to 256 APIC IDs on two separate APIC
3985 * buses (one for LAPICs, one for IOAPICs), where predecessors only
3986 * supports up to 16 on one shared APIC bus.
3988 * TBD: Expand LAPIC/IOAPIC support on P4-class systems to take full
3989 * advantage of new APIC bus architecture.
3992 if (physids_empty(apic_id_map))
3993 apic->ioapic_phys_id_map(&phys_cpu_present_map, &apic_id_map);
3995 raw_spin_lock_irqsave(&ioapic_lock, flags);
3996 reg_00.raw = io_apic_read(ioapic, 0);
3997 raw_spin_unlock_irqrestore(&ioapic_lock, flags);
3999 if (apic_id >= get_physical_broadcast()) {
4000 printk(KERN_WARNING "IOAPIC[%d]: Invalid apic_id %d, trying "
4001 "%d\n", ioapic, apic_id, reg_00.bits.ID);
4002 apic_id = reg_00.bits.ID;
4006 * Every APIC in a system must have a unique ID or we get lots of nice
4007 * 'stuck on smp_invalidate_needed IPI wait' messages.
4009 if (apic->check_apicid_used(&apic_id_map, apic_id)) {
4011 for (i = 0; i < get_physical_broadcast(); i++) {
4012 if (!apic->check_apicid_used(&apic_id_map, i))
4013 break;
4016 if (i == get_physical_broadcast())
4017 panic("Max apic_id exceeded!\n");
4019 printk(KERN_WARNING "IOAPIC[%d]: apic_id %d already used, "
4020 "trying %d\n", ioapic, apic_id, i);
4022 apic_id = i;
4025 apic->apicid_to_cpu_present(apic_id, &tmp);
4026 physids_or(apic_id_map, apic_id_map, tmp);
4028 if (reg_00.bits.ID != apic_id) {
4029 reg_00.bits.ID = apic_id;
4031 raw_spin_lock_irqsave(&ioapic_lock, flags);
4032 io_apic_write(ioapic, 0, reg_00.raw);
4033 reg_00.raw = io_apic_read(ioapic, 0);
4034 raw_spin_unlock_irqrestore(&ioapic_lock, flags);
4036 /* Sanity check */
4037 if (reg_00.bits.ID != apic_id) {
4038 printk("IOAPIC[%d]: Unable to change apic_id!\n", ioapic);
4039 return -1;
4043 apic_printk(APIC_VERBOSE, KERN_INFO
4044 "IOAPIC[%d]: Assigned apic_id %d\n", ioapic, apic_id);
4046 return apic_id;
4048 #endif
4050 int __init io_apic_get_version(int ioapic)
4052 union IO_APIC_reg_01 reg_01;
4053 unsigned long flags;
4055 raw_spin_lock_irqsave(&ioapic_lock, flags);
4056 reg_01.raw = io_apic_read(ioapic, 1);
4057 raw_spin_unlock_irqrestore(&ioapic_lock, flags);
4059 return reg_01.bits.version;
4062 int acpi_get_override_irq(u32 gsi, int *trigger, int *polarity)
4064 int ioapic, pin, idx;
4066 if (skip_ioapic_setup)
4067 return -1;
4069 ioapic = mp_find_ioapic(gsi);
4070 if (ioapic < 0)
4071 return -1;
4073 pin = mp_find_ioapic_pin(ioapic, gsi);
4074 if (pin < 0)
4075 return -1;
4077 idx = find_irq_entry(ioapic, pin, mp_INT);
4078 if (idx < 0)
4079 return -1;
4081 *trigger = irq_trigger(idx);
4082 *polarity = irq_polarity(idx);
4083 return 0;
4087 * This function currently is only a helper for the i386 smp boot process where
4088 * we need to reprogram the ioredtbls to cater for the cpus which have come online
4089 * so mask in all cases should simply be apic->target_cpus()
4091 #ifdef CONFIG_SMP
4092 void __init setup_ioapic_dest(void)
4094 int pin, ioapic, irq, irq_entry;
4095 struct irq_desc *desc;
4096 const struct cpumask *mask;
4098 if (skip_ioapic_setup == 1)
4099 return;
4101 for (ioapic = 0; ioapic < nr_ioapics; ioapic++)
4102 for (pin = 0; pin < nr_ioapic_registers[ioapic]; pin++) {
4103 irq_entry = find_irq_entry(ioapic, pin, mp_INT);
4104 if (irq_entry == -1)
4105 continue;
4106 irq = pin_2_irq(irq_entry, ioapic, pin);
4108 if ((ioapic > 0) && (irq > 16))
4109 continue;
4111 desc = irq_to_desc(irq);
4114 * Honour affinities which have been set in early boot
4116 if (desc->status &
4117 (IRQ_NO_BALANCING | IRQ_AFFINITY_SET))
4118 mask = desc->affinity;
4119 else
4120 mask = apic->target_cpus();
4122 if (intr_remapping_enabled)
4123 set_ir_ioapic_affinity_irq_desc(desc, mask);
4124 else
4125 set_ioapic_affinity_irq_desc(desc, mask);
4129 #endif
4131 #define IOAPIC_RESOURCE_NAME_SIZE 11
4133 static struct resource *ioapic_resources;
4135 static struct resource * __init ioapic_setup_resources(int nr_ioapics)
4137 unsigned long n;
4138 struct resource *res;
4139 char *mem;
4140 int i;
4142 if (nr_ioapics <= 0)
4143 return NULL;
4145 n = IOAPIC_RESOURCE_NAME_SIZE + sizeof(struct resource);
4146 n *= nr_ioapics;
4148 mem = alloc_bootmem(n);
4149 res = (void *)mem;
4151 mem += sizeof(struct resource) * nr_ioapics;
4153 for (i = 0; i < nr_ioapics; i++) {
4154 res[i].name = mem;
4155 res[i].flags = IORESOURCE_MEM | IORESOURCE_BUSY;
4156 snprintf(mem, IOAPIC_RESOURCE_NAME_SIZE, "IOAPIC %u", i);
4157 mem += IOAPIC_RESOURCE_NAME_SIZE;
4160 ioapic_resources = res;
4162 return res;
4165 void __init ioapic_init_mappings(void)
4167 unsigned long ioapic_phys, idx = FIX_IO_APIC_BASE_0;
4168 struct resource *ioapic_res;
4169 int i;
4171 ioapic_res = ioapic_setup_resources(nr_ioapics);
4172 for (i = 0; i < nr_ioapics; i++) {
4173 if (smp_found_config) {
4174 ioapic_phys = mp_ioapics[i].apicaddr;
4175 #ifdef CONFIG_X86_32
4176 if (!ioapic_phys) {
4177 printk(KERN_ERR
4178 "WARNING: bogus zero IO-APIC "
4179 "address found in MPTABLE, "
4180 "disabling IO/APIC support!\n");
4181 smp_found_config = 0;
4182 skip_ioapic_setup = 1;
4183 goto fake_ioapic_page;
4185 #endif
4186 } else {
4187 #ifdef CONFIG_X86_32
4188 fake_ioapic_page:
4189 #endif
4190 ioapic_phys = (unsigned long)alloc_bootmem_pages(PAGE_SIZE);
4191 ioapic_phys = __pa(ioapic_phys);
4193 set_fixmap_nocache(idx, ioapic_phys);
4194 apic_printk(APIC_VERBOSE, "mapped IOAPIC to %08lx (%08lx)\n",
4195 __fix_to_virt(idx) + (ioapic_phys & ~PAGE_MASK),
4196 ioapic_phys);
4197 idx++;
4199 ioapic_res->start = ioapic_phys;
4200 ioapic_res->end = ioapic_phys + IO_APIC_SLOT_SIZE - 1;
4201 ioapic_res++;
4205 void __init ioapic_insert_resources(void)
4207 int i;
4208 struct resource *r = ioapic_resources;
4210 if (!r) {
4211 if (nr_ioapics > 0)
4212 printk(KERN_ERR
4213 "IO APIC resources couldn't be allocated.\n");
4214 return;
4217 for (i = 0; i < nr_ioapics; i++) {
4218 insert_resource(&iomem_resource, r);
4219 r++;
4223 int mp_find_ioapic(u32 gsi)
4225 int i = 0;
4227 /* Find the IOAPIC that manages this GSI. */
4228 for (i = 0; i < nr_ioapics; i++) {
4229 if ((gsi >= mp_gsi_routing[i].gsi_base)
4230 && (gsi <= mp_gsi_routing[i].gsi_end))
4231 return i;
4234 printk(KERN_ERR "ERROR: Unable to locate IOAPIC for GSI %d\n", gsi);
4235 return -1;
4238 int mp_find_ioapic_pin(int ioapic, u32 gsi)
4240 if (WARN_ON(ioapic == -1))
4241 return -1;
4242 if (WARN_ON(gsi > mp_gsi_routing[ioapic].gsi_end))
4243 return -1;
4245 return gsi - mp_gsi_routing[ioapic].gsi_base;
4248 static int bad_ioapic(unsigned long address)
4250 if (nr_ioapics >= MAX_IO_APICS) {
4251 printk(KERN_WARNING "WARING: Max # of I/O APICs (%d) exceeded "
4252 "(found %d), skipping\n", MAX_IO_APICS, nr_ioapics);
4253 return 1;
4255 if (!address) {
4256 printk(KERN_WARNING "WARNING: Bogus (zero) I/O APIC address"
4257 " found in table, skipping!\n");
4258 return 1;
4260 return 0;
4263 void __init mp_register_ioapic(int id, u32 address, u32 gsi_base)
4265 int idx = 0;
4266 int entries;
4268 if (bad_ioapic(address))
4269 return;
4271 idx = nr_ioapics;
4273 mp_ioapics[idx].type = MP_IOAPIC;
4274 mp_ioapics[idx].flags = MPC_APIC_USABLE;
4275 mp_ioapics[idx].apicaddr = address;
4277 set_fixmap_nocache(FIX_IO_APIC_BASE_0 + idx, address);
4278 mp_ioapics[idx].apicid = io_apic_unique_id(id);
4279 mp_ioapics[idx].apicver = io_apic_get_version(idx);
4282 * Build basic GSI lookup table to facilitate gsi->io_apic lookups
4283 * and to prevent reprogramming of IOAPIC pins (PCI GSIs).
4285 entries = io_apic_get_redir_entries(idx);
4286 mp_gsi_routing[idx].gsi_base = gsi_base;
4287 mp_gsi_routing[idx].gsi_end = gsi_base + entries - 1;
4290 * The number of IO-APIC IRQ registers (== #pins):
4292 nr_ioapic_registers[idx] = entries;
4294 if (mp_gsi_routing[idx].gsi_end > gsi_end)
4295 gsi_end = mp_gsi_routing[idx].gsi_end;
4297 printk(KERN_INFO "IOAPIC[%d]: apic_id %d, version %d, address 0x%x, "
4298 "GSI %d-%d\n", idx, mp_ioapics[idx].apicid,
4299 mp_ioapics[idx].apicver, mp_ioapics[idx].apicaddr,
4300 mp_gsi_routing[idx].gsi_base, mp_gsi_routing[idx].gsi_end);
4302 nr_ioapics++;
4305 /* Enable IOAPIC early just for system timer */
4306 void __init pre_init_apic_IRQ0(void)
4308 struct irq_cfg *cfg;
4309 struct irq_desc *desc;
4311 printk(KERN_INFO "Early APIC setup for system timer0\n");
4312 #ifndef CONFIG_SMP
4313 phys_cpu_present_map = physid_mask_of_physid(boot_cpu_physical_apicid);
4314 #endif
4315 desc = irq_to_desc_alloc_node(0, 0);
4317 setup_local_APIC();
4319 cfg = irq_cfg(0);
4320 add_pin_to_irq_node(cfg, 0, 0, 0);
4321 set_irq_chip_and_handler_name(0, &ioapic_chip, handle_edge_irq, "edge");
4323 setup_IO_APIC_irq(0, 0, 0, desc, 0, 0);