blob: c50adb84ea6f74924223716a6907bbcf333dbfe9 [file] [log] [blame]
Linus Torvalds1da177e2005-04-16 15:20:36 -07001/*
2 * Intel IO-APIC support for multi-Pentium hosts.
3 *
4 * Copyright (C) 1997, 1998, 1999, 2000 Ingo Molnar, Hajnalka Szabo
5 *
6 * Many thanks to Stig Venaas for trying out countless experimental
7 * patches and reporting/debugging problems patiently!
8 *
9 * (c) 1999, Multiple IO-APIC support, developed by
10 * Ken-ichi Yaku <yaku@css1.kbnes.nec.co.jp> and
11 * Hidemi Kishimoto <kisimoto@css1.kbnes.nec.co.jp>,
12 * further tested and cleaned up by Zach Brown <zab@redhat.com>
13 * and Ingo Molnar <mingo@redhat.com>
14 *
15 * Fixes
16 * Maciej W. Rozycki : Bits for genuine 82489DX APICs;
17 * thanks to Eric Gilmore
18 * and Rolf G. Tews
19 * for testing these extensively
20 * Paul Diefenbaugh : Added full ACPI support
21 */
22
23#include <linux/mm.h>
Linus Torvalds1da177e2005-04-16 15:20:36 -070024#include <linux/interrupt.h>
25#include <linux/init.h>
26#include <linux/delay.h>
27#include <linux/sched.h>
Yinghai Luf3294a32008-06-27 01:41:56 -070028#include <linux/bootmem.h>
Linus Torvalds1da177e2005-04-16 15:20:36 -070029#include <linux/mc146818rtc.h>
30#include <linux/compiler.h>
31#include <linux/acpi.h>
Alexey Dobriyan129f6942005-06-23 00:08:33 -070032#include <linux/module.h>
Linus Torvalds1da177e2005-04-16 15:20:36 -070033#include <linux/sysdev.h>
Eric W. Biederman2d3fcc12006-10-04 02:16:43 -070034#include <linux/pci.h>
Eric W. Biederman3b7d1922006-10-04 02:16:59 -070035#include <linux/msi.h>
Eric W. Biederman95d77882006-10-04 02:17:01 -070036#include <linux/htirq.h>
Nigel Cunningham7dfb7102006-12-06 20:34:23 -080037#include <linux/freezer.h>
Eric W. Biedermanf26d6a22007-05-02 19:27:19 +020038#include <linux/kthread.h>
Julia Lawall1d16b532008-01-30 13:32:19 +010039#include <linux/jiffies.h> /* time_after() */
Ashok Raj54d5d422005-09-06 15:16:15 -070040
Linus Torvalds1da177e2005-04-16 15:20:36 -070041#include <asm/io.h>
42#include <asm/smp.h>
43#include <asm/desc.h>
44#include <asm/timer.h>
Ingo Molnar306e4402005-06-30 02:58:55 -070045#include <asm/i8259.h>
Don Zickus3e4ff112006-06-26 13:57:01 +020046#include <asm/nmi.h>
Eric W. Biederman2d3fcc12006-10-04 02:16:43 -070047#include <asm/msidef.h>
Eric W. Biederman8b955b02006-10-04 02:16:55 -070048#include <asm/hypertransport.h>
Linus Torvalds1da177e2005-04-16 15:20:36 -070049
50#include <mach_apic.h>
Andi Kleen874c4fe2006-09-26 10:52:26 +020051#include <mach_apicdef.h>
Linus Torvalds1da177e2005-04-16 15:20:36 -070052
Linus Torvalds1da177e2005-04-16 15:20:36 -070053int (*ioapic_renumber_irq)(int ioapic, int irq);
54atomic_t irq_mis_count;
55
Eric W. Biedermanfcfd6362005-10-30 14:59:39 -080056/* Where if anywhere is the i8259 connect in external int mode */
57static struct { int pin, apic; } ioapic_i8259 = { -1, -1 };
58
Linus Torvalds1da177e2005-04-16 15:20:36 -070059static DEFINE_SPINLOCK(ioapic_lock);
Jan Beulich0a1ad602006-06-26 13:56:43 +020060static DEFINE_SPINLOCK(vector_lock);
Linus Torvalds1da177e2005-04-16 15:20:36 -070061
Rafael J. Wysockie2079c42008-07-08 16:12:26 +020062static bool mask_ioapic_irq_2 __initdata;
63
64void __init force_mask_ioapic_irq_2(void)
65{
66 mask_ioapic_irq_2 = true;
67}
68
Maciej W. Rozycki35542c52008-05-21 22:10:22 +010069int timer_through_8259 __initdata;
Andi Kleenf9262c12006-03-08 17:57:25 -080070
Linus Torvalds1da177e2005-04-16 15:20:36 -070071/*
72 * Is the SiS APIC rmw bug present ?
73 * -1 = don't know, 0 = no, 1 = yes
74 */
75int sis_apic_bug = -1;
76
77/*
78 * # of IRQ routing registers
79 */
80int nr_ioapic_registers[MAX_IO_APICS];
81
Alexey Starikovskiy9f640cc2008-04-04 23:41:13 +040082/* I/O APIC entries */
Alexey Starikovskiyec2cd0a2008-05-14 19:03:10 +040083struct mp_config_ioapic mp_ioapics[MAX_IO_APICS];
Alexey Starikovskiy9f640cc2008-04-04 23:41:13 +040084int nr_ioapics;
85
Alexey Starikovskiy584f7342008-04-04 23:41:32 +040086/* MP IRQ source entries */
Alexey Starikovskiy2fddb6e282008-05-14 19:03:17 +040087struct mp_config_intsrc mp_irqs[MAX_IRQ_SOURCES];
Alexey Starikovskiy584f7342008-04-04 23:41:32 +040088
89/* # of MP IRQ source entries */
90int mp_irq_entries;
91
Alexey Starikovskiy8732fc42008-05-19 19:47:16 +040092#if defined (CONFIG_MCA) || defined (CONFIG_EISA)
93int mp_bus_id_to_type[MAX_MP_BUSSES];
94#endif
95
96DECLARE_BITMAP(mp_bus_not_pci, MAX_MP_BUSSES);
97
Rusty Russell1a3f2392006-09-26 10:52:32 +020098static int disable_timer_pin_1 __initdata;
Chuck Ebbert66759a02005-09-12 18:49:25 +020099
Linus Torvalds1da177e2005-04-16 15:20:36 -0700100/*
101 * Rough estimation of how many shared IRQs there are, can
102 * be changed anytime.
103 */
104#define MAX_PLUS_SHARED_IRQS NR_IRQS
105#define PIN_MAP_SIZE (MAX_PLUS_SHARED_IRQS + NR_IRQS)
106
107/*
108 * This is performance-critical, we want to do it O(1)
109 *
110 * the indexing order of this array favors 1:1 mappings
111 * between pins and IRQs.
112 */
113
114static struct irq_pin_list {
115 int apic, pin, next;
116} irq_2_pin[PIN_MAP_SIZE];
117
Linus Torvalds130fe052006-11-01 09:11:00 -0800118struct io_apic {
119 unsigned int index;
120 unsigned int unused[3];
121 unsigned int data;
122};
123
124static __attribute_const__ struct io_apic __iomem *io_apic_base(int idx)
125{
126 return (void __iomem *) __fix_to_virt(FIX_IO_APIC_BASE_0 + idx)
Alexey Starikovskiyec2cd0a2008-05-14 19:03:10 +0400127 + (mp_ioapics[idx].mp_apicaddr & ~PAGE_MASK);
Linus Torvalds130fe052006-11-01 09:11:00 -0800128}
129
130static inline unsigned int io_apic_read(unsigned int apic, unsigned int reg)
131{
132 struct io_apic __iomem *io_apic = io_apic_base(apic);
133 writel(reg, &io_apic->index);
134 return readl(&io_apic->data);
135}
136
137static inline void io_apic_write(unsigned int apic, unsigned int reg, unsigned int value)
138{
139 struct io_apic __iomem *io_apic = io_apic_base(apic);
140 writel(reg, &io_apic->index);
141 writel(value, &io_apic->data);
142}
143
144/*
145 * Re-write a value: to be used for read-modify-write
146 * cycles where the read already set up the index register.
147 *
148 * Older SiS APIC requires we rewrite the index register
149 */
150static inline void io_apic_modify(unsigned int apic, unsigned int reg, unsigned int value)
151{
Al Virocb468982007-02-09 16:39:25 +0000152 volatile struct io_apic __iomem *io_apic = io_apic_base(apic);
Linus Torvalds130fe052006-11-01 09:11:00 -0800153 if (sis_apic_bug)
154 writel(reg, &io_apic->index);
155 writel(value, &io_apic->data);
156}
157
Andi Kleencf4c6a22006-09-26 10:52:30 +0200158union entry_union {
159 struct { u32 w1, w2; };
160 struct IO_APIC_route_entry entry;
161};
162
163static struct IO_APIC_route_entry ioapic_read_entry(int apic, int pin)
164{
165 union entry_union eu;
166 unsigned long flags;
167 spin_lock_irqsave(&ioapic_lock, flags);
168 eu.w1 = io_apic_read(apic, 0x10 + 2 * pin);
169 eu.w2 = io_apic_read(apic, 0x11 + 2 * pin);
170 spin_unlock_irqrestore(&ioapic_lock, flags);
171 return eu.entry;
172}
173
Linus Torvaldsf9dadfa2006-11-01 10:05:35 -0800174/*
175 * When we write a new IO APIC routing entry, we need to write the high
176 * word first! If the mask bit in the low word is clear, we will enable
177 * the interrupt, and we need to make sure the entry is fully populated
178 * before that happens.
179 */
Andi Kleend15512f2006-12-07 02:14:07 +0100180static void
181__ioapic_write_entry(int apic, int pin, struct IO_APIC_route_entry e)
182{
183 union entry_union eu;
184 eu.entry = e;
185 io_apic_write(apic, 0x11 + 2*pin, eu.w2);
186 io_apic_write(apic, 0x10 + 2*pin, eu.w1);
187}
188
Andi Kleencf4c6a22006-09-26 10:52:30 +0200189static void ioapic_write_entry(int apic, int pin, struct IO_APIC_route_entry e)
190{
191 unsigned long flags;
Andi Kleencf4c6a22006-09-26 10:52:30 +0200192 spin_lock_irqsave(&ioapic_lock, flags);
Andi Kleend15512f2006-12-07 02:14:07 +0100193 __ioapic_write_entry(apic, pin, e);
Linus Torvaldsf9dadfa2006-11-01 10:05:35 -0800194 spin_unlock_irqrestore(&ioapic_lock, flags);
195}
196
197/*
198 * When we mask an IO APIC routing entry, we need to write the low
199 * word first, in order to set the mask bit before we change the
200 * high bits!
201 */
202static void ioapic_mask_entry(int apic, int pin)
203{
204 unsigned long flags;
205 union entry_union eu = { .entry.mask = 1 };
206
207 spin_lock_irqsave(&ioapic_lock, flags);
Andi Kleencf4c6a22006-09-26 10:52:30 +0200208 io_apic_write(apic, 0x10 + 2*pin, eu.w1);
209 io_apic_write(apic, 0x11 + 2*pin, eu.w2);
210 spin_unlock_irqrestore(&ioapic_lock, flags);
211}
212
Linus Torvalds1da177e2005-04-16 15:20:36 -0700213/*
214 * The common case is 1:1 IRQ<->pin mappings. Sometimes there are
215 * shared ISA-space IRQs, so we have to support them. We are super
216 * fast in the common case, and fast for shared ISA-space IRQs.
217 */
218static void add_pin_to_irq(unsigned int irq, int apic, int pin)
219{
220 static int first_free_entry = NR_IRQS;
221 struct irq_pin_list *entry = irq_2_pin + irq;
222
223 while (entry->next)
224 entry = irq_2_pin + entry->next;
225
226 if (entry->pin != -1) {
227 entry->next = first_free_entry;
228 entry = irq_2_pin + entry->next;
229 if (++first_free_entry >= PIN_MAP_SIZE)
230 panic("io_apic.c: whoops");
231 }
232 entry->apic = apic;
233 entry->pin = pin;
234}
235
236/*
237 * Reroute an IRQ to a different pin.
238 */
239static void __init replace_pin_at_irq(unsigned int irq,
240 int oldapic, int oldpin,
241 int newapic, int newpin)
242{
243 struct irq_pin_list *entry = irq_2_pin + irq;
244
245 while (1) {
246 if (entry->apic == oldapic && entry->pin == oldpin) {
247 entry->apic = newapic;
248 entry->pin = newpin;
249 }
250 if (!entry->next)
251 break;
252 entry = irq_2_pin + entry->next;
253 }
254}
255
Paolo Ciarrocchi36062442008-06-08 13:07:18 +0200256static void __modify_IO_APIC_irq(unsigned int irq, unsigned long enable, unsigned long disable)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700257{
258 struct irq_pin_list *entry = irq_2_pin + irq;
259 unsigned int pin, reg;
260
261 for (;;) {
262 pin = entry->pin;
263 if (pin == -1)
264 break;
265 reg = io_apic_read(entry->apic, 0x10 + pin*2);
266 reg &= ~disable;
267 reg |= enable;
268 io_apic_modify(entry->apic, 0x10 + pin*2, reg);
269 if (!entry->next)
270 break;
271 entry = irq_2_pin + entry->next;
272 }
273}
274
275/* mask = 1 */
Paolo Ciarrocchi36062442008-06-08 13:07:18 +0200276static void __mask_IO_APIC_irq(unsigned int irq)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700277{
Cyrill Gorcunov46b3b4e2008-06-07 19:53:57 +0400278 __modify_IO_APIC_irq(irq, IO_APIC_REDIR_MASKED, 0);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700279}
280
281/* mask = 0 */
Paolo Ciarrocchi36062442008-06-08 13:07:18 +0200282static void __unmask_IO_APIC_irq(unsigned int irq)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700283{
Cyrill Gorcunov46b3b4e2008-06-07 19:53:57 +0400284 __modify_IO_APIC_irq(irq, 0, IO_APIC_REDIR_MASKED);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700285}
286
287/* mask = 1, trigger = 0 */
Paolo Ciarrocchi36062442008-06-08 13:07:18 +0200288static void __mask_and_edge_IO_APIC_irq(unsigned int irq)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700289{
Cyrill Gorcunov46b3b4e2008-06-07 19:53:57 +0400290 __modify_IO_APIC_irq(irq, IO_APIC_REDIR_MASKED,
291 IO_APIC_REDIR_LEVEL_TRIGGER);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700292}
293
294/* mask = 0, trigger = 1 */
Paolo Ciarrocchi36062442008-06-08 13:07:18 +0200295static void __unmask_and_level_IO_APIC_irq(unsigned int irq)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700296{
Cyrill Gorcunov46b3b4e2008-06-07 19:53:57 +0400297 __modify_IO_APIC_irq(irq, IO_APIC_REDIR_LEVEL_TRIGGER,
298 IO_APIC_REDIR_MASKED);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700299}
300
Paolo Ciarrocchi36062442008-06-08 13:07:18 +0200301static void mask_IO_APIC_irq(unsigned int irq)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700302{
303 unsigned long flags;
304
305 spin_lock_irqsave(&ioapic_lock, flags);
306 __mask_IO_APIC_irq(irq);
307 spin_unlock_irqrestore(&ioapic_lock, flags);
308}
309
Paolo Ciarrocchi36062442008-06-08 13:07:18 +0200310static void unmask_IO_APIC_irq(unsigned int irq)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700311{
312 unsigned long flags;
313
314 spin_lock_irqsave(&ioapic_lock, flags);
315 __unmask_IO_APIC_irq(irq);
316 spin_unlock_irqrestore(&ioapic_lock, flags);
317}
318
319static void clear_IO_APIC_pin(unsigned int apic, unsigned int pin)
320{
321 struct IO_APIC_route_entry entry;
Paolo Ciarrocchi36062442008-06-08 13:07:18 +0200322
Linus Torvalds1da177e2005-04-16 15:20:36 -0700323 /* Check delivery_mode to be sure we're not clearing an SMI pin */
Andi Kleencf4c6a22006-09-26 10:52:30 +0200324 entry = ioapic_read_entry(apic, pin);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700325 if (entry.delivery_mode == dest_SMI)
326 return;
327
328 /*
329 * Disable it in the IO-APIC irq-routing table:
330 */
Linus Torvaldsf9dadfa2006-11-01 10:05:35 -0800331 ioapic_mask_entry(apic, pin);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700332}
333
Paolo Ciarrocchi36062442008-06-08 13:07:18 +0200334static void clear_IO_APIC(void)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700335{
336 int apic, pin;
337
338 for (apic = 0; apic < nr_ioapics; apic++)
339 for (pin = 0; pin < nr_ioapic_registers[apic]; pin++)
340 clear_IO_APIC_pin(apic, pin);
341}
342
Ashok Raj54d5d422005-09-06 15:16:15 -0700343#ifdef CONFIG_SMP
Linus Torvalds1da177e2005-04-16 15:20:36 -0700344static void set_ioapic_affinity_irq(unsigned int irq, cpumask_t cpumask)
345{
346 unsigned long flags;
347 int pin;
348 struct irq_pin_list *entry = irq_2_pin + irq;
349 unsigned int apicid_value;
Ashok Raj54d5d422005-09-06 15:16:15 -0700350 cpumask_t tmp;
Paolo Ciarrocchi36062442008-06-08 13:07:18 +0200351
Ashok Raj54d5d422005-09-06 15:16:15 -0700352 cpus_and(tmp, cpumask, cpu_online_map);
353 if (cpus_empty(tmp))
354 tmp = TARGET_CPUS;
355
356 cpus_and(cpumask, tmp, CPU_MASK_ALL);
357
Linus Torvalds1da177e2005-04-16 15:20:36 -0700358 apicid_value = cpu_mask_to_apicid(cpumask);
359 /* Prepare to do the io_apic_write */
360 apicid_value = apicid_value << 24;
361 spin_lock_irqsave(&ioapic_lock, flags);
362 for (;;) {
363 pin = entry->pin;
364 if (pin == -1)
365 break;
366 io_apic_write(entry->apic, 0x10 + 1 + pin*2, apicid_value);
367 if (!entry->next)
368 break;
369 entry = irq_2_pin + entry->next;
370 }
Eric W. Biederman9f0a5ba2007-02-23 04:13:55 -0700371 irq_desc[irq].affinity = cpumask;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700372 spin_unlock_irqrestore(&ioapic_lock, flags);
373}
374
375#if defined(CONFIG_IRQBALANCE)
376# include <asm/processor.h> /* kernel_thread() */
377# include <linux/kernel_stat.h> /* kstat */
378# include <linux/slab.h> /* kmalloc() */
Julia Lawall1d16b532008-01-30 13:32:19 +0100379# include <linux/timer.h>
Paolo Ciarrocchi36062442008-06-08 13:07:18 +0200380
Linus Torvalds1da177e2005-04-16 15:20:36 -0700381#define IRQBALANCE_CHECK_ARCH -999
Zhang Yanmin1b61b912006-06-23 02:04:22 -0700382#define MAX_BALANCED_IRQ_INTERVAL (5*HZ)
383#define MIN_BALANCED_IRQ_INTERVAL (HZ/2)
384#define BALANCED_IRQ_MORE_DELTA (HZ/10)
385#define BALANCED_IRQ_LESS_DELTA (HZ)
386
387static int irqbalance_disabled __read_mostly = IRQBALANCE_CHECK_ARCH;
388static int physical_balance __read_mostly;
389static long balanced_irq_interval __read_mostly = MAX_BALANCED_IRQ_INTERVAL;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700390
391static struct irq_cpu_info {
Paolo Ciarrocchi36062442008-06-08 13:07:18 +0200392 unsigned long *last_irq;
393 unsigned long *irq_delta;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700394 unsigned long irq;
395} irq_cpu_data[NR_CPUS];
396
397#define CPU_IRQ(cpu) (irq_cpu_data[cpu].irq)
Paolo Ciarrocchi36062442008-06-08 13:07:18 +0200398#define LAST_CPU_IRQ(cpu, irq) (irq_cpu_data[cpu].last_irq[irq])
399#define IRQ_DELTA(cpu, irq) (irq_cpu_data[cpu].irq_delta[irq])
Linus Torvalds1da177e2005-04-16 15:20:36 -0700400
401#define IDLE_ENOUGH(cpu,now) \
402 (idle_cpu(cpu) && ((now) - per_cpu(irq_stat, (cpu)).idle_timestamp > 1))
403
404#define IRQ_ALLOWED(cpu, allowed_mask) cpu_isset(cpu, allowed_mask)
405
Mike Travisd5a74302007-10-16 01:24:05 -0700406#define CPU_TO_PACKAGEINDEX(i) (first_cpu(per_cpu(cpu_sibling_map, i)))
Linus Torvalds1da177e2005-04-16 15:20:36 -0700407
Zhang Yanmin1b61b912006-06-23 02:04:22 -0700408static cpumask_t balance_irq_affinity[NR_IRQS] = {
409 [0 ... NR_IRQS-1] = CPU_MASK_ALL
410};
Linus Torvalds1da177e2005-04-16 15:20:36 -0700411
Zhang Yanmin1b61b912006-06-23 02:04:22 -0700412void set_balance_irq_affinity(unsigned int irq, cpumask_t mask)
413{
414 balance_irq_affinity[irq] = mask;
415}
Linus Torvalds1da177e2005-04-16 15:20:36 -0700416
417static unsigned long move(int curr_cpu, cpumask_t allowed_mask,
418 unsigned long now, int direction)
419{
420 int search_idle = 1;
421 int cpu = curr_cpu;
422
423 goto inside;
424
425 do {
426 if (unlikely(cpu == curr_cpu))
427 search_idle = 0;
428inside:
429 if (direction == 1) {
430 cpu++;
431 if (cpu >= NR_CPUS)
432 cpu = 0;
433 } else {
434 cpu--;
435 if (cpu == -1)
436 cpu = NR_CPUS-1;
437 }
Paolo Ciarrocchi36062442008-06-08 13:07:18 +0200438 } while (!cpu_online(cpu) || !IRQ_ALLOWED(cpu, allowed_mask) ||
439 (search_idle && !IDLE_ENOUGH(cpu, now)));
Linus Torvalds1da177e2005-04-16 15:20:36 -0700440
441 return cpu;
442}
443
444static inline void balance_irq(int cpu, int irq)
445{
446 unsigned long now = jiffies;
447 cpumask_t allowed_mask;
448 unsigned int new_cpu;
Paolo Ciarrocchi36062442008-06-08 13:07:18 +0200449
Linus Torvalds1da177e2005-04-16 15:20:36 -0700450 if (irqbalance_disabled)
Paolo Ciarrocchi36062442008-06-08 13:07:18 +0200451 return;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700452
Zhang Yanmin1b61b912006-06-23 02:04:22 -0700453 cpus_and(allowed_mask, cpu_online_map, balance_irq_affinity[irq]);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700454 new_cpu = move(cpu, allowed_mask, now, 1);
Paolo Ciarrocchi36062442008-06-08 13:07:18 +0200455 if (cpu != new_cpu)
Ashok Raj54d5d422005-09-06 15:16:15 -0700456 set_pending_irq(irq, cpumask_of_cpu(new_cpu));
Linus Torvalds1da177e2005-04-16 15:20:36 -0700457}
458
459static inline void rotate_irqs_among_cpus(unsigned long useful_load_threshold)
460{
461 int i, j;
Stefan Richteredc2cbf2007-07-21 17:11:40 +0200462
Andrew Morton394e3902006-03-23 03:01:05 -0800463 for_each_online_cpu(i) {
464 for (j = 0; j < NR_IRQS; j++) {
Linus Torvalds1da177e2005-04-16 15:20:36 -0700465 if (!irq_desc[j].action)
466 continue;
467 /* Is it a significant load ? */
Paolo Ciarrocchi36062442008-06-08 13:07:18 +0200468 if (IRQ_DELTA(CPU_TO_PACKAGEINDEX(i), j) <
Linus Torvalds1da177e2005-04-16 15:20:36 -0700469 useful_load_threshold)
470 continue;
471 balance_irq(i, j);
472 }
473 }
474 balanced_irq_interval = max((long)MIN_BALANCED_IRQ_INTERVAL,
Paolo Ciarrocchi36062442008-06-08 13:07:18 +0200475 balanced_irq_interval - BALANCED_IRQ_LESS_DELTA);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700476 return;
477}
478
479static void do_irq_balance(void)
480{
481 int i, j;
482 unsigned long max_cpu_irq = 0, min_cpu_irq = (~0);
483 unsigned long move_this_load = 0;
484 int max_loaded = 0, min_loaded = 0;
485 int load;
486 unsigned long useful_load_threshold = balanced_irq_interval + 10;
487 int selected_irq;
488 int tmp_loaded, first_attempt = 1;
489 unsigned long tmp_cpu_irq;
490 unsigned long imbalance = 0;
491 cpumask_t allowed_mask, target_cpu_mask, tmp;
492
KAMEZAWA Hiroyukic89125992006-03-28 01:56:39 -0800493 for_each_possible_cpu(i) {
Linus Torvalds1da177e2005-04-16 15:20:36 -0700494 int package_index;
495 CPU_IRQ(i) = 0;
496 if (!cpu_online(i))
497 continue;
498 package_index = CPU_TO_PACKAGEINDEX(i);
499 for (j = 0; j < NR_IRQS; j++) {
500 unsigned long value_now, delta;
Thomas Gleixner950f4422007-02-16 01:27:24 -0800501 /* Is this an active IRQ or balancing disabled ? */
502 if (!irq_desc[j].action || irq_balancing_disabled(j))
Linus Torvalds1da177e2005-04-16 15:20:36 -0700503 continue;
Paolo Ciarrocchi36062442008-06-08 13:07:18 +0200504 if (package_index == i)
505 IRQ_DELTA(package_index, j) = 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700506 /* Determine the total count per processor per IRQ */
507 value_now = (unsigned long) kstat_cpu(i).irqs[j];
508
509 /* Determine the activity per processor per IRQ */
Paolo Ciarrocchi36062442008-06-08 13:07:18 +0200510 delta = value_now - LAST_CPU_IRQ(i, j);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700511
512 /* Update last_cpu_irq[][] for the next time */
Paolo Ciarrocchi36062442008-06-08 13:07:18 +0200513 LAST_CPU_IRQ(i, j) = value_now;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700514
515 /* Ignore IRQs whose rate is less than the clock */
516 if (delta < useful_load_threshold)
517 continue;
518 /* update the load for the processor or package total */
Paolo Ciarrocchi36062442008-06-08 13:07:18 +0200519 IRQ_DELTA(package_index, j) += delta;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700520
521 /* Keep track of the higher numbered sibling as well */
522 if (i != package_index)
523 CPU_IRQ(i) += delta;
524 /*
525 * We have sibling A and sibling B in the package
526 *
527 * cpu_irq[A] = load for cpu A + load for cpu B
528 * cpu_irq[B] = load for cpu B
529 */
530 CPU_IRQ(package_index) += delta;
531 }
532 }
533 /* Find the least loaded processor package */
Andrew Morton394e3902006-03-23 03:01:05 -0800534 for_each_online_cpu(i) {
Linus Torvalds1da177e2005-04-16 15:20:36 -0700535 if (i != CPU_TO_PACKAGEINDEX(i))
536 continue;
537 if (min_cpu_irq > CPU_IRQ(i)) {
538 min_cpu_irq = CPU_IRQ(i);
539 min_loaded = i;
540 }
541 }
542 max_cpu_irq = ULONG_MAX;
543
544tryanothercpu:
Paolo Ciarrocchi36062442008-06-08 13:07:18 +0200545 /*
546 * Look for heaviest loaded processor.
Linus Torvalds1da177e2005-04-16 15:20:36 -0700547 * We may come back to get the next heaviest loaded processor.
548 * Skip processors with trivial loads.
549 */
550 tmp_cpu_irq = 0;
551 tmp_loaded = -1;
Andrew Morton394e3902006-03-23 03:01:05 -0800552 for_each_online_cpu(i) {
Linus Torvalds1da177e2005-04-16 15:20:36 -0700553 if (i != CPU_TO_PACKAGEINDEX(i))
554 continue;
Paolo Ciarrocchi36062442008-06-08 13:07:18 +0200555 if (max_cpu_irq <= CPU_IRQ(i))
Linus Torvalds1da177e2005-04-16 15:20:36 -0700556 continue;
557 if (tmp_cpu_irq < CPU_IRQ(i)) {
558 tmp_cpu_irq = CPU_IRQ(i);
559 tmp_loaded = i;
560 }
561 }
562
563 if (tmp_loaded == -1) {
Paolo Ciarrocchi36062442008-06-08 13:07:18 +0200564 /*
565 * In the case of small number of heavy interrupt sources,
566 * loading some of the cpus too much. We use Ingo's original
Linus Torvalds1da177e2005-04-16 15:20:36 -0700567 * approach to rotate them around.
568 */
569 if (!first_attempt && imbalance >= useful_load_threshold) {
570 rotate_irqs_among_cpus(useful_load_threshold);
571 return;
572 }
573 goto not_worth_the_effort;
574 }
Paolo Ciarrocchi36062442008-06-08 13:07:18 +0200575
Linus Torvalds1da177e2005-04-16 15:20:36 -0700576 first_attempt = 0; /* heaviest search */
577 max_cpu_irq = tmp_cpu_irq; /* load */
578 max_loaded = tmp_loaded; /* processor */
579 imbalance = (max_cpu_irq - min_cpu_irq) / 2;
Paolo Ciarrocchi36062442008-06-08 13:07:18 +0200580
581 /*
582 * if imbalance is less than approx 10% of max load, then
Linus Torvalds1da177e2005-04-16 15:20:36 -0700583 * observe diminishing returns action. - quit
584 */
Stefan Richteredc2cbf2007-07-21 17:11:40 +0200585 if (imbalance < (max_cpu_irq >> 3))
Linus Torvalds1da177e2005-04-16 15:20:36 -0700586 goto not_worth_the_effort;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700587
588tryanotherirq:
589 /* if we select an IRQ to move that can't go where we want, then
590 * see if there is another one to try.
591 */
592 move_this_load = 0;
593 selected_irq = -1;
594 for (j = 0; j < NR_IRQS; j++) {
595 /* Is this an active IRQ? */
596 if (!irq_desc[j].action)
597 continue;
Paolo Ciarrocchi36062442008-06-08 13:07:18 +0200598 if (imbalance <= IRQ_DELTA(max_loaded, j))
Linus Torvalds1da177e2005-04-16 15:20:36 -0700599 continue;
600 /* Try to find the IRQ that is closest to the imbalance
601 * without going over.
602 */
Paolo Ciarrocchi36062442008-06-08 13:07:18 +0200603 if (move_this_load < IRQ_DELTA(max_loaded, j)) {
604 move_this_load = IRQ_DELTA(max_loaded, j);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700605 selected_irq = j;
606 }
607 }
Paolo Ciarrocchi36062442008-06-08 13:07:18 +0200608 if (selected_irq == -1)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700609 goto tryanothercpu;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700610
611 imbalance = move_this_load;
Paolo Ciarrocchi36062442008-06-08 13:07:18 +0200612
Simon Arlott27b46d72007-10-20 01:13:56 +0200613 /* For physical_balance case, we accumulated both load
Linus Torvalds1da177e2005-04-16 15:20:36 -0700614 * values in the one of the siblings cpu_irq[],
615 * to use the same code for physical and logical processors
Paolo Ciarrocchi36062442008-06-08 13:07:18 +0200616 * as much as possible.
Linus Torvalds1da177e2005-04-16 15:20:36 -0700617 *
618 * NOTE: the cpu_irq[] array holds the sum of the load for
619 * sibling A and sibling B in the slot for the lowest numbered
620 * sibling (A), _AND_ the load for sibling B in the slot for
621 * the higher numbered sibling.
622 *
623 * We seek the least loaded sibling by making the comparison
624 * (A+B)/2 vs B
625 */
626 load = CPU_IRQ(min_loaded) >> 1;
Mike Travisd5a74302007-10-16 01:24:05 -0700627 for_each_cpu_mask(j, per_cpu(cpu_sibling_map, min_loaded)) {
Linus Torvalds1da177e2005-04-16 15:20:36 -0700628 if (load > CPU_IRQ(j)) {
629 /* This won't change cpu_sibling_map[min_loaded] */
630 load = CPU_IRQ(j);
631 min_loaded = j;
632 }
633 }
634
Zhang Yanmin1b61b912006-06-23 02:04:22 -0700635 cpus_and(allowed_mask,
636 cpu_online_map,
637 balance_irq_affinity[selected_irq]);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700638 target_cpu_mask = cpumask_of_cpu(min_loaded);
639 cpus_and(tmp, target_cpu_mask, allowed_mask);
640
641 if (!cpus_empty(tmp)) {
Linus Torvalds1da177e2005-04-16 15:20:36 -0700642 /* mark for change destination */
Ashok Raj54d5d422005-09-06 15:16:15 -0700643 set_pending_irq(selected_irq, cpumask_of_cpu(min_loaded));
644
Paolo Ciarrocchi36062442008-06-08 13:07:18 +0200645 /* Since we made a change, come back sooner to
Linus Torvalds1da177e2005-04-16 15:20:36 -0700646 * check for more variation.
647 */
648 balanced_irq_interval = max((long)MIN_BALANCED_IRQ_INTERVAL,
Paolo Ciarrocchi36062442008-06-08 13:07:18 +0200649 balanced_irq_interval - BALANCED_IRQ_LESS_DELTA);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700650 return;
651 }
652 goto tryanotherirq;
653
654not_worth_the_effort:
655 /*
656 * if we did not find an IRQ to move, then adjust the time interval
657 * upward
658 */
659 balanced_irq_interval = min((long)MAX_BALANCED_IRQ_INTERVAL,
Paolo Ciarrocchi36062442008-06-08 13:07:18 +0200660 balanced_irq_interval + BALANCED_IRQ_MORE_DELTA);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700661 return;
662}
663
664static int balanced_irq(void *unused)
665{
666 int i;
667 unsigned long prev_balance_time = jiffies;
668 long time_remaining = balanced_irq_interval;
669
Linus Torvalds1da177e2005-04-16 15:20:36 -0700670 /* push everything to CPU 0 to give us a starting point. */
671 for (i = 0 ; i < NR_IRQS ; i++) {
Ingo Molnarcd916d32006-06-29 02:24:42 -0700672 irq_desc[i].pending_mask = cpumask_of_cpu(0);
Ashok Raj54d5d422005-09-06 15:16:15 -0700673 set_pending_irq(i, cpumask_of_cpu(0));
Linus Torvalds1da177e2005-04-16 15:20:36 -0700674 }
675
Rafael J. Wysocki83144182007-07-17 04:03:35 -0700676 set_freezable();
Linus Torvalds1da177e2005-04-16 15:20:36 -0700677 for ( ; ; ) {
Nishanth Aravamudan52e6e632005-09-10 00:27:26 -0700678 time_remaining = schedule_timeout_interruptible(time_remaining);
Christoph Lameter3e1d1d22005-06-24 23:13:50 -0700679 try_to_freeze();
Linus Torvalds1da177e2005-04-16 15:20:36 -0700680 if (time_after(jiffies,
681 prev_balance_time+balanced_irq_interval)) {
Zwane Mwaikambof3705132005-06-25 14:54:50 -0700682 preempt_disable();
Linus Torvalds1da177e2005-04-16 15:20:36 -0700683 do_irq_balance();
684 prev_balance_time = jiffies;
685 time_remaining = balanced_irq_interval;
Zwane Mwaikambof3705132005-06-25 14:54:50 -0700686 preempt_enable();
Linus Torvalds1da177e2005-04-16 15:20:36 -0700687 }
688 }
689 return 0;
690}
691
692static int __init balanced_irq_init(void)
693{
694 int i;
695 struct cpuinfo_x86 *c;
696 cpumask_t tmp;
697
698 cpus_shift_right(tmp, cpu_online_map, 2);
Paolo Ciarrocchi36062442008-06-08 13:07:18 +0200699 c = &boot_cpu_data;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700700 /* When not overwritten by the command line ask subarchitecture. */
701 if (irqbalance_disabled == IRQBALANCE_CHECK_ARCH)
702 irqbalance_disabled = NO_BALANCE_IRQ;
703 if (irqbalance_disabled)
704 return 0;
Paolo Ciarrocchi36062442008-06-08 13:07:18 +0200705
Linus Torvalds1da177e2005-04-16 15:20:36 -0700706 /* disable irqbalance completely if there is only one processor online */
707 if (num_online_cpus() < 2) {
708 irqbalance_disabled = 1;
709 return 0;
710 }
711 /*
712 * Enable physical balance only if more than 1 physical processor
713 * is present
714 */
715 if (smp_num_siblings > 1 && !cpus_empty(tmp))
716 physical_balance = 1;
717
Andrew Morton394e3902006-03-23 03:01:05 -0800718 for_each_online_cpu(i) {
Christophe Jaillet25556c12008-06-22 22:13:48 +0200719 irq_cpu_data[i].irq_delta = kzalloc(sizeof(unsigned long) * NR_IRQS, GFP_KERNEL);
720 irq_cpu_data[i].last_irq = kzalloc(sizeof(unsigned long) * NR_IRQS, GFP_KERNEL);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700721 if (irq_cpu_data[i].irq_delta == NULL || irq_cpu_data[i].last_irq == NULL) {
722 printk(KERN_ERR "balanced_irq_init: out of memory");
723 goto failed;
724 }
Linus Torvalds1da177e2005-04-16 15:20:36 -0700725 }
Paolo Ciarrocchi36062442008-06-08 13:07:18 +0200726
Linus Torvalds1da177e2005-04-16 15:20:36 -0700727 printk(KERN_INFO "Starting balanced_irq\n");
Eric W. Biedermanf26d6a22007-05-02 19:27:19 +0200728 if (!IS_ERR(kthread_run(balanced_irq, NULL, "kirqd")))
Linus Torvalds1da177e2005-04-16 15:20:36 -0700729 return 0;
Eric W. Biedermanf26d6a22007-05-02 19:27:19 +0200730 printk(KERN_ERR "balanced_irq_init: failed to spawn balanced_irq");
Linus Torvalds1da177e2005-04-16 15:20:36 -0700731failed:
KAMEZAWA Hiroyukic89125992006-03-28 01:56:39 -0800732 for_each_possible_cpu(i) {
Jesper Juhl4ae66732005-06-25 14:58:48 -0700733 kfree(irq_cpu_data[i].irq_delta);
Andrew Morton394e3902006-03-23 03:01:05 -0800734 irq_cpu_data[i].irq_delta = NULL;
Jesper Juhl4ae66732005-06-25 14:58:48 -0700735 kfree(irq_cpu_data[i].last_irq);
Andrew Morton394e3902006-03-23 03:01:05 -0800736 irq_cpu_data[i].last_irq = NULL;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700737 }
738 return 0;
739}
740
Andrew Mortonc2481cc2007-04-08 16:04:04 -0700741int __devinit irqbalance_disable(char *str)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700742{
743 irqbalance_disabled = 1;
OGAWA Hirofumi9b410462006-03-31 02:30:33 -0800744 return 1;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700745}
746
747__setup("noirqbalance", irqbalance_disable);
748
Linus Torvalds1da177e2005-04-16 15:20:36 -0700749late_initcall(balanced_irq_init);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700750#endif /* CONFIG_IRQBALANCE */
Ashok Raj54d5d422005-09-06 15:16:15 -0700751#endif /* CONFIG_SMP */
Linus Torvalds1da177e2005-04-16 15:20:36 -0700752
753#ifndef CONFIG_SMP
Harvey Harrison75604d72008-01-30 13:31:17 +0100754void send_IPI_self(int vector)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700755{
756 unsigned int cfg;
757
758 /*
759 * Wait for idle.
760 */
761 apic_wait_icr_idle();
762 cfg = APIC_DM_FIXED | APIC_DEST_SELF | vector | APIC_DEST_LOGICAL;
763 /*
764 * Send the IPI. The write to APIC_ICR fires this off.
765 */
766 apic_write_around(APIC_ICR, cfg);
767}
768#endif /* !CONFIG_SMP */
769
770
771/*
772 * support for broken MP BIOSs, enables hand-redirection of PIRQ0-7 to
773 * specific CPU-side IRQs.
774 */
775
776#define MAX_PIRQS 8
777static int pirq_entries [MAX_PIRQS];
778static int pirqs_enabled;
779int skip_ioapic_setup;
780
Linus Torvalds1da177e2005-04-16 15:20:36 -0700781static int __init ioapic_pirq_setup(char *str)
782{
783 int i, max;
784 int ints[MAX_PIRQS+1];
785
786 get_options(str, ARRAY_SIZE(ints), ints);
787
788 for (i = 0; i < MAX_PIRQS; i++)
789 pirq_entries[i] = -1;
790
791 pirqs_enabled = 1;
792 apic_printk(APIC_VERBOSE, KERN_INFO
793 "PIRQ redirection, working around broken MP-BIOS.\n");
794 max = MAX_PIRQS;
795 if (ints[0] < MAX_PIRQS)
796 max = ints[0];
797
798 for (i = 0; i < max; i++) {
799 apic_printk(APIC_VERBOSE, KERN_DEBUG
800 "... PIRQ%d -> IRQ %d\n", i, ints[i+1]);
801 /*
802 * PIRQs are mapped upside down, usually.
803 */
804 pirq_entries[MAX_PIRQS-i-1] = ints[i+1];
805 }
806 return 1;
807}
808
809__setup("pirq=", ioapic_pirq_setup);
810
811/*
812 * Find the IRQ entry number of a certain pin.
813 */
814static int find_irq_entry(int apic, int pin, int type)
815{
816 int i;
817
818 for (i = 0; i < mp_irq_entries; i++)
Alexey Starikovskiy2fddb6e282008-05-14 19:03:17 +0400819 if (mp_irqs[i].mp_irqtype == type &&
820 (mp_irqs[i].mp_dstapic == mp_ioapics[apic].mp_apicid ||
821 mp_irqs[i].mp_dstapic == MP_APIC_ALL) &&
822 mp_irqs[i].mp_dstirq == pin)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700823 return i;
824
825 return -1;
826}
827
828/*
829 * Find the pin to which IRQ[irq] (ISA) is connected
830 */
Eric W. Biedermanfcfd6362005-10-30 14:59:39 -0800831static int __init find_isa_irq_pin(int irq, int type)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700832{
833 int i;
834
835 for (i = 0; i < mp_irq_entries; i++) {
Alexey Starikovskiy2fddb6e282008-05-14 19:03:17 +0400836 int lbus = mp_irqs[i].mp_srcbus;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700837
Alexey Starikovskiyd27e2b82008-03-20 14:54:18 +0300838 if (test_bit(lbus, mp_bus_not_pci) &&
Alexey Starikovskiy2fddb6e282008-05-14 19:03:17 +0400839 (mp_irqs[i].mp_irqtype == type) &&
840 (mp_irqs[i].mp_srcbusirq == irq))
Linus Torvalds1da177e2005-04-16 15:20:36 -0700841
Alexey Starikovskiy2fddb6e282008-05-14 19:03:17 +0400842 return mp_irqs[i].mp_dstirq;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700843 }
844 return -1;
845}
846
Eric W. Biedermanfcfd6362005-10-30 14:59:39 -0800847static int __init find_isa_irq_apic(int irq, int type)
848{
849 int i;
850
851 for (i = 0; i < mp_irq_entries; i++) {
Alexey Starikovskiy2fddb6e282008-05-14 19:03:17 +0400852 int lbus = mp_irqs[i].mp_srcbus;
Eric W. Biedermanfcfd6362005-10-30 14:59:39 -0800853
Alexey Starikovskiy73b29612008-03-20 14:54:24 +0300854 if (test_bit(lbus, mp_bus_not_pci) &&
Alexey Starikovskiy2fddb6e282008-05-14 19:03:17 +0400855 (mp_irqs[i].mp_irqtype == type) &&
856 (mp_irqs[i].mp_srcbusirq == irq))
Eric W. Biedermanfcfd6362005-10-30 14:59:39 -0800857 break;
858 }
859 if (i < mp_irq_entries) {
860 int apic;
Paolo Ciarrocchi36062442008-06-08 13:07:18 +0200861 for (apic = 0; apic < nr_ioapics; apic++) {
Alexey Starikovskiy2fddb6e282008-05-14 19:03:17 +0400862 if (mp_ioapics[apic].mp_apicid == mp_irqs[i].mp_dstapic)
Eric W. Biedermanfcfd6362005-10-30 14:59:39 -0800863 return apic;
864 }
865 }
866
867 return -1;
868}
869
Linus Torvalds1da177e2005-04-16 15:20:36 -0700870/*
871 * Find a specific PCI IRQ entry.
872 * Not an __init, possibly needed by modules
873 */
874static int pin_2_irq(int idx, int apic, int pin);
875
876int IO_APIC_get_PCI_irq_vector(int bus, int slot, int pin)
877{
878 int apic, i, best_guess = -1;
879
880 apic_printk(APIC_DEBUG, "querying PCI -> IRQ mapping bus:%d, "
881 "slot:%d, pin:%d.\n", bus, slot, pin);
Alexey Starikovskiyce6444d2008-05-19 19:47:09 +0400882 if (test_bit(bus, mp_bus_not_pci)) {
Linus Torvalds1da177e2005-04-16 15:20:36 -0700883 printk(KERN_WARNING "PCI BIOS passed nonexistent PCI bus %d!\n", bus);
884 return -1;
885 }
886 for (i = 0; i < mp_irq_entries; i++) {
Alexey Starikovskiy2fddb6e282008-05-14 19:03:17 +0400887 int lbus = mp_irqs[i].mp_srcbus;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700888
889 for (apic = 0; apic < nr_ioapics; apic++)
Alexey Starikovskiy2fddb6e282008-05-14 19:03:17 +0400890 if (mp_ioapics[apic].mp_apicid == mp_irqs[i].mp_dstapic ||
891 mp_irqs[i].mp_dstapic == MP_APIC_ALL)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700892 break;
893
Alexey Starikovskiy47cab822008-03-20 14:54:30 +0300894 if (!test_bit(lbus, mp_bus_not_pci) &&
Alexey Starikovskiy2fddb6e282008-05-14 19:03:17 +0400895 !mp_irqs[i].mp_irqtype &&
Linus Torvalds1da177e2005-04-16 15:20:36 -0700896 (bus == lbus) &&
Alexey Starikovskiy2fddb6e282008-05-14 19:03:17 +0400897 (slot == ((mp_irqs[i].mp_srcbusirq >> 2) & 0x1f))) {
Ingo Molnar3de352b2008-07-08 11:14:58 +0200898 int irq = pin_2_irq(i, apic, mp_irqs[i].mp_dstirq);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700899
900 if (!(apic || IO_APIC_IRQ(irq)))
901 continue;
902
Alexey Starikovskiy2fddb6e282008-05-14 19:03:17 +0400903 if (pin == (mp_irqs[i].mp_srcbusirq & 3))
Linus Torvalds1da177e2005-04-16 15:20:36 -0700904 return irq;
905 /*
906 * Use the first all-but-pin matching entry as a
907 * best-guess fuzzy result for broken mptables.
908 */
909 if (best_guess < 0)
910 best_guess = irq;
911 }
912 }
913 return best_guess;
914}
Alexey Dobriyan129f6942005-06-23 00:08:33 -0700915EXPORT_SYMBOL(IO_APIC_get_PCI_irq_vector);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700916
917/*
Paolo Ciarrocchi36062442008-06-08 13:07:18 +0200918 * This function currently is only a helper for the i386 smp boot process where
Linus Torvalds1da177e2005-04-16 15:20:36 -0700919 * we need to reprogram the ioredtbls to cater for the cpus which have come online
920 * so mask in all cases should simply be TARGET_CPUS
921 */
Ashok Raj54d5d422005-09-06 15:16:15 -0700922#ifdef CONFIG_SMP
Linus Torvalds1da177e2005-04-16 15:20:36 -0700923void __init setup_ioapic_dest(void)
924{
925 int pin, ioapic, irq, irq_entry;
926
927 if (skip_ioapic_setup == 1)
928 return;
929
930 for (ioapic = 0; ioapic < nr_ioapics; ioapic++) {
931 for (pin = 0; pin < nr_ioapic_registers[ioapic]; pin++) {
932 irq_entry = find_irq_entry(ioapic, pin, mp_INT);
933 if (irq_entry == -1)
934 continue;
935 irq = pin_2_irq(irq_entry, ioapic, pin);
936 set_ioapic_affinity_irq(irq, TARGET_CPUS);
937 }
938
939 }
940}
Ashok Raj54d5d422005-09-06 15:16:15 -0700941#endif
Linus Torvalds1da177e2005-04-16 15:20:36 -0700942
Alexey Starikovskiyc0a282c2008-03-20 14:55:02 +0300943#if defined(CONFIG_EISA) || defined(CONFIG_MCA)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700944/*
945 * EISA Edge/Level control register, ELCR
946 */
947static int EISA_ELCR(unsigned int irq)
948{
949 if (irq < 16) {
950 unsigned int port = 0x4d0 + (irq >> 3);
951 return (inb(port) >> (irq & 7)) & 1;
952 }
953 apic_printk(APIC_VERBOSE, KERN_INFO
954 "Broken MPtable reports ISA irq %d\n", irq);
955 return 0;
956}
Alexey Starikovskiyc0a282c2008-03-20 14:55:02 +0300957#endif
Linus Torvalds1da177e2005-04-16 15:20:36 -0700958
Alexey Starikovskiy67288012008-03-20 14:54:36 +0300959/* ISA interrupts are always polarity zero edge triggered,
960 * when listed as conforming in the MP table. */
961
962#define default_ISA_trigger(idx) (0)
963#define default_ISA_polarity(idx) (0)
964
Linus Torvalds1da177e2005-04-16 15:20:36 -0700965/* EISA interrupts are always polarity zero and can be edge or level
966 * trigger depending on the ELCR value. If an interrupt is listed as
967 * EISA conforming in the MP table, that means its trigger type must
968 * be read in from the ELCR */
969
Alexey Starikovskiy2fddb6e282008-05-14 19:03:17 +0400970#define default_EISA_trigger(idx) (EISA_ELCR(mp_irqs[idx].mp_srcbusirq))
Alexey Starikovskiy67288012008-03-20 14:54:36 +0300971#define default_EISA_polarity(idx) default_ISA_polarity(idx)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700972
973/* PCI interrupts are always polarity one level triggered,
974 * when listed as conforming in the MP table. */
975
976#define default_PCI_trigger(idx) (1)
977#define default_PCI_polarity(idx) (1)
978
979/* MCA interrupts are always polarity zero level triggered,
980 * when listed as conforming in the MP table. */
981
982#define default_MCA_trigger(idx) (1)
Alexey Starikovskiy67288012008-03-20 14:54:36 +0300983#define default_MCA_polarity(idx) default_ISA_polarity(idx)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700984
Shaohua Li61fd47e2007-11-17 01:05:28 -0500985static int MPBIOS_polarity(int idx)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700986{
Alexey Starikovskiy2fddb6e282008-05-14 19:03:17 +0400987 int bus = mp_irqs[idx].mp_srcbus;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700988 int polarity;
989
990 /*
991 * Determine IRQ line polarity (high active or low active):
992 */
Ingo Molnar3de352b2008-07-08 11:14:58 +0200993 switch (mp_irqs[idx].mp_irqflag & 3) {
Paolo Ciarrocchi36062442008-06-08 13:07:18 +0200994 case 0: /* conforms, ie. bus-type dependent polarity */
Linus Torvalds1da177e2005-04-16 15:20:36 -0700995 {
Paolo Ciarrocchi36062442008-06-08 13:07:18 +0200996 polarity = test_bit(bus, mp_bus_not_pci)?
997 default_ISA_polarity(idx):
998 default_PCI_polarity(idx);
999 break;
1000 }
1001 case 1: /* high active */
1002 {
1003 polarity = 0;
1004 break;
1005 }
1006 case 2: /* reserved */
1007 {
1008 printk(KERN_WARNING "broken BIOS!!\n");
1009 polarity = 1;
1010 break;
1011 }
1012 case 3: /* low active */
1013 {
1014 polarity = 1;
1015 break;
1016 }
1017 default: /* invalid */
1018 {
1019 printk(KERN_WARNING "broken BIOS!!\n");
1020 polarity = 1;
1021 break;
1022 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07001023 }
1024 return polarity;
1025}
1026
1027static int MPBIOS_trigger(int idx)
1028{
Alexey Starikovskiy2fddb6e282008-05-14 19:03:17 +04001029 int bus = mp_irqs[idx].mp_srcbus;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001030 int trigger;
1031
1032 /*
1033 * Determine IRQ trigger mode (edge or level sensitive):
1034 */
Ingo Molnar3de352b2008-07-08 11:14:58 +02001035 switch ((mp_irqs[idx].mp_irqflag>>2) & 3) {
Paolo Ciarrocchi36062442008-06-08 13:07:18 +02001036 case 0: /* conforms, ie. bus-type dependent */
Linus Torvalds1da177e2005-04-16 15:20:36 -07001037 {
Paolo Ciarrocchi36062442008-06-08 13:07:18 +02001038 trigger = test_bit(bus, mp_bus_not_pci)?
1039 default_ISA_trigger(idx):
1040 default_PCI_trigger(idx);
Alexey Starikovskiyc0a282c2008-03-20 14:55:02 +03001041#if defined(CONFIG_EISA) || defined(CONFIG_MCA)
Paolo Ciarrocchi36062442008-06-08 13:07:18 +02001042 switch (mp_bus_id_to_type[bus]) {
1043 case MP_BUS_ISA: /* ISA pin */
1044 {
1045 /* set before the switch */
1046 break;
1047 }
1048 case MP_BUS_EISA: /* EISA pin */
1049 {
1050 trigger = default_EISA_trigger(idx);
1051 break;
1052 }
1053 case MP_BUS_PCI: /* PCI pin */
1054 {
1055 /* set before the switch */
1056 break;
1057 }
1058 case MP_BUS_MCA: /* MCA pin */
1059 {
1060 trigger = default_MCA_trigger(idx);
1061 break;
1062 }
1063 default:
1064 {
1065 printk(KERN_WARNING "broken BIOS!!\n");
1066 trigger = 1;
1067 break;
1068 }
1069 }
Alexey Starikovskiyc0a282c2008-03-20 14:55:02 +03001070#endif
Paolo Ciarrocchi36062442008-06-08 13:07:18 +02001071 break;
1072 }
1073 case 1: /* edge */
1074 {
1075 trigger = 0;
1076 break;
1077 }
1078 case 2: /* reserved */
1079 {
1080 printk(KERN_WARNING "broken BIOS!!\n");
1081 trigger = 1;
1082 break;
1083 }
1084 case 3: /* level */
1085 {
1086 trigger = 1;
1087 break;
1088 }
1089 default: /* invalid */
1090 {
1091 printk(KERN_WARNING "broken BIOS!!\n");
1092 trigger = 0;
1093 break;
1094 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07001095 }
1096 return trigger;
1097}
1098
1099static inline int irq_polarity(int idx)
1100{
1101 return MPBIOS_polarity(idx);
1102}
1103
1104static inline int irq_trigger(int idx)
1105{
1106 return MPBIOS_trigger(idx);
1107}
1108
1109static int pin_2_irq(int idx, int apic, int pin)
1110{
1111 int irq, i;
Alexey Starikovskiy2fddb6e282008-05-14 19:03:17 +04001112 int bus = mp_irqs[idx].mp_srcbus;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001113
1114 /*
1115 * Debugging check, we are in big trouble if this message pops up!
1116 */
Alexey Starikovskiy2fddb6e282008-05-14 19:03:17 +04001117 if (mp_irqs[idx].mp_dstirq != pin)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001118 printk(KERN_ERR "broken BIOS or MPTABLE parser, ayiee!!\n");
1119
Alexey Starikovskiy643befe2008-03-20 14:54:49 +03001120 if (test_bit(bus, mp_bus_not_pci))
Alexey Starikovskiy2fddb6e282008-05-14 19:03:17 +04001121 irq = mp_irqs[idx].mp_srcbusirq;
Alexey Starikovskiy643befe2008-03-20 14:54:49 +03001122 else {
1123 /*
1124 * PCI IRQs are mapped in order
1125 */
1126 i = irq = 0;
1127 while (i < apic)
1128 irq += nr_ioapic_registers[i++];
1129 irq += pin;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001130
Alexey Starikovskiy643befe2008-03-20 14:54:49 +03001131 /*
1132 * For MPS mode, so far only needed by ES7000 platform
1133 */
1134 if (ioapic_renumber_irq)
1135 irq = ioapic_renumber_irq(apic, irq);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001136 }
1137
1138 /*
1139 * PCI IRQ command line redirection. Yes, limits are hardcoded.
1140 */
1141 if ((pin >= 16) && (pin <= 23)) {
1142 if (pirq_entries[pin-16] != -1) {
1143 if (!pirq_entries[pin-16]) {
1144 apic_printk(APIC_VERBOSE, KERN_DEBUG
1145 "disabling PIRQ%d\n", pin-16);
1146 } else {
1147 irq = pirq_entries[pin-16];
1148 apic_printk(APIC_VERBOSE, KERN_DEBUG
1149 "using PIRQ%d -> IRQ %d\n",
1150 pin-16, irq);
1151 }
1152 }
1153 }
1154 return irq;
1155}
1156
1157static inline int IO_APIC_irq_trigger(int irq)
1158{
1159 int apic, idx, pin;
1160
1161 for (apic = 0; apic < nr_ioapics; apic++) {
1162 for (pin = 0; pin < nr_ioapic_registers[apic]; pin++) {
Paolo Ciarrocchi36062442008-06-08 13:07:18 +02001163 idx = find_irq_entry(apic, pin, mp_INT);
1164 if ((idx != -1) && (irq == pin_2_irq(idx, apic, pin)))
Linus Torvalds1da177e2005-04-16 15:20:36 -07001165 return irq_trigger(idx);
1166 }
1167 }
1168 /*
1169 * nonexistent IRQs are edge default
1170 */
1171 return 0;
1172}
1173
1174/* irq_vectors is indexed by the sum of all RTEs in all I/O APICs. */
Adrian Bunk7e95b592006-12-07 02:14:11 +01001175static u8 irq_vector[NR_IRQ_VECTORS] __read_mostly = { FIRST_DEVICE_VECTOR , 0 };
Linus Torvalds1da177e2005-04-16 15:20:36 -07001176
Eric W. Biedermanace80ab2006-10-04 02:16:47 -07001177static int __assign_irq_vector(int irq)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001178{
Paolo Ciarrocchi36062442008-06-08 13:07:18 +02001179 static int current_vector = FIRST_DEVICE_VECTOR, current_offset;
Rusty Russelldbeb2be2007-10-19 20:35:03 +02001180 int vector, offset;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001181
Eric W. Biedermanace80ab2006-10-04 02:16:47 -07001182 BUG_ON((unsigned)irq >= NR_IRQ_VECTORS);
Jan Beulich0a1ad602006-06-26 13:56:43 +02001183
Eric W. Biedermanb940d222006-10-08 07:43:46 -06001184 if (irq_vector[irq] > 0)
1185 return irq_vector[irq];
Eric W. Biedermanace80ab2006-10-04 02:16:47 -07001186
Jan Beulich0a1ad602006-06-26 13:56:43 +02001187 vector = current_vector;
Eric W. Biederman8339f002007-01-29 13:19:05 -07001188 offset = current_offset;
1189next:
1190 vector += 8;
Alan Mayer305b92a2008-04-15 15:36:56 -05001191 if (vector >= first_system_vector) {
Eric W. Biederman8339f002007-01-29 13:19:05 -07001192 offset = (offset + 1) % 8;
1193 vector = FIRST_DEVICE_VECTOR + offset;
1194 }
1195 if (vector == current_vector)
1196 return -ENOSPC;
Rusty Russelldbeb2be2007-10-19 20:35:03 +02001197 if (test_and_set_bit(vector, used_vectors))
Eric W. Biederman8339f002007-01-29 13:19:05 -07001198 goto next;
Eric W. Biederman8339f002007-01-29 13:19:05 -07001199
1200 current_vector = vector;
1201 current_offset = offset;
Eric W. Biedermanb940d222006-10-08 07:43:46 -06001202 irq_vector[irq] = vector;
Jan Beulich0a1ad602006-06-26 13:56:43 +02001203
1204 return vector;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001205}
1206
Eric W. Biedermanace80ab2006-10-04 02:16:47 -07001207static int assign_irq_vector(int irq)
1208{
1209 unsigned long flags;
1210 int vector;
1211
1212 spin_lock_irqsave(&vector_lock, flags);
1213 vector = __assign_irq_vector(irq);
1214 spin_unlock_irqrestore(&vector_lock, flags);
1215
1216 return vector;
1217}
Glauber Costa3fde6902008-05-28 20:34:19 -07001218
1219void setup_vector_irq(int cpu)
1220{
1221}
1222
Ingo Molnarf5b9ed72006-10-04 02:16:26 -07001223static struct irq_chip ioapic_chip;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001224
1225#define IOAPIC_AUTO -1
1226#define IOAPIC_EDGE 0
1227#define IOAPIC_LEVEL 1
1228
Ingo Molnard1bef4e2006-06-29 02:24:36 -07001229static void ioapic_register_intr(int irq, int vector, unsigned long trigger)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001230{
Jan Beulich6ebcc002006-06-26 13:56:46 +02001231 if ((trigger == IOAPIC_AUTO && IO_APIC_irq_trigger(irq)) ||
Thomas Gleixnercc75b922007-08-12 15:46:36 +00001232 trigger == IOAPIC_LEVEL) {
1233 irq_desc[irq].status |= IRQ_LEVEL;
Ingo Molnara460e742006-10-17 00:10:03 -07001234 set_irq_chip_and_handler_name(irq, &ioapic_chip,
1235 handle_fasteoi_irq, "fasteoi");
Thomas Gleixnercc75b922007-08-12 15:46:36 +00001236 } else {
1237 irq_desc[irq].status &= ~IRQ_LEVEL;
Ingo Molnara460e742006-10-17 00:10:03 -07001238 set_irq_chip_and_handler_name(irq, &ioapic_chip,
1239 handle_edge_irq, "edge");
Thomas Gleixnercc75b922007-08-12 15:46:36 +00001240 }
Eric W. Biedermanace80ab2006-10-04 02:16:47 -07001241 set_intr_gate(vector, interrupt[irq]);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001242}
1243
1244static void __init setup_IO_APIC_irqs(void)
1245{
1246 struct IO_APIC_route_entry entry;
1247 int apic, pin, idx, irq, first_notcon = 1, vector;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001248
1249 apic_printk(APIC_VERBOSE, KERN_DEBUG "init IO_APIC IRQs\n");
1250
1251 for (apic = 0; apic < nr_ioapics; apic++) {
1252 for (pin = 0; pin < nr_ioapic_registers[apic]; pin++) {
1253
1254 /*
1255 * add it to the IO-APIC irq-routing table:
1256 */
Paolo Ciarrocchi36062442008-06-08 13:07:18 +02001257 memset(&entry, 0, sizeof(entry));
Linus Torvalds1da177e2005-04-16 15:20:36 -07001258
1259 entry.delivery_mode = INT_DELIVERY_MODE;
1260 entry.dest_mode = INT_DEST_MODE;
1261 entry.mask = 0; /* enable IRQ */
Paolo Ciarrocchi36062442008-06-08 13:07:18 +02001262 entry.dest.logical.logical_dest =
Linus Torvalds1da177e2005-04-16 15:20:36 -07001263 cpu_mask_to_apicid(TARGET_CPUS);
1264
Paolo Ciarrocchi36062442008-06-08 13:07:18 +02001265 idx = find_irq_entry(apic, pin, mp_INT);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001266 if (idx == -1) {
1267 if (first_notcon) {
1268 apic_printk(APIC_VERBOSE, KERN_DEBUG
1269 " IO-APIC (apicid-pin) %d-%d",
Alexey Starikovskiyec2cd0a2008-05-14 19:03:10 +04001270 mp_ioapics[apic].mp_apicid,
Linus Torvalds1da177e2005-04-16 15:20:36 -07001271 pin);
1272 first_notcon = 0;
1273 } else
1274 apic_printk(APIC_VERBOSE, ", %d-%d",
Alexey Starikovskiyec2cd0a2008-05-14 19:03:10 +04001275 mp_ioapics[apic].mp_apicid, pin);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001276 continue;
1277 }
1278
Yinghai Lu20d225b2007-10-17 18:04:41 +02001279 if (!first_notcon) {
1280 apic_printk(APIC_VERBOSE, " not connected.\n");
1281 first_notcon = 1;
1282 }
1283
Linus Torvalds1da177e2005-04-16 15:20:36 -07001284 entry.trigger = irq_trigger(idx);
1285 entry.polarity = irq_polarity(idx);
1286
1287 if (irq_trigger(idx)) {
1288 entry.trigger = 1;
1289 entry.mask = 1;
1290 }
1291
1292 irq = pin_2_irq(idx, apic, pin);
1293 /*
1294 * skip adding the timer int on secondary nodes, which causes
1295 * a small but painful rift in the time-space continuum
1296 */
1297 if (multi_timer_check(apic, irq))
1298 continue;
1299 else
1300 add_pin_to_irq(irq, apic, pin);
1301
1302 if (!apic && !IO_APIC_IRQ(irq))
1303 continue;
1304
1305 if (IO_APIC_IRQ(irq)) {
1306 vector = assign_irq_vector(irq);
1307 entry.vector = vector;
1308 ioapic_register_intr(irq, vector, IOAPIC_AUTO);
Paolo Ciarrocchi36062442008-06-08 13:07:18 +02001309
Linus Torvalds1da177e2005-04-16 15:20:36 -07001310 if (!apic && (irq < 16))
1311 disable_8259A_irq(irq);
1312 }
Akinobu Mitaa2249cb2008-04-05 22:39:05 +09001313 ioapic_write_entry(apic, pin, entry);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001314 }
1315 }
1316
1317 if (!first_notcon)
1318 apic_printk(APIC_VERBOSE, " not connected.\n");
1319}
1320
1321/*
Maciej W. Rozyckif7633ce2008-05-27 21:19:34 +01001322 * Set up the timer pin, possibly with the 8259A-master behind.
Linus Torvalds1da177e2005-04-16 15:20:36 -07001323 */
Maciej W. Rozyckif7633ce2008-05-27 21:19:34 +01001324static void __init setup_timer_IRQ0_pin(unsigned int apic, unsigned int pin,
1325 int vector)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001326{
1327 struct IO_APIC_route_entry entry;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001328
Paolo Ciarrocchi36062442008-06-08 13:07:18 +02001329 memset(&entry, 0, sizeof(entry));
Linus Torvalds1da177e2005-04-16 15:20:36 -07001330
1331 /*
1332 * We use logical delivery to get the timer IRQ
1333 * to the first CPU.
1334 */
1335 entry.dest_mode = INT_DEST_MODE;
Maciej W. Rozycki03be7502008-05-27 21:19:45 +01001336 entry.mask = 1; /* mask IRQ now */
Linus Torvalds1da177e2005-04-16 15:20:36 -07001337 entry.dest.logical.logical_dest = cpu_mask_to_apicid(TARGET_CPUS);
1338 entry.delivery_mode = INT_DELIVERY_MODE;
1339 entry.polarity = 0;
1340 entry.trigger = 0;
1341 entry.vector = vector;
1342
1343 /*
1344 * The timer IRQ doesn't have to know that behind the
Maciej W. Rozyckif7633ce2008-05-27 21:19:34 +01001345 * scene we may have a 8259A-master in AEOI mode ...
Linus Torvalds1da177e2005-04-16 15:20:36 -07001346 */
Maciej W. Rozyckif0825262008-05-27 21:19:16 +01001347 ioapic_register_intr(0, vector, IOAPIC_EDGE);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001348
1349 /*
1350 * Add it to the IO-APIC irq-routing table:
1351 */
Andi Kleencf4c6a22006-09-26 10:52:30 +02001352 ioapic_write_entry(apic, pin, entry);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001353}
1354
Linus Torvalds1da177e2005-04-16 15:20:36 -07001355void __init print_IO_APIC(void)
1356{
1357 int apic, i;
1358 union IO_APIC_reg_00 reg_00;
1359 union IO_APIC_reg_01 reg_01;
1360 union IO_APIC_reg_02 reg_02;
1361 union IO_APIC_reg_03 reg_03;
1362 unsigned long flags;
1363
1364 if (apic_verbosity == APIC_QUIET)
1365 return;
1366
Paolo Ciarrocchi36062442008-06-08 13:07:18 +02001367 printk(KERN_DEBUG "number of MP IRQ sources: %d.\n", mp_irq_entries);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001368 for (i = 0; i < nr_ioapics; i++)
1369 printk(KERN_DEBUG "number of IO-APIC #%d registers: %d.\n",
Alexey Starikovskiyec2cd0a2008-05-14 19:03:10 +04001370 mp_ioapics[i].mp_apicid, nr_ioapic_registers[i]);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001371
1372 /*
1373 * We are a bit conservative about what we expect. We have to
1374 * know about every hardware change ASAP.
1375 */
1376 printk(KERN_INFO "testing the IO APIC.......................\n");
1377
1378 for (apic = 0; apic < nr_ioapics; apic++) {
1379
1380 spin_lock_irqsave(&ioapic_lock, flags);
1381 reg_00.raw = io_apic_read(apic, 0);
1382 reg_01.raw = io_apic_read(apic, 1);
1383 if (reg_01.bits.version >= 0x10)
1384 reg_02.raw = io_apic_read(apic, 2);
1385 if (reg_01.bits.version >= 0x20)
1386 reg_03.raw = io_apic_read(apic, 3);
1387 spin_unlock_irqrestore(&ioapic_lock, flags);
1388
Alexey Starikovskiyec2cd0a2008-05-14 19:03:10 +04001389 printk(KERN_DEBUG "IO APIC #%d......\n", mp_ioapics[apic].mp_apicid);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001390 printk(KERN_DEBUG ".... register #00: %08X\n", reg_00.raw);
1391 printk(KERN_DEBUG "....... : physical APIC id: %02X\n", reg_00.bits.ID);
1392 printk(KERN_DEBUG "....... : Delivery Type: %X\n", reg_00.bits.delivery_type);
1393 printk(KERN_DEBUG "....... : LTS : %X\n", reg_00.bits.LTS);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001394
1395 printk(KERN_DEBUG ".... register #01: %08X\n", reg_01.raw);
1396 printk(KERN_DEBUG "....... : max redirection entries: %04X\n", reg_01.bits.entries);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001397
1398 printk(KERN_DEBUG "....... : PRQ implemented: %X\n", reg_01.bits.PRQ);
1399 printk(KERN_DEBUG "....... : IO APIC version: %04X\n", reg_01.bits.version);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001400
1401 /*
1402 * Some Intel chipsets with IO APIC VERSION of 0x1? don't have reg_02,
1403 * but the value of reg_02 is read as the previous read register
1404 * value, so ignore it if reg_02 == reg_01.
1405 */
1406 if (reg_01.bits.version >= 0x10 && reg_02.raw != reg_01.raw) {
1407 printk(KERN_DEBUG ".... register #02: %08X\n", reg_02.raw);
1408 printk(KERN_DEBUG "....... : arbitration: %02X\n", reg_02.bits.arbitration);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001409 }
1410
1411 /*
1412 * Some Intel chipsets with IO APIC VERSION of 0x2? don't have reg_02
1413 * or reg_03, but the value of reg_0[23] is read as the previous read
1414 * register value, so ignore it if reg_03 == reg_0[12].
1415 */
1416 if (reg_01.bits.version >= 0x20 && reg_03.raw != reg_02.raw &&
1417 reg_03.raw != reg_01.raw) {
1418 printk(KERN_DEBUG ".... register #03: %08X\n", reg_03.raw);
1419 printk(KERN_DEBUG "....... : Boot DT : %X\n", reg_03.bits.boot_DT);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001420 }
1421
1422 printk(KERN_DEBUG ".... IRQ redirection table:\n");
1423
1424 printk(KERN_DEBUG " NR Log Phy Mask Trig IRR Pol"
1425 " Stat Dest Deli Vect: \n");
1426
1427 for (i = 0; i <= reg_01.bits.entries; i++) {
1428 struct IO_APIC_route_entry entry;
1429
Andi Kleencf4c6a22006-09-26 10:52:30 +02001430 entry = ioapic_read_entry(apic, i);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001431
1432 printk(KERN_DEBUG " %02x %03X %02X ",
1433 i,
1434 entry.dest.logical.logical_dest,
1435 entry.dest.physical.physical_dest
1436 );
1437
1438 printk("%1d %1d %1d %1d %1d %1d %1d %02X\n",
1439 entry.mask,
1440 entry.trigger,
1441 entry.irr,
1442 entry.polarity,
1443 entry.delivery_status,
1444 entry.dest_mode,
1445 entry.delivery_mode,
1446 entry.vector
1447 );
1448 }
1449 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07001450 printk(KERN_DEBUG "IRQ to pin mappings:\n");
1451 for (i = 0; i < NR_IRQS; i++) {
1452 struct irq_pin_list *entry = irq_2_pin + i;
1453 if (entry->pin < 0)
1454 continue;
Eric W. Biedermanace80ab2006-10-04 02:16:47 -07001455 printk(KERN_DEBUG "IRQ%d ", i);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001456 for (;;) {
1457 printk("-> %d:%d", entry->apic, entry->pin);
1458 if (!entry->next)
1459 break;
1460 entry = irq_2_pin + entry->next;
1461 }
1462 printk("\n");
1463 }
1464
1465 printk(KERN_INFO ".................................... done.\n");
1466
1467 return;
1468}
1469
1470#if 0
1471
Paolo Ciarrocchi36062442008-06-08 13:07:18 +02001472static void print_APIC_bitfield(int base)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001473{
1474 unsigned int v;
1475 int i, j;
1476
1477 if (apic_verbosity == APIC_QUIET)
1478 return;
1479
1480 printk(KERN_DEBUG "0123456789abcdef0123456789abcdef\n" KERN_DEBUG);
1481 for (i = 0; i < 8; i++) {
1482 v = apic_read(base + i*0x10);
1483 for (j = 0; j < 32; j++) {
1484 if (v & (1<<j))
1485 printk("1");
1486 else
1487 printk("0");
1488 }
1489 printk("\n");
1490 }
1491}
1492
Paolo Ciarrocchi36062442008-06-08 13:07:18 +02001493void /*__init*/ print_local_APIC(void *dummy)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001494{
1495 unsigned int v, ver, maxlvt;
1496
1497 if (apic_verbosity == APIC_QUIET)
1498 return;
1499
1500 printk("\n" KERN_DEBUG "printing local APIC contents on CPU#%d/%d:\n",
1501 smp_processor_id(), hard_smp_processor_id());
Andreas Herrmann66823112008-06-05 16:35:10 +02001502 v = apic_read(APIC_ID);
Jack Steiner05f2d122008-03-28 14:12:02 -05001503 printk(KERN_INFO "... APIC ID: %08x (%01x)\n", v,
1504 GET_APIC_ID(read_apic_id()));
Linus Torvalds1da177e2005-04-16 15:20:36 -07001505 v = apic_read(APIC_LVR);
1506 printk(KERN_INFO "... APIC VERSION: %08x\n", v);
1507 ver = GET_APIC_VERSION(v);
Thomas Gleixnere05d7232007-02-16 01:27:58 -08001508 maxlvt = lapic_get_maxlvt();
Linus Torvalds1da177e2005-04-16 15:20:36 -07001509
1510 v = apic_read(APIC_TASKPRI);
1511 printk(KERN_DEBUG "... APIC TASKPRI: %08x (%02x)\n", v, v & APIC_TPRI_MASK);
1512
1513 if (APIC_INTEGRATED(ver)) { /* !82489DX */
1514 v = apic_read(APIC_ARBPRI);
1515 printk(KERN_DEBUG "... APIC ARBPRI: %08x (%02x)\n", v,
1516 v & APIC_ARBPRI_MASK);
1517 v = apic_read(APIC_PROCPRI);
1518 printk(KERN_DEBUG "... APIC PROCPRI: %08x\n", v);
1519 }
1520
1521 v = apic_read(APIC_EOI);
1522 printk(KERN_DEBUG "... APIC EOI: %08x\n", v);
1523 v = apic_read(APIC_RRR);
1524 printk(KERN_DEBUG "... APIC RRR: %08x\n", v);
1525 v = apic_read(APIC_LDR);
1526 printk(KERN_DEBUG "... APIC LDR: %08x\n", v);
1527 v = apic_read(APIC_DFR);
1528 printk(KERN_DEBUG "... APIC DFR: %08x\n", v);
1529 v = apic_read(APIC_SPIV);
1530 printk(KERN_DEBUG "... APIC SPIV: %08x\n", v);
1531
1532 printk(KERN_DEBUG "... APIC ISR field:\n");
1533 print_APIC_bitfield(APIC_ISR);
1534 printk(KERN_DEBUG "... APIC TMR field:\n");
1535 print_APIC_bitfield(APIC_TMR);
1536 printk(KERN_DEBUG "... APIC IRR field:\n");
1537 print_APIC_bitfield(APIC_IRR);
1538
1539 if (APIC_INTEGRATED(ver)) { /* !82489DX */
1540 if (maxlvt > 3) /* Due to the Pentium erratum 3AP. */
1541 apic_write(APIC_ESR, 0);
1542 v = apic_read(APIC_ESR);
1543 printk(KERN_DEBUG "... APIC ESR: %08x\n", v);
1544 }
1545
1546 v = apic_read(APIC_ICR);
1547 printk(KERN_DEBUG "... APIC ICR: %08x\n", v);
1548 v = apic_read(APIC_ICR2);
1549 printk(KERN_DEBUG "... APIC ICR2: %08x\n", v);
1550
1551 v = apic_read(APIC_LVTT);
1552 printk(KERN_DEBUG "... APIC LVTT: %08x\n", v);
1553
1554 if (maxlvt > 3) { /* PC is LVT#4. */
1555 v = apic_read(APIC_LVTPC);
1556 printk(KERN_DEBUG "... APIC LVTPC: %08x\n", v);
1557 }
1558 v = apic_read(APIC_LVT0);
1559 printk(KERN_DEBUG "... APIC LVT0: %08x\n", v);
1560 v = apic_read(APIC_LVT1);
1561 printk(KERN_DEBUG "... APIC LVT1: %08x\n", v);
1562
1563 if (maxlvt > 2) { /* ERR is LVT#3. */
1564 v = apic_read(APIC_LVTERR);
1565 printk(KERN_DEBUG "... APIC LVTERR: %08x\n", v);
1566 }
1567
1568 v = apic_read(APIC_TMICT);
1569 printk(KERN_DEBUG "... APIC TMICT: %08x\n", v);
1570 v = apic_read(APIC_TMCCT);
1571 printk(KERN_DEBUG "... APIC TMCCT: %08x\n", v);
1572 v = apic_read(APIC_TDCR);
1573 printk(KERN_DEBUG "... APIC TDCR: %08x\n", v);
1574 printk("\n");
1575}
1576
Paolo Ciarrocchi36062442008-06-08 13:07:18 +02001577void print_all_local_APICs(void)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001578{
1579 on_each_cpu(print_local_APIC, NULL, 1, 1);
1580}
1581
1582void /*__init*/ print_PIC(void)
1583{
Linus Torvalds1da177e2005-04-16 15:20:36 -07001584 unsigned int v;
1585 unsigned long flags;
1586
1587 if (apic_verbosity == APIC_QUIET)
1588 return;
1589
1590 printk(KERN_DEBUG "\nprinting PIC contents\n");
1591
1592 spin_lock_irqsave(&i8259A_lock, flags);
1593
1594 v = inb(0xa1) << 8 | inb(0x21);
1595 printk(KERN_DEBUG "... PIC IMR: %04x\n", v);
1596
1597 v = inb(0xa0) << 8 | inb(0x20);
1598 printk(KERN_DEBUG "... PIC IRR: %04x\n", v);
1599
Paolo Ciarrocchi36062442008-06-08 13:07:18 +02001600 outb(0x0b, 0xa0);
1601 outb(0x0b, 0x20);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001602 v = inb(0xa0) << 8 | inb(0x20);
Paolo Ciarrocchi36062442008-06-08 13:07:18 +02001603 outb(0x0a, 0xa0);
1604 outb(0x0a, 0x20);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001605
1606 spin_unlock_irqrestore(&i8259A_lock, flags);
1607
1608 printk(KERN_DEBUG "... PIC ISR: %04x\n", v);
1609
1610 v = inb(0x4d1) << 8 | inb(0x4d0);
1611 printk(KERN_DEBUG "... PIC ELCR: %04x\n", v);
1612}
1613
1614#endif /* 0 */
1615
1616static void __init enable_IO_APIC(void)
1617{
1618 union IO_APIC_reg_01 reg_01;
Eric W. Biedermanfcfd6362005-10-30 14:59:39 -08001619 int i8259_apic, i8259_pin;
1620 int i, apic;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001621 unsigned long flags;
1622
1623 for (i = 0; i < PIN_MAP_SIZE; i++) {
1624 irq_2_pin[i].pin = -1;
1625 irq_2_pin[i].next = 0;
1626 }
1627 if (!pirqs_enabled)
1628 for (i = 0; i < MAX_PIRQS; i++)
1629 pirq_entries[i] = -1;
1630
1631 /*
1632 * The number of IO-APIC IRQ registers (== #pins):
1633 */
Eric W. Biedermanfcfd6362005-10-30 14:59:39 -08001634 for (apic = 0; apic < nr_ioapics; apic++) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07001635 spin_lock_irqsave(&ioapic_lock, flags);
Eric W. Biedermanfcfd6362005-10-30 14:59:39 -08001636 reg_01.raw = io_apic_read(apic, 1);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001637 spin_unlock_irqrestore(&ioapic_lock, flags);
Eric W. Biedermanfcfd6362005-10-30 14:59:39 -08001638 nr_ioapic_registers[apic] = reg_01.bits.entries+1;
1639 }
Paolo Ciarrocchi36062442008-06-08 13:07:18 +02001640 for (apic = 0; apic < nr_ioapics; apic++) {
Eric W. Biedermanfcfd6362005-10-30 14:59:39 -08001641 int pin;
1642 /* See if any of the pins is in ExtINT mode */
Eric W. Biederman1008fdd2006-01-11 22:46:06 +01001643 for (pin = 0; pin < nr_ioapic_registers[apic]; pin++) {
Eric W. Biedermanfcfd6362005-10-30 14:59:39 -08001644 struct IO_APIC_route_entry entry;
Andi Kleencf4c6a22006-09-26 10:52:30 +02001645 entry = ioapic_read_entry(apic, pin);
Eric W. Biedermanfcfd6362005-10-30 14:59:39 -08001646
1647
1648 /* If the interrupt line is enabled and in ExtInt mode
1649 * I have found the pin where the i8259 is connected.
1650 */
1651 if ((entry.mask == 0) && (entry.delivery_mode == dest_ExtINT)) {
1652 ioapic_i8259.apic = apic;
1653 ioapic_i8259.pin = pin;
1654 goto found_i8259;
1655 }
1656 }
1657 }
1658 found_i8259:
1659 /* Look to see what if the MP table has reported the ExtINT */
1660 /* If we could not find the appropriate pin by looking at the ioapic
1661 * the i8259 probably is not connected the ioapic but give the
1662 * mptable a chance anyway.
1663 */
1664 i8259_pin = find_isa_irq_pin(0, mp_ExtINT);
1665 i8259_apic = find_isa_irq_apic(0, mp_ExtINT);
1666 /* Trust the MP table if nothing is setup in the hardware */
1667 if ((ioapic_i8259.pin == -1) && (i8259_pin >= 0)) {
1668 printk(KERN_WARNING "ExtINT not setup in hardware but reported by MP table\n");
1669 ioapic_i8259.pin = i8259_pin;
1670 ioapic_i8259.apic = i8259_apic;
1671 }
1672 /* Complain if the MP table and the hardware disagree */
1673 if (((ioapic_i8259.apic != i8259_apic) || (ioapic_i8259.pin != i8259_pin)) &&
1674 (i8259_pin >= 0) && (ioapic_i8259.pin >= 0))
1675 {
1676 printk(KERN_WARNING "ExtINT in hardware and MP table differ\n");
Linus Torvalds1da177e2005-04-16 15:20:36 -07001677 }
1678
1679 /*
1680 * Do not trust the IO-APIC being empty at bootup
1681 */
1682 clear_IO_APIC();
1683}
1684
1685/*
1686 * Not an __init, needed by the reboot code
1687 */
1688void disable_IO_APIC(void)
1689{
1690 /*
1691 * Clear the IO-APIC before rebooting:
1692 */
1693 clear_IO_APIC();
1694
Eric W. Biederman650927e2005-06-25 14:57:44 -07001695 /*
Karsten Wiese0b968d22005-09-09 12:59:04 +02001696 * If the i8259 is routed through an IOAPIC
Eric W. Biederman650927e2005-06-25 14:57:44 -07001697 * Put that IOAPIC in virtual wire mode
Karsten Wiese0b968d22005-09-09 12:59:04 +02001698 * so legacy interrupts can be delivered.
Eric W. Biederman650927e2005-06-25 14:57:44 -07001699 */
Eric W. Biedermanfcfd6362005-10-30 14:59:39 -08001700 if (ioapic_i8259.pin != -1) {
Eric W. Biederman650927e2005-06-25 14:57:44 -07001701 struct IO_APIC_route_entry entry;
Eric W. Biederman650927e2005-06-25 14:57:44 -07001702
1703 memset(&entry, 0, sizeof(entry));
1704 entry.mask = 0; /* Enabled */
1705 entry.trigger = 0; /* Edge */
1706 entry.irr = 0;
1707 entry.polarity = 0; /* High */
1708 entry.delivery_status = 0;
1709 entry.dest_mode = 0; /* Physical */
Eric W. Biedermanfcfd6362005-10-30 14:59:39 -08001710 entry.delivery_mode = dest_ExtINT; /* ExtInt */
Eric W. Biederman650927e2005-06-25 14:57:44 -07001711 entry.vector = 0;
Vivek Goyal76865c32006-01-06 00:12:19 -08001712 entry.dest.physical.physical_dest =
Jack Steiner05f2d122008-03-28 14:12:02 -05001713 GET_APIC_ID(read_apic_id());
Eric W. Biederman650927e2005-06-25 14:57:44 -07001714
1715 /*
1716 * Add it to the IO-APIC irq-routing table:
1717 */
Andi Kleencf4c6a22006-09-26 10:52:30 +02001718 ioapic_write_entry(ioapic_i8259.apic, ioapic_i8259.pin, entry);
Eric W. Biederman650927e2005-06-25 14:57:44 -07001719 }
Eric W. Biedermanfcfd6362005-10-30 14:59:39 -08001720 disconnect_bsp_APIC(ioapic_i8259.pin != -1);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001721}
1722
1723/*
1724 * function to set the IO-APIC physical IDs based on the
1725 * values stored in the MPC table.
1726 *
1727 * by Matt Domsch <Matt_Domsch@dell.com> Tue Dec 21 12:25:05 CST 1999
1728 */
1729
Linus Torvalds1da177e2005-04-16 15:20:36 -07001730static void __init setup_ioapic_ids_from_mpc(void)
1731{
1732 union IO_APIC_reg_00 reg_00;
1733 physid_mask_t phys_id_present_map;
1734 int apic;
1735 int i;
1736 unsigned char old_id;
1737 unsigned long flags;
1738
Yinghai Lud49c4282008-06-08 18:31:54 -07001739#ifdef CONFIG_X86_NUMAQ
1740 if (found_numaq)
1741 return;
1742#endif
1743
Linus Torvalds1da177e2005-04-16 15:20:36 -07001744 /*
Natalie Protasevichca05fea2005-06-23 00:08:22 -07001745 * Don't check I/O APIC IDs for xAPIC systems. They have
1746 * no meaning without the serial APIC bus.
1747 */
Shaohua Li7c5c1e42006-03-23 02:59:53 -08001748 if (!(boot_cpu_data.x86_vendor == X86_VENDOR_INTEL)
1749 || APIC_XAPIC(apic_version[boot_cpu_physical_apicid]))
Natalie Protasevichca05fea2005-06-23 00:08:22 -07001750 return;
1751 /*
Linus Torvalds1da177e2005-04-16 15:20:36 -07001752 * This is broken; anything with a real cpu count has to
1753 * circumvent this idiocy regardless.
1754 */
1755 phys_id_present_map = ioapic_phys_id_map(phys_cpu_present_map);
1756
1757 /*
1758 * Set the IOAPIC ID to the value stored in the MPC table.
1759 */
1760 for (apic = 0; apic < nr_ioapics; apic++) {
1761
1762 /* Read the register 0 value */
1763 spin_lock_irqsave(&ioapic_lock, flags);
1764 reg_00.raw = io_apic_read(apic, 0);
1765 spin_unlock_irqrestore(&ioapic_lock, flags);
Paolo Ciarrocchi36062442008-06-08 13:07:18 +02001766
Alexey Starikovskiyec2cd0a2008-05-14 19:03:10 +04001767 old_id = mp_ioapics[apic].mp_apicid;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001768
Alexey Starikovskiyec2cd0a2008-05-14 19:03:10 +04001769 if (mp_ioapics[apic].mp_apicid >= get_physical_broadcast()) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07001770 printk(KERN_ERR "BIOS bug, IO-APIC#%d ID is %d in the MPC table!...\n",
Alexey Starikovskiyec2cd0a2008-05-14 19:03:10 +04001771 apic, mp_ioapics[apic].mp_apicid);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001772 printk(KERN_ERR "... fixing up to %d. (tell your hw vendor)\n",
1773 reg_00.bits.ID);
Alexey Starikovskiyec2cd0a2008-05-14 19:03:10 +04001774 mp_ioapics[apic].mp_apicid = reg_00.bits.ID;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001775 }
1776
Linus Torvalds1da177e2005-04-16 15:20:36 -07001777 /*
1778 * Sanity check, is the ID really free? Every APIC in a
1779 * system must have a unique ID or we get lots of nice
1780 * 'stuck on smp_invalidate_needed IPI wait' messages.
1781 */
1782 if (check_apicid_used(phys_id_present_map,
Alexey Starikovskiyec2cd0a2008-05-14 19:03:10 +04001783 mp_ioapics[apic].mp_apicid)) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07001784 printk(KERN_ERR "BIOS bug, IO-APIC#%d ID %d is already used!...\n",
Alexey Starikovskiyec2cd0a2008-05-14 19:03:10 +04001785 apic, mp_ioapics[apic].mp_apicid);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001786 for (i = 0; i < get_physical_broadcast(); i++)
1787 if (!physid_isset(i, phys_id_present_map))
1788 break;
1789 if (i >= get_physical_broadcast())
1790 panic("Max APIC ID exceeded!\n");
1791 printk(KERN_ERR "... fixing up to %d. (tell your hw vendor)\n",
1792 i);
1793 physid_set(i, phys_id_present_map);
Alexey Starikovskiyec2cd0a2008-05-14 19:03:10 +04001794 mp_ioapics[apic].mp_apicid = i;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001795 } else {
1796 physid_mask_t tmp;
Alexey Starikovskiyec2cd0a2008-05-14 19:03:10 +04001797 tmp = apicid_to_cpu_present(mp_ioapics[apic].mp_apicid);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001798 apic_printk(APIC_VERBOSE, "Setting %d in the "
1799 "phys_id_present_map\n",
Alexey Starikovskiyec2cd0a2008-05-14 19:03:10 +04001800 mp_ioapics[apic].mp_apicid);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001801 physids_or(phys_id_present_map, phys_id_present_map, tmp);
1802 }
1803
1804
1805 /*
1806 * We need to adjust the IRQ routing table
1807 * if the ID changed.
1808 */
Alexey Starikovskiyec2cd0a2008-05-14 19:03:10 +04001809 if (old_id != mp_ioapics[apic].mp_apicid)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001810 for (i = 0; i < mp_irq_entries; i++)
Alexey Starikovskiy2fddb6e282008-05-14 19:03:17 +04001811 if (mp_irqs[i].mp_dstapic == old_id)
1812 mp_irqs[i].mp_dstapic
Alexey Starikovskiyec2cd0a2008-05-14 19:03:10 +04001813 = mp_ioapics[apic].mp_apicid;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001814
1815 /*
1816 * Read the right value from the MPC table and
1817 * write it into the ID register.
Paolo Ciarrocchi36062442008-06-08 13:07:18 +02001818 */
Linus Torvalds1da177e2005-04-16 15:20:36 -07001819 apic_printk(APIC_VERBOSE, KERN_INFO
1820 "...changing IO-APIC physical APIC ID to %d ...",
Alexey Starikovskiyec2cd0a2008-05-14 19:03:10 +04001821 mp_ioapics[apic].mp_apicid);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001822
Alexey Starikovskiyec2cd0a2008-05-14 19:03:10 +04001823 reg_00.bits.ID = mp_ioapics[apic].mp_apicid;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001824 spin_lock_irqsave(&ioapic_lock, flags);
1825 io_apic_write(apic, 0, reg_00.raw);
1826 spin_unlock_irqrestore(&ioapic_lock, flags);
1827
1828 /*
1829 * Sanity check
1830 */
1831 spin_lock_irqsave(&ioapic_lock, flags);
1832 reg_00.raw = io_apic_read(apic, 0);
1833 spin_unlock_irqrestore(&ioapic_lock, flags);
Alexey Starikovskiyec2cd0a2008-05-14 19:03:10 +04001834 if (reg_00.bits.ID != mp_ioapics[apic].mp_apicid)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001835 printk("could not set ID!\n");
1836 else
1837 apic_printk(APIC_VERBOSE, " ok.\n");
1838 }
1839}
Linus Torvalds1da177e2005-04-16 15:20:36 -07001840
Zachary Amsden7ce0bcf2007-02-13 13:26:21 +01001841int no_timer_check __initdata;
Zachary Amsden8542b202006-12-07 02:14:09 +01001842
1843static int __init notimercheck(char *s)
1844{
1845 no_timer_check = 1;
1846 return 1;
1847}
1848__setup("no_timer_check", notimercheck);
1849
Linus Torvalds1da177e2005-04-16 15:20:36 -07001850/*
1851 * There is a nasty bug in some older SMP boards, their mptable lies
1852 * about the timer IRQ. We do the following to work around the situation:
1853 *
1854 * - timer IRQ defaults to IO-APIC IRQ
1855 * - if this function detects that timer IRQs are defunct, then we fall
1856 * back to ISA timer IRQs
1857 */
Adrian Bunkf0a7a5c2007-07-21 17:10:29 +02001858static int __init timer_irq_works(void)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001859{
1860 unsigned long t1 = jiffies;
Ingo Molnar4aae0702007-12-18 18:05:58 +01001861 unsigned long flags;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001862
Zachary Amsden8542b202006-12-07 02:14:09 +01001863 if (no_timer_check)
1864 return 1;
1865
Ingo Molnar4aae0702007-12-18 18:05:58 +01001866 local_save_flags(flags);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001867 local_irq_enable();
1868 /* Let ten ticks pass... */
1869 mdelay((10 * 1000) / HZ);
Ingo Molnar4aae0702007-12-18 18:05:58 +01001870 local_irq_restore(flags);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001871
1872 /*
1873 * Expect a few ticks at least, to be sure some possible
1874 * glue logic does not lock up after one or two first
1875 * ticks in a non-ExtINT mode. Also the local APIC
1876 * might have cached one ExtINT interrupt. Finally, at
1877 * least one tick may be lost due to delays.
1878 */
Julia Lawall1d16b532008-01-30 13:32:19 +01001879 if (time_after(jiffies, t1 + 4))
Linus Torvalds1da177e2005-04-16 15:20:36 -07001880 return 1;
1881
1882 return 0;
1883}
1884
1885/*
1886 * In the SMP+IOAPIC case it might happen that there are an unspecified
1887 * number of pending IRQ events unhandled. These cases are very rare,
1888 * so we 'resend' these IRQs via IPIs, to the same CPU. It's much
1889 * better to do it this way as thus we do not have to be aware of
1890 * 'pending' interrupts in the IRQ path, except at this point.
1891 */
1892/*
1893 * Edge triggered needs to resend any interrupt
1894 * that was delayed but this is now handled in the device
1895 * independent code.
1896 */
1897
1898/*
Ingo Molnarf5b9ed72006-10-04 02:16:26 -07001899 * Startup quirk:
1900 *
Linus Torvalds1da177e2005-04-16 15:20:36 -07001901 * Starting up a edge-triggered IO-APIC interrupt is
1902 * nasty - we need to make sure that we get the edge.
1903 * If it is already asserted for some reason, we need
1904 * return 1 to indicate that is was pending.
1905 *
1906 * This is not complete - we should be able to fake
1907 * an edge even if it isn't on the 8259A...
Ingo Molnarf5b9ed72006-10-04 02:16:26 -07001908 *
1909 * (We do this for level-triggered IRQs too - it cannot hurt.)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001910 */
Ingo Molnarf5b9ed72006-10-04 02:16:26 -07001911static unsigned int startup_ioapic_irq(unsigned int irq)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001912{
1913 int was_pending = 0;
1914 unsigned long flags;
1915
1916 spin_lock_irqsave(&ioapic_lock, flags);
1917 if (irq < 16) {
1918 disable_8259A_irq(irq);
1919 if (i8259A_irq_pending(irq))
1920 was_pending = 1;
1921 }
1922 __unmask_IO_APIC_irq(irq);
1923 spin_unlock_irqrestore(&ioapic_lock, flags);
1924
1925 return was_pending;
1926}
1927
Ingo Molnarf5b9ed72006-10-04 02:16:26 -07001928static void ack_ioapic_irq(unsigned int irq)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001929{
Eric W. Biedermanace80ab2006-10-04 02:16:47 -07001930 move_native_irq(irq);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001931 ack_APIC_irq();
1932}
1933
Ingo Molnarf5b9ed72006-10-04 02:16:26 -07001934static void ack_ioapic_quirk_irq(unsigned int irq)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001935{
1936 unsigned long v;
1937 int i;
1938
Eric W. Biedermanace80ab2006-10-04 02:16:47 -07001939 move_native_irq(irq);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001940/*
1941 * It appears there is an erratum which affects at least version 0x11
1942 * of I/O APIC (that's the 82093AA and cores integrated into various
1943 * chipsets). Under certain conditions a level-triggered interrupt is
1944 * erroneously delivered as edge-triggered one but the respective IRR
1945 * bit gets set nevertheless. As a result the I/O unit expects an EOI
1946 * message but it will never arrive and further interrupts are blocked
1947 * from the source. The exact reason is so far unknown, but the
1948 * phenomenon was observed when two consecutive interrupt requests
1949 * from a given source get delivered to the same CPU and the source is
1950 * temporarily disabled in between.
1951 *
1952 * A workaround is to simulate an EOI message manually. We achieve it
1953 * by setting the trigger mode to edge and then to level when the edge
1954 * trigger mode gets detected in the TMR of a local APIC for a
1955 * level-triggered interrupt. We mask the source for the time of the
1956 * operation to prevent an edge-triggered interrupt escaping meanwhile.
1957 * The idea is from Manfred Spraul. --macro
1958 */
Eric W. Biedermanb940d222006-10-08 07:43:46 -06001959 i = irq_vector[irq];
Linus Torvalds1da177e2005-04-16 15:20:36 -07001960
1961 v = apic_read(APIC_TMR + ((i & ~0x1f) >> 1));
1962
1963 ack_APIC_irq();
1964
1965 if (!(v & (1 << (i & 0x1f)))) {
1966 atomic_inc(&irq_mis_count);
1967 spin_lock(&ioapic_lock);
1968 __mask_and_edge_IO_APIC_irq(irq);
1969 __unmask_and_level_IO_APIC_irq(irq);
1970 spin_unlock(&ioapic_lock);
1971 }
1972}
1973
Eric W. Biedermanace80ab2006-10-04 02:16:47 -07001974static int ioapic_retrigger_irq(unsigned int irq)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001975{
Eric W. Biedermanb940d222006-10-08 07:43:46 -06001976 send_IPI_self(irq_vector[irq]);
Ingo Molnarc0ad90a2006-06-29 02:24:44 -07001977
1978 return 1;
1979}
1980
Ingo Molnarf5b9ed72006-10-04 02:16:26 -07001981static struct irq_chip ioapic_chip __read_mostly = {
1982 .name = "IO-APIC",
Eric W. Biedermanace80ab2006-10-04 02:16:47 -07001983 .startup = startup_ioapic_irq,
1984 .mask = mask_IO_APIC_irq,
1985 .unmask = unmask_IO_APIC_irq,
1986 .ack = ack_ioapic_irq,
1987 .eoi = ack_ioapic_quirk_irq,
Ashok Raj54d5d422005-09-06 15:16:15 -07001988#ifdef CONFIG_SMP
Eric W. Biedermanace80ab2006-10-04 02:16:47 -07001989 .set_affinity = set_ioapic_affinity_irq,
Ashok Raj54d5d422005-09-06 15:16:15 -07001990#endif
Eric W. Biedermanace80ab2006-10-04 02:16:47 -07001991 .retrigger = ioapic_retrigger_irq,
Linus Torvalds1da177e2005-04-16 15:20:36 -07001992};
1993
Linus Torvalds1da177e2005-04-16 15:20:36 -07001994
1995static inline void init_IO_APIC_traps(void)
1996{
1997 int irq;
1998
1999 /*
2000 * NOTE! The local APIC isn't very good at handling
2001 * multiple interrupts at the same interrupt level.
2002 * As the interrupt level is determined by taking the
2003 * vector number and shifting that right by 4, we
2004 * want to spread these out a bit so that they don't
2005 * all fall in the same interrupt level.
2006 *
2007 * Also, we've got to be careful not to trash gate
2008 * 0x80, because int 0x80 is hm, kind of importantish. ;)
2009 */
2010 for (irq = 0; irq < NR_IRQS ; irq++) {
Akinobu Mitaaddfc662008-04-05 22:39:07 +09002011 if (IO_APIC_IRQ(irq) && !irq_vector[irq]) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07002012 /*
2013 * Hmm.. We don't have an entry for this,
2014 * so default to an old-fashioned 8259
2015 * interrupt if we can..
2016 */
2017 if (irq < 16)
2018 make_8259A_irq(irq);
2019 else
2020 /* Strange. Oh, well.. */
Ingo Molnarf5b9ed72006-10-04 02:16:26 -07002021 irq_desc[irq].chip = &no_irq_chip;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002022 }
2023 }
2024}
2025
Ingo Molnarf5b9ed72006-10-04 02:16:26 -07002026/*
2027 * The local APIC irq-chip implementation:
2028 */
Linus Torvalds1da177e2005-04-16 15:20:36 -07002029
Maciej W. Rozyckic88ac1d2008-07-11 19:35:17 +01002030static void ack_lapic_irq(unsigned int irq)
Ingo Molnarf5b9ed72006-10-04 02:16:26 -07002031{
2032 ack_APIC_irq();
Linus Torvalds1da177e2005-04-16 15:20:36 -07002033}
2034
Paolo Ciarrocchi36062442008-06-08 13:07:18 +02002035static void mask_lapic_irq(unsigned int irq)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002036{
2037 unsigned long v;
2038
2039 v = apic_read(APIC_LVT0);
2040 apic_write_around(APIC_LVT0, v | APIC_LVT_MASKED);
2041}
2042
Paolo Ciarrocchi36062442008-06-08 13:07:18 +02002043static void unmask_lapic_irq(unsigned int irq)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002044{
Ingo Molnarf5b9ed72006-10-04 02:16:26 -07002045 unsigned long v;
2046
2047 v = apic_read(APIC_LVT0);
2048 apic_write_around(APIC_LVT0, v & ~APIC_LVT_MASKED);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002049}
2050
Ingo Molnarf5b9ed72006-10-04 02:16:26 -07002051static struct irq_chip lapic_chip __read_mostly = {
Maciej W. Rozycki9a1c6192008-05-27 21:19:09 +01002052 .name = "local-APIC",
Ingo Molnarf5b9ed72006-10-04 02:16:26 -07002053 .mask = mask_lapic_irq,
2054 .unmask = unmask_lapic_irq,
Maciej W. Rozyckic88ac1d2008-07-11 19:35:17 +01002055 .ack = ack_lapic_irq,
Linus Torvalds1da177e2005-04-16 15:20:36 -07002056};
2057
Maciej W. Rozyckic88ac1d2008-07-11 19:35:17 +01002058static void lapic_register_intr(int irq, int vector)
2059{
2060 irq_desc[irq].status &= ~IRQ_LEVEL;
2061 set_irq_chip_and_handler_name(irq, &lapic_chip, handle_edge_irq,
2062 "edge");
2063 set_intr_gate(vector, interrupt[irq]);
2064}
2065
Jan Beuliche9427102008-01-30 13:31:24 +01002066static void __init setup_nmi(void)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002067{
2068 /*
Paolo Ciarrocchi36062442008-06-08 13:07:18 +02002069 * Dirty trick to enable the NMI watchdog ...
Linus Torvalds1da177e2005-04-16 15:20:36 -07002070 * We put the 8259A master into AEOI mode and
2071 * unmask on all local APICs LVT0 as NMI.
2072 *
2073 * The idea to use the 8259A in AEOI mode ('8259A Virtual Wire')
2074 * is from Maciej W. Rozycki - so we do not have to EOI from
2075 * the NMI handler or the timer interrupt.
Paolo Ciarrocchi36062442008-06-08 13:07:18 +02002076 */
Linus Torvalds1da177e2005-04-16 15:20:36 -07002077 apic_printk(APIC_VERBOSE, KERN_INFO "activating NMI Watchdog ...");
2078
Jan Beuliche9427102008-01-30 13:31:24 +01002079 enable_NMI_through_LVT0();
Linus Torvalds1da177e2005-04-16 15:20:36 -07002080
2081 apic_printk(APIC_VERBOSE, " done.\n");
2082}
2083
2084/*
2085 * This looks a bit hackish but it's about the only one way of sending
2086 * a few INTA cycles to 8259As and any associated glue logic. ICR does
2087 * not support the ExtINT mode, unfortunately. We need to send these
2088 * cycles as some i82489DX-based boards have glue logic that keeps the
2089 * 8259A interrupt line asserted until INTA. --macro
2090 */
Jacek Luczak28acf282008-04-12 17:41:12 +02002091static inline void __init unlock_ExtINT_logic(void)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002092{
Eric W. Biedermanfcfd6362005-10-30 14:59:39 -08002093 int apic, pin, i;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002094 struct IO_APIC_route_entry entry0, entry1;
2095 unsigned char save_control, save_freq_select;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002096
Eric W. Biedermanfcfd6362005-10-30 14:59:39 -08002097 pin = find_isa_irq_pin(8, mp_INT);
Adrian Bunk956fb532006-12-07 02:14:11 +01002098 if (pin == -1) {
2099 WARN_ON_ONCE(1);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002100 return;
Adrian Bunk956fb532006-12-07 02:14:11 +01002101 }
2102 apic = find_isa_irq_apic(8, mp_INT);
2103 if (apic == -1) {
2104 WARN_ON_ONCE(1);
2105 return;
2106 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07002107
Andi Kleencf4c6a22006-09-26 10:52:30 +02002108 entry0 = ioapic_read_entry(apic, pin);
Eric W. Biedermanfcfd6362005-10-30 14:59:39 -08002109 clear_IO_APIC_pin(apic, pin);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002110
2111 memset(&entry1, 0, sizeof(entry1));
2112
2113 entry1.dest_mode = 0; /* physical delivery */
2114 entry1.mask = 0; /* unmask IRQ now */
2115 entry1.dest.physical.physical_dest = hard_smp_processor_id();
2116 entry1.delivery_mode = dest_ExtINT;
2117 entry1.polarity = entry0.polarity;
2118 entry1.trigger = 0;
2119 entry1.vector = 0;
2120
Andi Kleencf4c6a22006-09-26 10:52:30 +02002121 ioapic_write_entry(apic, pin, entry1);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002122
2123 save_control = CMOS_READ(RTC_CONTROL);
2124 save_freq_select = CMOS_READ(RTC_FREQ_SELECT);
2125 CMOS_WRITE((save_freq_select & ~RTC_RATE_SELECT) | 0x6,
2126 RTC_FREQ_SELECT);
2127 CMOS_WRITE(save_control | RTC_PIE, RTC_CONTROL);
2128
2129 i = 100;
2130 while (i-- > 0) {
2131 mdelay(10);
2132 if ((CMOS_READ(RTC_INTR_FLAGS) & RTC_PF) == RTC_PF)
2133 i -= 10;
2134 }
2135
2136 CMOS_WRITE(save_control, RTC_CONTROL);
2137 CMOS_WRITE(save_freq_select, RTC_FREQ_SELECT);
Eric W. Biedermanfcfd6362005-10-30 14:59:39 -08002138 clear_IO_APIC_pin(apic, pin);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002139
Andi Kleencf4c6a22006-09-26 10:52:30 +02002140 ioapic_write_entry(apic, pin, entry0);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002141}
2142
2143/*
2144 * This code may look a bit paranoid, but it's supposed to cooperate with
2145 * a wide range of boards and BIOS bugs. Fortunately only the timer IRQ
2146 * is so screwy. Thanks to Brian Perkins for testing/hacking this beast
2147 * fanatically on his truly buggy board.
2148 */
Zachary Amsden8542b202006-12-07 02:14:09 +01002149static inline void __init check_timer(void)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002150{
Eric W. Biedermanfcfd6362005-10-30 14:59:39 -08002151 int apic1, pin1, apic2, pin2;
Maciej W. Rozycki691874f2008-05-27 21:19:51 +01002152 int no_pin1 = 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002153 int vector;
Ingo Molnar6e908942008-03-21 14:32:36 +01002154 unsigned int ver;
Ingo Molnar4aae0702007-12-18 18:05:58 +01002155 unsigned long flags;
2156
2157 local_irq_save(flags);
Maciej W. Rozyckid4d25de2007-11-26 20:42:19 +01002158
Ingo Molnar6e908942008-03-21 14:32:36 +01002159 ver = apic_read(APIC_LVR);
2160 ver = GET_APIC_VERSION(ver);
2161
Linus Torvalds1da177e2005-04-16 15:20:36 -07002162 /*
2163 * get/set the timer IRQ vector:
2164 */
2165 disable_8259A_irq(0);
2166 vector = assign_irq_vector(0);
2167 set_intr_gate(vector, interrupt[0]);
2168
2169 /*
Maciej W. Rozyckid11d5792008-05-21 22:09:11 +01002170 * As IRQ0 is to be enabled in the 8259A, the virtual
2171 * wire has to be disabled in the local APIC. Also
2172 * timer interrupts need to be acknowledged manually in
2173 * the 8259A for the i82489DX when using the NMI
2174 * watchdog as that APIC treats NMIs as level-triggered.
2175 * The AEOI mode will finish them in the 8259A
2176 * automatically.
Linus Torvalds1da177e2005-04-16 15:20:36 -07002177 */
2178 apic_write_around(APIC_LVT0, APIC_LVT_MASKED | APIC_DM_EXTINT);
2179 init_8259A(1);
Maciej W. Rozyckid11d5792008-05-21 22:09:11 +01002180 timer_ack = (nmi_watchdog == NMI_IO_APIC && !APIC_INTEGRATED(ver));
Linus Torvalds1da177e2005-04-16 15:20:36 -07002181
Eric W. Biedermanfcfd6362005-10-30 14:59:39 -08002182 pin1 = find_isa_irq_pin(0, mp_INT);
2183 apic1 = find_isa_irq_apic(0, mp_INT);
2184 pin2 = ioapic_i8259.pin;
2185 apic2 = ioapic_i8259.apic;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002186
Eric W. Biedermanfcfd6362005-10-30 14:59:39 -08002187 printk(KERN_INFO "..TIMER: vector=0x%02X apic1=%d pin1=%d apic2=%d pin2=%d\n",
2188 vector, apic1, pin1, apic2, pin2);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002189
Rafael J. Wysockie2079c42008-07-08 16:12:26 +02002190 if (mask_ioapic_irq_2)
2191 mask_IO_APIC_irq(2);
2192
Maciej W. Rozycki691874f2008-05-27 21:19:51 +01002193 /*
2194 * Some BIOS writers are clueless and report the ExtINTA
2195 * I/O APIC input from the cascaded 8259A as the timer
2196 * interrupt input. So just in case, if only one pin
2197 * was found above, try it both directly and through the
2198 * 8259A.
2199 */
2200 if (pin1 == -1) {
2201 pin1 = pin2;
2202 apic1 = apic2;
2203 no_pin1 = 1;
2204 } else if (pin2 == -1) {
2205 pin2 = pin1;
2206 apic2 = apic1;
2207 }
2208
Linus Torvalds1da177e2005-04-16 15:20:36 -07002209 if (pin1 != -1) {
2210 /*
2211 * Ok, does IRQ0 through the IOAPIC work?
2212 */
Maciej W. Rozycki691874f2008-05-27 21:19:51 +01002213 if (no_pin1) {
2214 add_pin_to_irq(0, apic1, pin1);
2215 setup_timer_IRQ0_pin(apic1, pin1, vector);
2216 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07002217 unmask_IO_APIC_irq(0);
2218 if (timer_irq_works()) {
2219 if (nmi_watchdog == NMI_IO_APIC) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07002220 setup_nmi();
2221 enable_8259A_irq(0);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002222 }
Chuck Ebbert66759a02005-09-12 18:49:25 +02002223 if (disable_timer_pin_1 > 0)
2224 clear_IO_APIC_pin(0, pin1);
Ingo Molnar4aae0702007-12-18 18:05:58 +01002225 goto out;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002226 }
Eric W. Biedermanfcfd6362005-10-30 14:59:39 -08002227 clear_IO_APIC_pin(apic1, pin1);
Maciej W. Rozycki691874f2008-05-27 21:19:51 +01002228 if (!no_pin1)
2229 printk(KERN_ERR "..MP-BIOS bug: "
2230 "8254 timer not connected to IO-APIC\n");
Linus Torvalds1da177e2005-04-16 15:20:36 -07002231
Maciej W. Rozycki691874f2008-05-27 21:19:51 +01002232 printk(KERN_INFO "...trying to set up timer (IRQ0) "
2233 "through the 8259A ... ");
Linus Torvalds1da177e2005-04-16 15:20:36 -07002234 printk("\n..... (found pin %d) ...", pin2);
2235 /*
2236 * legacy devices should be connected to IO APIC #0
2237 */
Maciej W. Rozycki691874f2008-05-27 21:19:51 +01002238 replace_pin_at_irq(0, apic1, pin1, apic2, pin2);
Maciej W. Rozyckif7633ce2008-05-27 21:19:34 +01002239 setup_timer_IRQ0_pin(apic2, pin2, vector);
Maciej W. Rozycki24742ec2008-05-27 21:19:40 +01002240 unmask_IO_APIC_irq(0);
Maciej W. Rozyckiecd29472008-05-21 22:09:19 +01002241 enable_8259A_irq(0);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002242 if (timer_irq_works()) {
2243 printk("works.\n");
Maciej W. Rozycki35542c52008-05-21 22:10:22 +01002244 timer_through_8259 = 1;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002245 if (nmi_watchdog == NMI_IO_APIC) {
Maciej W. Rozycki60134eb2008-05-21 22:09:34 +01002246 disable_8259A_irq(0);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002247 setup_nmi();
Maciej W. Rozycki60134eb2008-05-21 22:09:34 +01002248 enable_8259A_irq(0);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002249 }
Ingo Molnar4aae0702007-12-18 18:05:58 +01002250 goto out;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002251 }
2252 /*
2253 * Cleanup, just in case ...
2254 */
Maciej W. Rozyckiecd29472008-05-21 22:09:19 +01002255 disable_8259A_irq(0);
Eric W. Biedermanfcfd6362005-10-30 14:59:39 -08002256 clear_IO_APIC_pin(apic2, pin2);
Maciej W. Rozycki691874f2008-05-27 21:19:51 +01002257 printk(" failed.\n");
Linus Torvalds1da177e2005-04-16 15:20:36 -07002258 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07002259
2260 if (nmi_watchdog == NMI_IO_APIC) {
2261 printk(KERN_WARNING "timer doesn't work through the IO-APIC - disabling NMI Watchdog!\n");
Cyrill Gorcunov067fa0f2008-05-29 22:32:30 +04002262 nmi_watchdog = NMI_NONE;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002263 }
Maciej W. Rozyckid11d5792008-05-21 22:09:11 +01002264 timer_ack = 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002265
2266 printk(KERN_INFO "...trying to set up timer as Virtual Wire IRQ...");
2267
Maciej W. Rozyckic88ac1d2008-07-11 19:35:17 +01002268 lapic_register_intr(0, vector);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002269 apic_write_around(APIC_LVT0, APIC_DM_FIXED | vector); /* Fixed mode */
2270 enable_8259A_irq(0);
2271
2272 if (timer_irq_works()) {
2273 printk(" works.\n");
Ingo Molnar4aae0702007-12-18 18:05:58 +01002274 goto out;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002275 }
Maciej W. Rozyckie67465f2008-05-21 22:09:26 +01002276 disable_8259A_irq(0);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002277 apic_write_around(APIC_LVT0, APIC_LVT_MASKED | APIC_DM_FIXED | vector);
2278 printk(" failed.\n");
2279
2280 printk(KERN_INFO "...trying to set up timer as ExtINT IRQ...");
2281
Linus Torvalds1da177e2005-04-16 15:20:36 -07002282 init_8259A(0);
2283 make_8259A_irq(0);
2284 apic_write_around(APIC_LVT0, APIC_DM_EXTINT);
2285
2286 unlock_ExtINT_logic();
2287
2288 if (timer_irq_works()) {
2289 printk(" works.\n");
Ingo Molnar4aae0702007-12-18 18:05:58 +01002290 goto out;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002291 }
2292 printk(" failed :(.\n");
2293 panic("IO-APIC + timer doesn't work! Boot with apic=debug and send a "
2294 "report. Then try booting with the 'noapic' option");
Ingo Molnar4aae0702007-12-18 18:05:58 +01002295out:
2296 local_irq_restore(flags);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002297}
2298
2299/*
Maciej W. Rozyckiaf174782008-07-11 19:35:23 +01002300 * Traditionally ISA IRQ2 is the cascade IRQ, and is not available
2301 * to devices. However there may be an I/O APIC pin available for
2302 * this interrupt regardless. The pin may be left unconnected, but
2303 * typically it will be reused as an ExtINT cascade interrupt for
2304 * the master 8259A. In the MPS case such a pin will normally be
2305 * reported as an ExtINT interrupt in the MP table. With ACPI
2306 * there is no provision for ExtINT interrupts, and in the absence
2307 * of an override it would be treated as an ordinary ISA I/O APIC
2308 * interrupt, that is edge-triggered and unmasked by default. We
2309 * used to do this, but it caused problems on some systems because
2310 * of the NMI watchdog and sometimes IRQ0 of the 8254 timer using
2311 * the same ExtINT cascade interrupt to drive the local APIC of the
2312 * bootstrap processor. Therefore we refrain from routing IRQ2 to
2313 * the I/O APIC in all cases now. No actual device should request
2314 * it anyway. --macro
Linus Torvalds1da177e2005-04-16 15:20:36 -07002315 */
2316#define PIC_IRQS (1 << PIC_CASCADE_IR)
2317
2318void __init setup_IO_APIC(void)
2319{
Rusty Russelldbeb2be2007-10-19 20:35:03 +02002320 int i;
2321
2322 /* Reserve all the system vectors. */
Alan Mayer305b92a2008-04-15 15:36:56 -05002323 for (i = first_system_vector; i < NR_VECTORS; i++)
Rusty Russelldbeb2be2007-10-19 20:35:03 +02002324 set_bit(i, used_vectors);
2325
Linus Torvalds1da177e2005-04-16 15:20:36 -07002326 enable_IO_APIC();
2327
Maciej W. Rozyckiaf174782008-07-11 19:35:23 +01002328 io_apic_irqs = ~PIC_IRQS;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002329
2330 printk("ENABLING IO-APIC IRQs\n");
2331
2332 /*
2333 * Set up IO-APIC IRQ routing.
2334 */
2335 if (!acpi_ioapic)
2336 setup_ioapic_ids_from_mpc();
2337 sync_Arb_IDs();
2338 setup_IO_APIC_irqs();
2339 init_IO_APIC_traps();
Linus Torvalds1e4c85f2005-10-31 19:16:17 -08002340 check_timer();
Linus Torvalds1da177e2005-04-16 15:20:36 -07002341 if (!acpi_ioapic)
2342 print_IO_APIC();
2343}
2344
2345/*
2346 * Called after all the initialization is done. If we didnt find any
2347 * APIC bugs then we can allow the modify fast path
2348 */
Paolo Ciarrocchi36062442008-06-08 13:07:18 +02002349
Linus Torvalds1da177e2005-04-16 15:20:36 -07002350static int __init io_apic_bug_finalize(void)
2351{
Paolo Ciarrocchi36062442008-06-08 13:07:18 +02002352 if (sis_apic_bug == -1)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002353 sis_apic_bug = 0;
2354 return 0;
2355}
2356
2357late_initcall(io_apic_bug_finalize);
2358
2359struct sysfs_ioapic_data {
2360 struct sys_device dev;
2361 struct IO_APIC_route_entry entry[0];
2362};
Paolo Ciarrocchi36062442008-06-08 13:07:18 +02002363static struct sysfs_ioapic_data *mp_ioapic_data[MAX_IO_APICS];
Linus Torvalds1da177e2005-04-16 15:20:36 -07002364
Pavel Machek438510f2005-04-16 15:25:24 -07002365static int ioapic_suspend(struct sys_device *dev, pm_message_t state)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002366{
2367 struct IO_APIC_route_entry *entry;
2368 struct sysfs_ioapic_data *data;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002369 int i;
Paolo Ciarrocchi36062442008-06-08 13:07:18 +02002370
Linus Torvalds1da177e2005-04-16 15:20:36 -07002371 data = container_of(dev, struct sysfs_ioapic_data, dev);
2372 entry = data->entry;
Paolo Ciarrocchi36062442008-06-08 13:07:18 +02002373 for (i = 0; i < nr_ioapic_registers[dev->id]; i++)
Andi Kleencf4c6a22006-09-26 10:52:30 +02002374 entry[i] = ioapic_read_entry(dev->id, i);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002375
2376 return 0;
2377}
2378
2379static int ioapic_resume(struct sys_device *dev)
2380{
2381 struct IO_APIC_route_entry *entry;
2382 struct sysfs_ioapic_data *data;
2383 unsigned long flags;
2384 union IO_APIC_reg_00 reg_00;
2385 int i;
Paolo Ciarrocchi36062442008-06-08 13:07:18 +02002386
Linus Torvalds1da177e2005-04-16 15:20:36 -07002387 data = container_of(dev, struct sysfs_ioapic_data, dev);
2388 entry = data->entry;
2389
2390 spin_lock_irqsave(&ioapic_lock, flags);
2391 reg_00.raw = io_apic_read(dev->id, 0);
Alexey Starikovskiyec2cd0a2008-05-14 19:03:10 +04002392 if (reg_00.bits.ID != mp_ioapics[dev->id].mp_apicid) {
2393 reg_00.bits.ID = mp_ioapics[dev->id].mp_apicid;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002394 io_apic_write(dev->id, 0, reg_00.raw);
2395 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07002396 spin_unlock_irqrestore(&ioapic_lock, flags);
Paolo Ciarrocchi36062442008-06-08 13:07:18 +02002397 for (i = 0; i < nr_ioapic_registers[dev->id]; i++)
Andi Kleencf4c6a22006-09-26 10:52:30 +02002398 ioapic_write_entry(dev->id, i, entry[i]);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002399
2400 return 0;
2401}
2402
2403static struct sysdev_class ioapic_sysdev_class = {
Kay Sieversaf5ca3f2007-12-20 02:09:39 +01002404 .name = "ioapic",
Linus Torvalds1da177e2005-04-16 15:20:36 -07002405 .suspend = ioapic_suspend,
2406 .resume = ioapic_resume,
2407};
2408
2409static int __init ioapic_init_sysfs(void)
2410{
Paolo Ciarrocchi36062442008-06-08 13:07:18 +02002411 struct sys_device *dev;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002412 int i, size, error = 0;
2413
2414 error = sysdev_class_register(&ioapic_sysdev_class);
2415 if (error)
2416 return error;
2417
Paolo Ciarrocchi36062442008-06-08 13:07:18 +02002418 for (i = 0; i < nr_ioapics; i++) {
2419 size = sizeof(struct sys_device) + nr_ioapic_registers[i]
Linus Torvalds1da177e2005-04-16 15:20:36 -07002420 * sizeof(struct IO_APIC_route_entry);
Christophe Jaillet25556c12008-06-22 22:13:48 +02002421 mp_ioapic_data[i] = kzalloc(size, GFP_KERNEL);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002422 if (!mp_ioapic_data[i]) {
2423 printk(KERN_ERR "Can't suspend/resume IOAPIC %d\n", i);
2424 continue;
2425 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07002426 dev = &mp_ioapic_data[i]->dev;
Paolo Ciarrocchi36062442008-06-08 13:07:18 +02002427 dev->id = i;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002428 dev->cls = &ioapic_sysdev_class;
2429 error = sysdev_register(dev);
2430 if (error) {
2431 kfree(mp_ioapic_data[i]);
2432 mp_ioapic_data[i] = NULL;
2433 printk(KERN_ERR "Can't suspend/resume IOAPIC %d\n", i);
2434 continue;
2435 }
2436 }
2437
2438 return 0;
2439}
2440
2441device_initcall(ioapic_init_sysfs);
2442
Eric W. Biederman3fc471e2006-10-04 02:16:39 -07002443/*
Eric W. Biederman95d77882006-10-04 02:17:01 -07002444 * Dynamic irq allocate and deallocation
Eric W. Biederman3fc471e2006-10-04 02:16:39 -07002445 */
2446int create_irq(void)
2447{
Eric W. Biedermanace80ab2006-10-04 02:16:47 -07002448 /* Allocate an unused irq */
Andi Kleen306a22c2006-12-09 21:33:36 +01002449 int irq, new, vector = 0;
Eric W. Biederman3fc471e2006-10-04 02:16:39 -07002450 unsigned long flags;
Eric W. Biederman3fc471e2006-10-04 02:16:39 -07002451
Eric W. Biedermanace80ab2006-10-04 02:16:47 -07002452 irq = -ENOSPC;
2453 spin_lock_irqsave(&vector_lock, flags);
2454 for (new = (NR_IRQS - 1); new >= 0; new--) {
2455 if (platform_legacy_irq(new))
2456 continue;
2457 if (irq_vector[new] != 0)
2458 continue;
2459 vector = __assign_irq_vector(new);
2460 if (likely(vector > 0))
2461 irq = new;
2462 break;
2463 }
2464 spin_unlock_irqrestore(&vector_lock, flags);
Eric W. Biederman3fc471e2006-10-04 02:16:39 -07002465
Eric W. Biedermanace80ab2006-10-04 02:16:47 -07002466 if (irq >= 0) {
Eric W. Biederman3fc471e2006-10-04 02:16:39 -07002467 set_intr_gate(vector, interrupt[irq]);
Eric W. Biederman3fc471e2006-10-04 02:16:39 -07002468 dynamic_irq_init(irq);
2469 }
2470 return irq;
2471}
2472
2473void destroy_irq(unsigned int irq)
2474{
2475 unsigned long flags;
Eric W. Biederman3fc471e2006-10-04 02:16:39 -07002476
2477 dynamic_irq_cleanup(irq);
2478
2479 spin_lock_irqsave(&vector_lock, flags);
PJ Waskiewicz9d9ad4b2008-04-25 17:58:52 -07002480 clear_bit(irq_vector[irq], used_vectors);
Eric W. Biederman3fc471e2006-10-04 02:16:39 -07002481 irq_vector[irq] = 0;
2482 spin_unlock_irqrestore(&vector_lock, flags);
2483}
Eric W. Biederman3fc471e2006-10-04 02:16:39 -07002484
Eric W. Biederman2d3fcc12006-10-04 02:16:43 -07002485/*
Simon Arlott27b46d72007-10-20 01:13:56 +02002486 * MSI message composition
Eric W. Biederman2d3fcc12006-10-04 02:16:43 -07002487 */
2488#ifdef CONFIG_PCI_MSI
Eric W. Biederman3b7d1922006-10-04 02:16:59 -07002489static int msi_compose_msg(struct pci_dev *pdev, unsigned int irq, struct msi_msg *msg)
Eric W. Biederman2d3fcc12006-10-04 02:16:43 -07002490{
Eric W. Biederman2d3fcc12006-10-04 02:16:43 -07002491 int vector;
2492 unsigned dest;
2493
2494 vector = assign_irq_vector(irq);
2495 if (vector >= 0) {
2496 dest = cpu_mask_to_apicid(TARGET_CPUS);
2497
2498 msg->address_hi = MSI_ADDR_BASE_HI;
2499 msg->address_lo =
2500 MSI_ADDR_BASE_LO |
2501 ((INT_DEST_MODE == 0) ?
Paolo Ciarrocchi36062442008-06-08 13:07:18 +02002502MSI_ADDR_DEST_MODE_PHYSICAL:
Eric W. Biederman2d3fcc12006-10-04 02:16:43 -07002503 MSI_ADDR_DEST_MODE_LOGICAL) |
2504 ((INT_DELIVERY_MODE != dest_LowestPrio) ?
2505 MSI_ADDR_REDIRECTION_CPU:
2506 MSI_ADDR_REDIRECTION_LOWPRI) |
2507 MSI_ADDR_DEST_ID(dest);
2508
2509 msg->data =
2510 MSI_DATA_TRIGGER_EDGE |
2511 MSI_DATA_LEVEL_ASSERT |
2512 ((INT_DELIVERY_MODE != dest_LowestPrio) ?
Paolo Ciarrocchi36062442008-06-08 13:07:18 +02002513MSI_DATA_DELIVERY_FIXED:
Eric W. Biederman2d3fcc12006-10-04 02:16:43 -07002514 MSI_DATA_DELIVERY_LOWPRI) |
2515 MSI_DATA_VECTOR(vector);
2516 }
2517 return vector;
2518}
2519
Eric W. Biederman3b7d1922006-10-04 02:16:59 -07002520#ifdef CONFIG_SMP
2521static void set_msi_irq_affinity(unsigned int irq, cpumask_t mask)
2522{
2523 struct msi_msg msg;
2524 unsigned int dest;
2525 cpumask_t tmp;
2526 int vector;
2527
2528 cpus_and(tmp, mask, cpu_online_map);
2529 if (cpus_empty(tmp))
2530 tmp = TARGET_CPUS;
2531
2532 vector = assign_irq_vector(irq);
2533 if (vector < 0)
2534 return;
2535
2536 dest = cpu_mask_to_apicid(mask);
2537
2538 read_msi_msg(irq, &msg);
2539
2540 msg.data &= ~MSI_DATA_VECTOR_MASK;
2541 msg.data |= MSI_DATA_VECTOR(vector);
2542 msg.address_lo &= ~MSI_ADDR_DEST_ID_MASK;
2543 msg.address_lo |= MSI_ADDR_DEST_ID(dest);
2544
2545 write_msi_msg(irq, &msg);
Eric W. Biederman9f0a5ba2007-02-23 04:13:55 -07002546 irq_desc[irq].affinity = mask;
Eric W. Biederman3b7d1922006-10-04 02:16:59 -07002547}
2548#endif /* CONFIG_SMP */
2549
2550/*
2551 * IRQ Chip for MSI PCI/PCI-X/PCI-Express Devices,
2552 * which implement the MSI or MSI-X Capability Structure.
2553 */
2554static struct irq_chip msi_chip = {
2555 .name = "PCI-MSI",
2556 .unmask = unmask_msi_irq,
2557 .mask = mask_msi_irq,
2558 .ack = ack_ioapic_irq,
2559#ifdef CONFIG_SMP
2560 .set_affinity = set_msi_irq_affinity,
2561#endif
2562 .retrigger = ioapic_retrigger_irq,
2563};
2564
Eric W. Biedermanf7feaca2007-01-28 12:56:37 -07002565int arch_setup_msi_irq(struct pci_dev *dev, struct msi_desc *desc)
Eric W. Biederman3b7d1922006-10-04 02:16:59 -07002566{
2567 struct msi_msg msg;
Eric W. Biedermanf7feaca2007-01-28 12:56:37 -07002568 int irq, ret;
2569 irq = create_irq();
2570 if (irq < 0)
2571 return irq;
2572
Eric W. Biederman3b7d1922006-10-04 02:16:59 -07002573 ret = msi_compose_msg(dev, irq, &msg);
Eric W. Biedermanf7feaca2007-01-28 12:56:37 -07002574 if (ret < 0) {
2575 destroy_irq(irq);
Eric W. Biederman3b7d1922006-10-04 02:16:59 -07002576 return ret;
Eric W. Biedermanf7feaca2007-01-28 12:56:37 -07002577 }
Eric W. Biederman3b7d1922006-10-04 02:16:59 -07002578
Michael Ellerman7fe37302007-04-18 19:39:21 +10002579 set_irq_msi(irq, desc);
Eric W. Biederman3b7d1922006-10-04 02:16:59 -07002580 write_msi_msg(irq, &msg);
2581
Ingo Molnara460e742006-10-17 00:10:03 -07002582 set_irq_chip_and_handler_name(irq, &msi_chip, handle_edge_irq,
2583 "edge");
Eric W. Biederman3b7d1922006-10-04 02:16:59 -07002584
Michael Ellerman7fe37302007-04-18 19:39:21 +10002585 return 0;
Eric W. Biederman3b7d1922006-10-04 02:16:59 -07002586}
2587
2588void arch_teardown_msi_irq(unsigned int irq)
Eric W. Biederman2d3fcc12006-10-04 02:16:43 -07002589{
Eric W. Biedermanf7feaca2007-01-28 12:56:37 -07002590 destroy_irq(irq);
Eric W. Biederman2d3fcc12006-10-04 02:16:43 -07002591}
2592
Eric W. Biederman2d3fcc12006-10-04 02:16:43 -07002593#endif /* CONFIG_PCI_MSI */
2594
Eric W. Biederman8b955b02006-10-04 02:16:55 -07002595/*
2596 * Hypertransport interrupt support
2597 */
2598#ifdef CONFIG_HT_IRQ
2599
2600#ifdef CONFIG_SMP
2601
2602static void target_ht_irq(unsigned int irq, unsigned int dest)
2603{
Eric W. Biedermanec683072006-11-08 17:44:57 -08002604 struct ht_irq_msg msg;
2605 fetch_ht_irq_msg(irq, &msg);
Eric W. Biederman8b955b02006-10-04 02:16:55 -07002606
Eric W. Biedermanec683072006-11-08 17:44:57 -08002607 msg.address_lo &= ~(HT_IRQ_LOW_DEST_ID_MASK);
2608 msg.address_hi &= ~(HT_IRQ_HIGH_DEST_ID_MASK);
Eric W. Biederman8b955b02006-10-04 02:16:55 -07002609
Eric W. Biedermanec683072006-11-08 17:44:57 -08002610 msg.address_lo |= HT_IRQ_LOW_DEST_ID(dest);
2611 msg.address_hi |= HT_IRQ_HIGH_DEST_ID(dest);
Eric W. Biederman8b955b02006-10-04 02:16:55 -07002612
Eric W. Biedermanec683072006-11-08 17:44:57 -08002613 write_ht_irq_msg(irq, &msg);
Eric W. Biederman8b955b02006-10-04 02:16:55 -07002614}
2615
2616static void set_ht_irq_affinity(unsigned int irq, cpumask_t mask)
2617{
2618 unsigned int dest;
2619 cpumask_t tmp;
2620
2621 cpus_and(tmp, mask, cpu_online_map);
2622 if (cpus_empty(tmp))
2623 tmp = TARGET_CPUS;
2624
2625 cpus_and(mask, tmp, CPU_MASK_ALL);
2626
2627 dest = cpu_mask_to_apicid(mask);
2628
2629 target_ht_irq(irq, dest);
Eric W. Biederman9f0a5ba2007-02-23 04:13:55 -07002630 irq_desc[irq].affinity = mask;
Eric W. Biederman8b955b02006-10-04 02:16:55 -07002631}
2632#endif
2633
Aneesh Kumar K.Vc37e1082006-10-11 01:20:43 -07002634static struct irq_chip ht_irq_chip = {
Eric W. Biederman8b955b02006-10-04 02:16:55 -07002635 .name = "PCI-HT",
2636 .mask = mask_ht_irq,
2637 .unmask = unmask_ht_irq,
2638 .ack = ack_ioapic_irq,
2639#ifdef CONFIG_SMP
2640 .set_affinity = set_ht_irq_affinity,
2641#endif
2642 .retrigger = ioapic_retrigger_irq,
2643};
2644
2645int arch_setup_ht_irq(unsigned int irq, struct pci_dev *dev)
2646{
2647 int vector;
2648
2649 vector = assign_irq_vector(irq);
2650 if (vector >= 0) {
Eric W. Biedermanec683072006-11-08 17:44:57 -08002651 struct ht_irq_msg msg;
Eric W. Biederman8b955b02006-10-04 02:16:55 -07002652 unsigned dest;
2653 cpumask_t tmp;
2654
2655 cpus_clear(tmp);
2656 cpu_set(vector >> 8, tmp);
2657 dest = cpu_mask_to_apicid(tmp);
2658
Eric W. Biedermanec683072006-11-08 17:44:57 -08002659 msg.address_hi = HT_IRQ_HIGH_DEST_ID(dest);
Eric W. Biederman8b955b02006-10-04 02:16:55 -07002660
Eric W. Biedermanec683072006-11-08 17:44:57 -08002661 msg.address_lo =
2662 HT_IRQ_LOW_BASE |
Eric W. Biederman8b955b02006-10-04 02:16:55 -07002663 HT_IRQ_LOW_DEST_ID(dest) |
2664 HT_IRQ_LOW_VECTOR(vector) |
2665 ((INT_DEST_MODE == 0) ?
2666 HT_IRQ_LOW_DM_PHYSICAL :
2667 HT_IRQ_LOW_DM_LOGICAL) |
2668 HT_IRQ_LOW_RQEOI_EDGE |
2669 ((INT_DELIVERY_MODE != dest_LowestPrio) ?
2670 HT_IRQ_LOW_MT_FIXED :
2671 HT_IRQ_LOW_MT_ARBITRATED) |
2672 HT_IRQ_LOW_IRQ_MASKED;
2673
Eric W. Biedermanec683072006-11-08 17:44:57 -08002674 write_ht_irq_msg(irq, &msg);
Eric W. Biederman8b955b02006-10-04 02:16:55 -07002675
Ingo Molnara460e742006-10-17 00:10:03 -07002676 set_irq_chip_and_handler_name(irq, &ht_irq_chip,
2677 handle_edge_irq, "edge");
Eric W. Biederman8b955b02006-10-04 02:16:55 -07002678 }
2679 return vector;
2680}
2681#endif /* CONFIG_HT_IRQ */
2682
Linus Torvalds1da177e2005-04-16 15:20:36 -07002683/* --------------------------------------------------------------------------
Paolo Ciarrocchi36062442008-06-08 13:07:18 +02002684 ACPI-based IOAPIC Configuration
Linus Torvalds1da177e2005-04-16 15:20:36 -07002685 -------------------------------------------------------------------------- */
2686
Len Brown888ba6c2005-08-24 12:07:20 -04002687#ifdef CONFIG_ACPI
Linus Torvalds1da177e2005-04-16 15:20:36 -07002688
Paolo Ciarrocchi36062442008-06-08 13:07:18 +02002689int __init io_apic_get_unique_id(int ioapic, int apic_id)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002690{
2691 union IO_APIC_reg_00 reg_00;
2692 static physid_mask_t apic_id_map = PHYSID_MASK_NONE;
2693 physid_mask_t tmp;
2694 unsigned long flags;
2695 int i = 0;
2696
2697 /*
Paolo Ciarrocchi36062442008-06-08 13:07:18 +02002698 * The P4 platform supports up to 256 APIC IDs on two separate APIC
2699 * buses (one for LAPICs, one for IOAPICs), where predecessors only
Linus Torvalds1da177e2005-04-16 15:20:36 -07002700 * supports up to 16 on one shared APIC bus.
Paolo Ciarrocchi36062442008-06-08 13:07:18 +02002701 *
Linus Torvalds1da177e2005-04-16 15:20:36 -07002702 * TBD: Expand LAPIC/IOAPIC support on P4-class systems to take full
2703 * advantage of new APIC bus architecture.
2704 */
2705
2706 if (physids_empty(apic_id_map))
2707 apic_id_map = ioapic_phys_id_map(phys_cpu_present_map);
2708
2709 spin_lock_irqsave(&ioapic_lock, flags);
2710 reg_00.raw = io_apic_read(ioapic, 0);
2711 spin_unlock_irqrestore(&ioapic_lock, flags);
2712
2713 if (apic_id >= get_physical_broadcast()) {
2714 printk(KERN_WARNING "IOAPIC[%d]: Invalid apic_id %d, trying "
2715 "%d\n", ioapic, apic_id, reg_00.bits.ID);
2716 apic_id = reg_00.bits.ID;
2717 }
2718
2719 /*
Paolo Ciarrocchi36062442008-06-08 13:07:18 +02002720 * Every APIC in a system must have a unique ID or we get lots of nice
Linus Torvalds1da177e2005-04-16 15:20:36 -07002721 * 'stuck on smp_invalidate_needed IPI wait' messages.
2722 */
2723 if (check_apicid_used(apic_id_map, apic_id)) {
2724
2725 for (i = 0; i < get_physical_broadcast(); i++) {
2726 if (!check_apicid_used(apic_id_map, i))
2727 break;
2728 }
2729
2730 if (i == get_physical_broadcast())
2731 panic("Max apic_id exceeded!\n");
2732
2733 printk(KERN_WARNING "IOAPIC[%d]: apic_id %d already used, "
2734 "trying %d\n", ioapic, apic_id, i);
2735
2736 apic_id = i;
Paolo Ciarrocchi36062442008-06-08 13:07:18 +02002737 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07002738
2739 tmp = apicid_to_cpu_present(apic_id);
2740 physids_or(apic_id_map, apic_id_map, tmp);
2741
2742 if (reg_00.bits.ID != apic_id) {
2743 reg_00.bits.ID = apic_id;
2744
2745 spin_lock_irqsave(&ioapic_lock, flags);
2746 io_apic_write(ioapic, 0, reg_00.raw);
2747 reg_00.raw = io_apic_read(ioapic, 0);
2748 spin_unlock_irqrestore(&ioapic_lock, flags);
2749
2750 /* Sanity check */
Andreas Deresch6070f9e2006-02-26 04:18:34 +01002751 if (reg_00.bits.ID != apic_id) {
2752 printk("IOAPIC[%d]: Unable to change apic_id!\n", ioapic);
2753 return -1;
2754 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07002755 }
2756
2757 apic_printk(APIC_VERBOSE, KERN_INFO
2758 "IOAPIC[%d]: Assigned apic_id %d\n", ioapic, apic_id);
2759
2760 return apic_id;
2761}
2762
2763
Paolo Ciarrocchi36062442008-06-08 13:07:18 +02002764int __init io_apic_get_version(int ioapic)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002765{
2766 union IO_APIC_reg_01 reg_01;
2767 unsigned long flags;
2768
2769 spin_lock_irqsave(&ioapic_lock, flags);
2770 reg_01.raw = io_apic_read(ioapic, 1);
2771 spin_unlock_irqrestore(&ioapic_lock, flags);
2772
2773 return reg_01.bits.version;
2774}
2775
2776
Paolo Ciarrocchi36062442008-06-08 13:07:18 +02002777int __init io_apic_get_redir_entries(int ioapic)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002778{
2779 union IO_APIC_reg_01 reg_01;
2780 unsigned long flags;
2781
2782 spin_lock_irqsave(&ioapic_lock, flags);
2783 reg_01.raw = io_apic_read(ioapic, 1);
2784 spin_unlock_irqrestore(&ioapic_lock, flags);
2785
2786 return reg_01.bits.entries;
2787}
2788
2789
Paolo Ciarrocchi36062442008-06-08 13:07:18 +02002790int io_apic_set_pci_routing(int ioapic, int pin, int irq, int edge_level, int active_high_low)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002791{
2792 struct IO_APIC_route_entry entry;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002793
2794 if (!IO_APIC_IRQ(irq)) {
2795 printk(KERN_ERR "IOAPIC[%d]: Invalid reference to IRQ 0\n",
2796 ioapic);
2797 return -EINVAL;
2798 }
2799
2800 /*
2801 * Generate a PCI IRQ routing entry and program the IOAPIC accordingly.
2802 * Note that we mask (disable) IRQs now -- these get enabled when the
2803 * corresponding device driver registers for this IRQ.
2804 */
2805
Paolo Ciarrocchi36062442008-06-08 13:07:18 +02002806 memset(&entry, 0, sizeof(entry));
Linus Torvalds1da177e2005-04-16 15:20:36 -07002807
2808 entry.delivery_mode = INT_DELIVERY_MODE;
2809 entry.dest_mode = INT_DEST_MODE;
2810 entry.dest.logical.logical_dest = cpu_mask_to_apicid(TARGET_CPUS);
2811 entry.trigger = edge_level;
2812 entry.polarity = active_high_low;
2813 entry.mask = 1;
2814
2815 /*
2816 * IRQs < 16 are already in the irq_2_pin[] map
2817 */
2818 if (irq >= 16)
2819 add_pin_to_irq(irq, ioapic, pin);
2820
2821 entry.vector = assign_irq_vector(irq);
2822
2823 apic_printk(APIC_DEBUG, KERN_DEBUG "IOAPIC[%d]: Set PCI routing entry "
2824 "(%d-%d -> 0x%x -> IRQ %d Mode:%i Active:%i)\n", ioapic,
Alexey Starikovskiyec2cd0a2008-05-14 19:03:10 +04002825 mp_ioapics[ioapic].mp_apicid, pin, entry.vector, irq,
Linus Torvalds1da177e2005-04-16 15:20:36 -07002826 edge_level, active_high_low);
2827
2828 ioapic_register_intr(irq, entry.vector, edge_level);
2829
2830 if (!ioapic && (irq < 16))
2831 disable_8259A_irq(irq);
2832
Akinobu Mitaa2249cb2008-04-05 22:39:05 +09002833 ioapic_write_entry(ioapic, pin, entry);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002834
2835 return 0;
2836}
2837
Shaohua Li61fd47e2007-11-17 01:05:28 -05002838int acpi_get_override_irq(int bus_irq, int *trigger, int *polarity)
2839{
2840 int i;
2841
2842 if (skip_ioapic_setup)
2843 return -1;
2844
2845 for (i = 0; i < mp_irq_entries; i++)
Alexey Starikovskiy2fddb6e282008-05-14 19:03:17 +04002846 if (mp_irqs[i].mp_irqtype == mp_INT &&
2847 mp_irqs[i].mp_srcbusirq == bus_irq)
Shaohua Li61fd47e2007-11-17 01:05:28 -05002848 break;
2849 if (i >= mp_irq_entries)
2850 return -1;
2851
2852 *trigger = irq_trigger(i);
2853 *polarity = irq_polarity(i);
2854 return 0;
2855}
2856
Len Brown888ba6c2005-08-24 12:07:20 -04002857#endif /* CONFIG_ACPI */
Rusty Russell1a3f2392006-09-26 10:52:32 +02002858
2859static int __init parse_disable_timer_pin_1(char *arg)
2860{
2861 disable_timer_pin_1 = 1;
2862 return 0;
2863}
2864early_param("disable_timer_pin_1", parse_disable_timer_pin_1);
2865
2866static int __init parse_enable_timer_pin_1(char *arg)
2867{
2868 disable_timer_pin_1 = -1;
2869 return 0;
2870}
2871early_param("enable_timer_pin_1", parse_enable_timer_pin_1);
2872
2873static int __init parse_noapic(char *arg)
2874{
2875 /* disable IO-APIC */
2876 disable_ioapic_setup();
2877 return 0;
2878}
2879early_param("noapic", parse_noapic);
Yinghai Luf3294a32008-06-27 01:41:56 -07002880
2881void __init ioapic_init_mappings(void)
2882{
2883 unsigned long ioapic_phys, idx = FIX_IO_APIC_BASE_0;
2884 int i;
2885
2886 for (i = 0; i < nr_ioapics; i++) {
2887 if (smp_found_config) {
2888 ioapic_phys = mp_ioapics[i].mp_apicaddr;
2889 if (!ioapic_phys) {
2890 printk(KERN_ERR
2891 "WARNING: bogus zero IO-APIC "
2892 "address found in MPTABLE, "
2893 "disabling IO/APIC support!\n");
2894 smp_found_config = 0;
2895 skip_ioapic_setup = 1;
2896 goto fake_ioapic_page;
2897 }
2898 } else {
2899fake_ioapic_page:
2900 ioapic_phys = (unsigned long)
2901 alloc_bootmem_pages(PAGE_SIZE);
2902 ioapic_phys = __pa(ioapic_phys);
2903 }
2904 set_fixmap_nocache(idx, ioapic_phys);
2905 printk(KERN_DEBUG "mapped IOAPIC to %08lx (%08lx)\n",
2906 __fix_to_virt(idx), ioapic_phys);
2907 idx++;
2908 }
2909}
2910