blob: 698d8fefde6c2591071be0dd0ccc7d64bca8703e [file] [log] [blame]
Linus Torvalds1da177e2005-04-16 15:20:36 -07001/*
Uwe Zeisbergerf30c2262006-10-03 23:01:26 +02002 * linux/arch/ia64/kernel/irq_ia64.c
Linus Torvalds1da177e2005-04-16 15:20:36 -07003 *
4 * Copyright (C) 1998-2001 Hewlett-Packard Co
5 * Stephane Eranian <eranian@hpl.hp.com>
6 * David Mosberger-Tang <davidm@hpl.hp.com>
7 *
8 * 6/10/99: Updated to bring in sync with x86 version to facilitate
9 * support for SMP and different interrupt controllers.
10 *
11 * 09/15/00 Goutham Rao <goutham.rao@intel.com> Implemented pci_irq_to_vector
12 * PCI to vector allocation routine.
13 * 04/14/2004 Ashok Raj <ashok.raj@intel.com>
14 * Added CPU Hotplug handling for IPF.
15 */
16
Linus Torvalds1da177e2005-04-16 15:20:36 -070017#include <linux/module.h>
18
19#include <linux/jiffies.h>
20#include <linux/errno.h>
21#include <linux/init.h>
22#include <linux/interrupt.h>
23#include <linux/ioport.h>
24#include <linux/kernel_stat.h>
Linus Torvalds1da177e2005-04-16 15:20:36 -070025#include <linux/ptrace.h>
Linus Torvalds1da177e2005-04-16 15:20:36 -070026#include <linux/signal.h>
27#include <linux/smp.h>
Linus Torvalds1da177e2005-04-16 15:20:36 -070028#include <linux/threads.h>
29#include <linux/bitops.h>
Eric W. Biedermanb6cf2582006-10-04 02:16:38 -070030#include <linux/irq.h>
Akinobu Mita7683a3f2010-02-28 19:58:14 +090031#include <linux/ratelimit.h>
Tony Luck4de0a752010-10-05 15:41:25 -070032#include <linux/acpi.h>
Peter Zijlstra184748c2011-04-05 17:23:39 +020033#include <linux/sched.h>
Linus Torvalds1da177e2005-04-16 15:20:36 -070034
35#include <asm/delay.h>
36#include <asm/intrinsics.h>
37#include <asm/io.h>
38#include <asm/hw_irq.h>
39#include <asm/machvec.h>
40#include <asm/pgtable.h>
Jack Steiner3be44b92007-05-08 14:50:43 -070041#include <asm/tlbflush.h>
Linus Torvalds1da177e2005-04-16 15:20:36 -070042
43#ifdef CONFIG_PERFMON
44# include <asm/perfmon.h>
45#endif
46
47#define IRQ_DEBUG 0
48
Yasuaki Ishimatsue1b30a32007-07-17 21:22:23 +090049#define IRQ_VECTOR_UNASSIGNED (0)
50
51#define IRQ_UNUSED (0)
52#define IRQ_USED (1)
53#define IRQ_RSVD (2)
54
Mark Maule10083072006-04-14 16:03:49 -050055/* These can be overridden in platform_irq_init */
56int ia64_first_device_vector = IA64_DEF_FIRST_DEVICE_VECTOR;
57int ia64_last_device_vector = IA64_DEF_LAST_DEVICE_VECTOR;
58
Linus Torvalds1da177e2005-04-16 15:20:36 -070059/* default base addr of IPI table */
60void __iomem *ipi_base_addr = ((void __iomem *)
61 (__IA64_UNCACHED_OFFSET | IA64_IPI_DEFAULT_BASE_ADDR));
62
Yasuaki Ishimatsu4994be12007-07-17 21:22:33 +090063static cpumask_t vector_allocation_domain(int cpu);
64
Linus Torvalds1da177e2005-04-16 15:20:36 -070065/*
66 * Legacy IRQ to IA-64 vector translation table.
67 */
68__u8 isa_irq_to_vector_map[16] = {
69 /* 8259 IRQ translation, first 16 entries */
70 0x2f, 0x20, 0x2e, 0x2d, 0x2c, 0x2b, 0x2a, 0x29,
71 0x28, 0x27, 0x26, 0x25, 0x24, 0x23, 0x22, 0x21
72};
73EXPORT_SYMBOL(isa_irq_to_vector_map);
74
Yasuaki Ishimatsue1b30a32007-07-17 21:22:23 +090075DEFINE_SPINLOCK(vector_lock);
76
77struct irq_cfg irq_cfg[NR_IRQS] __read_mostly = {
Yasuaki Ishimatsu4994be12007-07-17 21:22:33 +090078 [0 ... NR_IRQS - 1] = {
79 .vector = IRQ_VECTOR_UNASSIGNED,
80 .domain = CPU_MASK_NONE
81 }
Yasuaki Ishimatsue1b30a32007-07-17 21:22:23 +090082};
83
84DEFINE_PER_CPU(int[IA64_NUM_VECTORS], vector_irq) = {
Kenji Kaneshige17764d22007-08-28 16:01:21 -070085 [0 ... IA64_NUM_VECTORS - 1] = -1
Yasuaki Ishimatsue1b30a32007-07-17 21:22:23 +090086};
87
Kenji Kaneshige6ffbc8232007-07-25 17:59:22 +090088static cpumask_t vector_table[IA64_NUM_VECTORS] = {
89 [0 ... IA64_NUM_VECTORS - 1] = CPU_MASK_NONE
Yasuaki Ishimatsu4994be12007-07-17 21:22:33 +090090};
91
Yasuaki Ishimatsue1b30a32007-07-17 21:22:23 +090092static int irq_status[NR_IRQS] = {
93 [0 ... NR_IRQS -1] = IRQ_UNUSED
94};
95
Yasuaki Ishimatsue1b30a32007-07-17 21:22:23 +090096static inline int find_unassigned_irq(void)
97{
98 int irq;
99
100 for (irq = IA64_FIRST_DEVICE_VECTOR; irq < NR_IRQS; irq++)
101 if (irq_status[irq] == IRQ_UNUSED)
102 return irq;
103 return -ENOSPC;
104}
105
Yasuaki Ishimatsu4994be12007-07-17 21:22:33 +0900106static inline int find_unassigned_vector(cpumask_t domain)
Yasuaki Ishimatsue1b30a32007-07-17 21:22:23 +0900107{
Yasuaki Ishimatsu4994be12007-07-17 21:22:33 +0900108 cpumask_t mask;
Kenji Kaneshige6ffbc8232007-07-25 17:59:22 +0900109 int pos, vector;
Yasuaki Ishimatsue1b30a32007-07-17 21:22:23 +0900110
Srivatsa S. Bhat7d7f9842012-03-28 14:42:46 -0700111 cpumask_and(&mask, &domain, cpu_online_mask);
Yasuaki Ishimatsu4994be12007-07-17 21:22:33 +0900112 if (cpus_empty(mask))
113 return -EINVAL;
114
115 for (pos = 0; pos < IA64_NUM_DEVICE_VECTORS; pos++) {
Kenji Kaneshige6ffbc8232007-07-25 17:59:22 +0900116 vector = IA64_FIRST_DEVICE_VECTOR + pos;
117 cpus_and(mask, domain, vector_table[vector]);
Yasuaki Ishimatsu4994be12007-07-17 21:22:33 +0900118 if (!cpus_empty(mask))
119 continue;
Kenji Kaneshige6ffbc8232007-07-25 17:59:22 +0900120 return vector;
Yasuaki Ishimatsu4994be12007-07-17 21:22:33 +0900121 }
Yasuaki Ishimatsue1b30a32007-07-17 21:22:23 +0900122 return -ENOSPC;
123}
124
Yasuaki Ishimatsu4994be12007-07-17 21:22:33 +0900125static int __bind_irq_vector(int irq, int vector, cpumask_t domain)
Yasuaki Ishimatsue1b30a32007-07-17 21:22:23 +0900126{
Yasuaki Ishimatsu4994be12007-07-17 21:22:33 +0900127 cpumask_t mask;
Kenji Kaneshige6ffbc8232007-07-25 17:59:22 +0900128 int cpu;
Yasuaki Ishimatsu4994be12007-07-17 21:22:33 +0900129 struct irq_cfg *cfg = &irq_cfg[irq];
Yasuaki Ishimatsue1b30a32007-07-17 21:22:23 +0900130
Kenji Kaneshige6bde71e2007-07-26 15:30:45 +0900131 BUG_ON((unsigned)irq >= NR_IRQS);
132 BUG_ON((unsigned)vector >= IA64_NUM_VECTORS);
133
Srivatsa S. Bhat7d7f9842012-03-28 14:42:46 -0700134 cpumask_and(&mask, &domain, cpu_online_mask);
Yasuaki Ishimatsu4994be12007-07-17 21:22:33 +0900135 if (cpus_empty(mask))
136 return -EINVAL;
137 if ((cfg->vector == vector) && cpus_equal(cfg->domain, domain))
Yasuaki Ishimatsue1b30a32007-07-17 21:22:23 +0900138 return 0;
Yasuaki Ishimatsu4994be12007-07-17 21:22:33 +0900139 if (cfg->vector != IRQ_VECTOR_UNASSIGNED)
Yasuaki Ishimatsue1b30a32007-07-17 21:22:23 +0900140 return -EBUSY;
Yasuaki Ishimatsu4994be12007-07-17 21:22:33 +0900141 for_each_cpu_mask(cpu, mask)
Yasuaki Ishimatsue1b30a32007-07-17 21:22:23 +0900142 per_cpu(vector_irq, cpu)[vector] = irq;
Yasuaki Ishimatsu4994be12007-07-17 21:22:33 +0900143 cfg->vector = vector;
144 cfg->domain = domain;
Yasuaki Ishimatsue1b30a32007-07-17 21:22:23 +0900145 irq_status[irq] = IRQ_USED;
Kenji Kaneshige6ffbc8232007-07-25 17:59:22 +0900146 cpus_or(vector_table[vector], vector_table[vector], domain);
Yasuaki Ishimatsue1b30a32007-07-17 21:22:23 +0900147 return 0;
148}
149
Yasuaki Ishimatsu4994be12007-07-17 21:22:33 +0900150int bind_irq_vector(int irq, int vector, cpumask_t domain)
Yasuaki Ishimatsue1b30a32007-07-17 21:22:23 +0900151{
152 unsigned long flags;
153 int ret;
154
155 spin_lock_irqsave(&vector_lock, flags);
Yasuaki Ishimatsu4994be12007-07-17 21:22:33 +0900156 ret = __bind_irq_vector(irq, vector, domain);
Yasuaki Ishimatsue1b30a32007-07-17 21:22:23 +0900157 spin_unlock_irqrestore(&vector_lock, flags);
158 return ret;
159}
160
Yasuaki Ishimatsucd378f12007-07-17 21:22:48 +0900161static void __clear_irq_vector(int irq)
Yasuaki Ishimatsue1b30a32007-07-17 21:22:23 +0900162{
Kenji Kaneshige6ffbc8232007-07-25 17:59:22 +0900163 int vector, cpu;
Yasuaki Ishimatsu4994be12007-07-17 21:22:33 +0900164 cpumask_t mask;
165 cpumask_t domain;
166 struct irq_cfg *cfg = &irq_cfg[irq];
Yasuaki Ishimatsue1b30a32007-07-17 21:22:23 +0900167
Yasuaki Ishimatsue1b30a32007-07-17 21:22:23 +0900168 BUG_ON((unsigned)irq >= NR_IRQS);
Yasuaki Ishimatsu4994be12007-07-17 21:22:33 +0900169 BUG_ON(cfg->vector == IRQ_VECTOR_UNASSIGNED);
170 vector = cfg->vector;
171 domain = cfg->domain;
Srivatsa S. Bhat7d7f9842012-03-28 14:42:46 -0700172 cpumask_and(&mask, &cfg->domain, cpu_online_mask);
Yasuaki Ishimatsu4994be12007-07-17 21:22:33 +0900173 for_each_cpu_mask(cpu, mask)
Kenji Kaneshige17764d22007-08-28 16:01:21 -0700174 per_cpu(vector_irq, cpu)[vector] = -1;
Yasuaki Ishimatsu4994be12007-07-17 21:22:33 +0900175 cfg->vector = IRQ_VECTOR_UNASSIGNED;
176 cfg->domain = CPU_MASK_NONE;
Yasuaki Ishimatsue1b30a32007-07-17 21:22:23 +0900177 irq_status[irq] = IRQ_UNUSED;
Kenji Kaneshige6ffbc8232007-07-25 17:59:22 +0900178 cpus_andnot(vector_table[vector], vector_table[vector], domain);
Yasuaki Ishimatsucd378f12007-07-17 21:22:48 +0900179}
180
181static void clear_irq_vector(int irq)
182{
183 unsigned long flags;
184
185 spin_lock_irqsave(&vector_lock, flags);
186 __clear_irq_vector(irq);
Yasuaki Ishimatsue1b30a32007-07-17 21:22:23 +0900187 spin_unlock_irqrestore(&vector_lock, flags);
188}
Linus Torvalds1da177e2005-04-16 15:20:36 -0700189
190int
Isaku Yamahata85cbc502008-05-19 22:13:43 +0900191ia64_native_assign_irq_vector (int irq)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700192{
Yasuaki Ishimatsue1b30a32007-07-17 21:22:23 +0900193 unsigned long flags;
Yasuaki Ishimatsu4994be12007-07-17 21:22:33 +0900194 int vector, cpu;
Kenji Kaneshige373167e2007-08-22 19:28:36 +0900195 cpumask_t domain = CPU_MASK_NONE;
Yasuaki Ishimatsue1b30a32007-07-17 21:22:23 +0900196
Yasuaki Ishimatsu4994be12007-07-17 21:22:33 +0900197 vector = -ENOSPC;
198
199 spin_lock_irqsave(&vector_lock, flags);
Yasuaki Ishimatsu4994be12007-07-17 21:22:33 +0900200 for_each_online_cpu(cpu) {
201 domain = vector_allocation_domain(cpu);
202 vector = find_unassigned_vector(domain);
203 if (vector >= 0)
204 break;
205 }
Yasuaki Ishimatsue1b30a32007-07-17 21:22:23 +0900206 if (vector < 0)
207 goto out;
Yasuaki Ishimatsu8f5ad1a2007-07-24 22:09:09 +0900208 if (irq == AUTO_ASSIGN)
209 irq = vector;
Yasuaki Ishimatsu4994be12007-07-17 21:22:33 +0900210 BUG_ON(__bind_irq_vector(irq, vector, domain));
Yasuaki Ishimatsue1b30a32007-07-17 21:22:23 +0900211 out:
Yasuaki Ishimatsu4994be12007-07-17 21:22:33 +0900212 spin_unlock_irqrestore(&vector_lock, flags);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700213 return vector;
214}
215
Linus Torvalds1da177e2005-04-16 15:20:36 -0700216void
Isaku Yamahata85cbc502008-05-19 22:13:43 +0900217ia64_native_free_irq_vector (int vector)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700218{
Yasuaki Ishimatsue1b30a32007-07-17 21:22:23 +0900219 if (vector < IA64_FIRST_DEVICE_VECTOR ||
220 vector > IA64_LAST_DEVICE_VECTOR)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700221 return;
Yasuaki Ishimatsue1b30a32007-07-17 21:22:23 +0900222 clear_irq_vector(vector);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700223}
224
Mark Maule10083072006-04-14 16:03:49 -0500225int
226reserve_irq_vector (int vector)
227{
Mark Maule10083072006-04-14 16:03:49 -0500228 if (vector < IA64_FIRST_DEVICE_VECTOR ||
229 vector > IA64_LAST_DEVICE_VECTOR)
230 return -EINVAL;
Yasuaki Ishimatsu4994be12007-07-17 21:22:33 +0900231 return !!bind_irq_vector(vector, vector, CPU_MASK_ALL);
Yasuaki Ishimatsue1b30a32007-07-17 21:22:23 +0900232}
Mark Maule10083072006-04-14 16:03:49 -0500233
Yasuaki Ishimatsue1b30a32007-07-17 21:22:23 +0900234/*
235 * Initialize vector_irq on a new cpu. This function must be called
236 * with vector_lock held.
237 */
238void __setup_vector_irq(int cpu)
239{
240 int irq, vector;
241
242 /* Clear vector_irq */
243 for (vector = 0; vector < IA64_NUM_VECTORS; ++vector)
Kenji Kaneshige17764d22007-08-28 16:01:21 -0700244 per_cpu(vector_irq, cpu)[vector] = -1;
Yasuaki Ishimatsue1b30a32007-07-17 21:22:23 +0900245 /* Mark the inuse vectors */
246 for (irq = 0; irq < NR_IRQS; ++irq) {
Yasuaki Ishimatsu4994be12007-07-17 21:22:33 +0900247 if (!cpu_isset(cpu, irq_cfg[irq].domain))
248 continue;
249 vector = irq_to_vector(irq);
250 per_cpu(vector_irq, cpu)[vector] = irq;
Yasuaki Ishimatsue1b30a32007-07-17 21:22:23 +0900251 }
252}
253
Yasuaki Ishimatsue5bd7622007-07-17 21:23:03 +0900254#if defined(CONFIG_SMP) && (defined(CONFIG_IA64_GENERIC) || defined(CONFIG_IA64_DIG))
Kenji Kaneshigea6cd63222008-02-25 14:32:22 +0900255
Yasuaki Ishimatsud080d392007-07-17 21:22:55 +0900256static enum vector_domain_type {
257 VECTOR_DOMAIN_NONE,
258 VECTOR_DOMAIN_PERCPU
259} vector_domain_type = VECTOR_DOMAIN_NONE;
260
261static cpumask_t vector_allocation_domain(int cpu)
262{
263 if (vector_domain_type == VECTOR_DOMAIN_PERCPU)
264 return cpumask_of_cpu(cpu);
265 return CPU_MASK_ALL;
266}
267
Kenji Kaneshigea6cd63222008-02-25 14:32:22 +0900268static int __irq_prepare_move(int irq, int cpu)
269{
270 struct irq_cfg *cfg = &irq_cfg[irq];
271 int vector;
272 cpumask_t domain;
273
274 if (cfg->move_in_progress || cfg->move_cleanup_count)
275 return -EBUSY;
276 if (cfg->vector == IRQ_VECTOR_UNASSIGNED || !cpu_online(cpu))
277 return -EINVAL;
278 if (cpu_isset(cpu, cfg->domain))
279 return 0;
280 domain = vector_allocation_domain(cpu);
281 vector = find_unassigned_vector(domain);
282 if (vector < 0)
283 return -ENOSPC;
284 cfg->move_in_progress = 1;
285 cfg->old_domain = cfg->domain;
286 cfg->vector = IRQ_VECTOR_UNASSIGNED;
287 cfg->domain = CPU_MASK_NONE;
288 BUG_ON(__bind_irq_vector(irq, vector, domain));
289 return 0;
290}
291
292int irq_prepare_move(int irq, int cpu)
293{
294 unsigned long flags;
295 int ret;
296
297 spin_lock_irqsave(&vector_lock, flags);
298 ret = __irq_prepare_move(irq, cpu);
299 spin_unlock_irqrestore(&vector_lock, flags);
300 return ret;
301}
302
303void irq_complete_move(unsigned irq)
304{
305 struct irq_cfg *cfg = &irq_cfg[irq];
306 cpumask_t cleanup_mask;
307 int i;
308
309 if (likely(!cfg->move_in_progress))
310 return;
311
312 if (unlikely(cpu_isset(smp_processor_id(), cfg->old_domain)))
313 return;
314
Srivatsa S. Bhat7d7f9842012-03-28 14:42:46 -0700315 cpumask_and(&cleanup_mask, &cfg->old_domain, cpu_online_mask);
Kenji Kaneshigea6cd63222008-02-25 14:32:22 +0900316 cfg->move_cleanup_count = cpus_weight(cleanup_mask);
317 for_each_cpu_mask(i, cleanup_mask)
318 platform_send_ipi(i, IA64_IRQ_MOVE_VECTOR, IA64_IPI_DM_INT, 0);
319 cfg->move_in_progress = 0;
320}
321
322static irqreturn_t smp_irq_move_cleanup_interrupt(int irq, void *dev_id)
323{
324 int me = smp_processor_id();
325 ia64_vector vector;
326 unsigned long flags;
327
328 for (vector = IA64_FIRST_DEVICE_VECTOR;
329 vector < IA64_LAST_DEVICE_VECTOR; vector++) {
330 int irq;
331 struct irq_desc *desc;
332 struct irq_cfg *cfg;
Christoph Lameter6065a242014-08-17 12:30:47 -0500333 irq = __this_cpu_read(vector_irq[vector]);
Kenji Kaneshigea6cd63222008-02-25 14:32:22 +0900334 if (irq < 0)
335 continue;
336
Thomas Gleixnera2178332011-03-24 16:44:38 +0100337 desc = irq_to_desc(irq);
Kenji Kaneshigea6cd63222008-02-25 14:32:22 +0900338 cfg = irq_cfg + irq;
Thomas Gleixner239007b2009-11-17 16:46:45 +0100339 raw_spin_lock(&desc->lock);
Kenji Kaneshigea6cd63222008-02-25 14:32:22 +0900340 if (!cfg->move_cleanup_count)
341 goto unlock;
342
343 if (!cpu_isset(me, cfg->old_domain))
344 goto unlock;
345
346 spin_lock_irqsave(&vector_lock, flags);
Christoph Lameter6065a242014-08-17 12:30:47 -0500347 __this_cpu_write(vector_irq[vector], -1);
Kenji Kaneshigea6cd63222008-02-25 14:32:22 +0900348 cpu_clear(me, vector_table[vector]);
349 spin_unlock_irqrestore(&vector_lock, flags);
350 cfg->move_cleanup_count--;
351 unlock:
Thomas Gleixner239007b2009-11-17 16:46:45 +0100352 raw_spin_unlock(&desc->lock);
Kenji Kaneshigea6cd63222008-02-25 14:32:22 +0900353 }
354 return IRQ_HANDLED;
355}
356
357static struct irqaction irq_move_irqaction = {
358 .handler = smp_irq_move_cleanup_interrupt,
Kenji Kaneshigea6cd63222008-02-25 14:32:22 +0900359 .name = "irq_move"
360};
361
Yasuaki Ishimatsud080d392007-07-17 21:22:55 +0900362static int __init parse_vector_domain(char *arg)
363{
364 if (!arg)
365 return -EINVAL;
366 if (!strcmp(arg, "percpu")) {
367 vector_domain_type = VECTOR_DOMAIN_PERCPU;
368 no_int_routing = 1;
369 }
Kenji Kaneshige074ff852007-07-26 15:32:38 +0900370 return 0;
Yasuaki Ishimatsud080d392007-07-17 21:22:55 +0900371}
372early_param("vector", parse_vector_domain);
373#else
Yasuaki Ishimatsu4994be12007-07-17 21:22:33 +0900374static cpumask_t vector_allocation_domain(int cpu)
375{
376 return CPU_MASK_ALL;
377}
Yasuaki Ishimatsud080d392007-07-17 21:22:55 +0900378#endif
Yasuaki Ishimatsu4994be12007-07-17 21:22:33 +0900379
380
Yasuaki Ishimatsue1b30a32007-07-17 21:22:23 +0900381void destroy_and_reserve_irq(unsigned int irq)
382{
Kenji Kaneshige216fcd22007-07-30 11:56:30 +0900383 unsigned long flags;
384
Thomas Gleixner4debd722014-05-07 15:44:22 +0000385 irq_init_desc(irq);
Kenji Kaneshige216fcd22007-07-30 11:56:30 +0900386 spin_lock_irqsave(&vector_lock, flags);
387 __clear_irq_vector(irq);
388 irq_status[irq] = IRQ_RSVD;
389 spin_unlock_irqrestore(&vector_lock, flags);
Mark Maule10083072006-04-14 16:03:49 -0500390}
391
Eric W. Biedermanb6cf2582006-10-04 02:16:38 -0700392/*
393 * Dynamic irq allocate and deallocation for MSI
394 */
395int create_irq(void)
396{
Yasuaki Ishimatsue1b30a32007-07-17 21:22:23 +0900397 unsigned long flags;
Yasuaki Ishimatsu4994be12007-07-17 21:22:33 +0900398 int irq, vector, cpu;
Kenji Kaneshige373167e2007-08-22 19:28:36 +0900399 cpumask_t domain = CPU_MASK_NONE;
Eric W. Biedermanb6cf2582006-10-04 02:16:38 -0700400
Yasuaki Ishimatsu4994be12007-07-17 21:22:33 +0900401 irq = vector = -ENOSPC;
Yasuaki Ishimatsue1b30a32007-07-17 21:22:23 +0900402 spin_lock_irqsave(&vector_lock, flags);
Yasuaki Ishimatsu4994be12007-07-17 21:22:33 +0900403 for_each_online_cpu(cpu) {
404 domain = vector_allocation_domain(cpu);
405 vector = find_unassigned_vector(domain);
406 if (vector >= 0)
407 break;
408 }
Yasuaki Ishimatsue1b30a32007-07-17 21:22:23 +0900409 if (vector < 0)
410 goto out;
411 irq = find_unassigned_irq();
412 if (irq < 0)
413 goto out;
Yasuaki Ishimatsu4994be12007-07-17 21:22:33 +0900414 BUG_ON(__bind_irq_vector(irq, vector, domain));
Yasuaki Ishimatsue1b30a32007-07-17 21:22:23 +0900415 out:
416 spin_unlock_irqrestore(&vector_lock, flags);
417 if (irq >= 0)
Thomas Gleixner4debd722014-05-07 15:44:22 +0000418 irq_init_desc(irq);
Yasuaki Ishimatsue1b30a32007-07-17 21:22:23 +0900419 return irq;
Eric W. Biedermanb6cf2582006-10-04 02:16:38 -0700420}
421
422void destroy_irq(unsigned int irq)
423{
Thomas Gleixner4debd722014-05-07 15:44:22 +0000424 irq_init_desc(irq);
Yasuaki Ishimatsue1b30a32007-07-17 21:22:23 +0900425 clear_irq_vector(irq);
Eric W. Biedermanb6cf2582006-10-04 02:16:38 -0700426}
427
Linus Torvalds1da177e2005-04-16 15:20:36 -0700428#ifdef CONFIG_SMP
429# define IS_RESCHEDULE(vec) (vec == IA64_IPI_RESCHEDULE)
Jack Steiner3be44b92007-05-08 14:50:43 -0700430# define IS_LOCAL_TLB_FLUSH(vec) (vec == IA64_IPI_LOCAL_TLB_FLUSH)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700431#else
432# define IS_RESCHEDULE(vec) (0)
Jack Steiner3be44b92007-05-08 14:50:43 -0700433# define IS_LOCAL_TLB_FLUSH(vec) (0)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700434#endif
435/*
436 * That's where the IVT branches when we get an external
437 * interrupt. This branches to the correct hardware IRQ handler via
438 * function ptr.
439 */
440void
441ia64_handle_irq (ia64_vector vector, struct pt_regs *regs)
442{
David Howells7d12e782006-10-05 14:55:46 +0100443 struct pt_regs *old_regs = set_irq_regs(regs);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700444 unsigned long saved_tpr;
445
446#if IRQ_DEBUG
447 {
448 unsigned long bsp, sp;
449
450 /*
451 * Note: if the interrupt happened while executing in
452 * the context switch routine (ia64_switch_to), we may
453 * get a spurious stack overflow here. This is
454 * because the register and the memory stack are not
455 * switched atomically.
456 */
457 bsp = ia64_getreg(_IA64_REG_AR_BSP);
458 sp = ia64_getreg(_IA64_REG_SP);
459
460 if ((sp - bsp) < 1024) {
Akinobu Mita7683a3f2010-02-28 19:58:14 +0900461 static DEFINE_RATELIMIT_STATE(ratelimit, 5 * HZ, 5);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700462
Akinobu Mita7683a3f2010-02-28 19:58:14 +0900463 if (__ratelimit(&ratelimit)) {
Linus Torvalds1da177e2005-04-16 15:20:36 -0700464 printk("ia64_handle_irq: DANGER: less than "
465 "1KB of free stack space!!\n"
466 "(bsp=0x%lx, sp=%lx)\n", bsp, sp);
467 }
468 }
469 }
470#endif /* IRQ_DEBUG */
471
472 /*
473 * Always set TPR to limit maximum interrupt nesting depth to
474 * 16 (without this, it would be ~240, which could easily lead
475 * to kernel stack overflows).
476 */
477 irq_enter();
478 saved_tpr = ia64_getreg(_IA64_REG_CR_TPR);
479 ia64_srlz_d();
480 while (vector != IA64_SPURIOUS_INT_VECTOR) {
Jes Sorensen66f3e6a2009-03-27 16:55:41 +0100481 int irq = local_vector_to_irq(vector);
482
Jack Steiner3be44b92007-05-08 14:50:43 -0700483 if (unlikely(IS_LOCAL_TLB_FLUSH(vector))) {
484 smp_local_flush_tlb();
Thomas Gleixner36115872014-02-23 21:40:17 +0000485 kstat_incr_irq_this_cpu(irq);
Linus Torvalds7c730cc2009-03-28 13:40:20 -0700486 } else if (unlikely(IS_RESCHEDULE(vector))) {
Peter Zijlstra184748c2011-04-05 17:23:39 +0200487 scheduler_ipi();
Thomas Gleixner36115872014-02-23 21:40:17 +0000488 kstat_incr_irq_this_cpu(irq);
Linus Torvalds7c730cc2009-03-28 13:40:20 -0700489 } else {
Linus Torvalds1da177e2005-04-16 15:20:36 -0700490 ia64_setreg(_IA64_REG_CR_TPR, vector);
491 ia64_srlz_d();
492
Kenji Kaneshige17764d22007-08-28 16:01:21 -0700493 if (unlikely(irq < 0)) {
494 printk(KERN_ERR "%s: Unexpected interrupt "
495 "vector %d on CPU %d is not mapped "
Harvey Harrisond4ed8082008-03-04 15:15:00 -0800496 "to any IRQ!\n", __func__, vector,
Kenji Kaneshige17764d22007-08-28 16:01:21 -0700497 smp_processor_id());
498 } else
499 generic_handle_irq(irq);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700500
501 /*
502 * Disable interrupts and send EOI:
503 */
504 local_irq_disable();
505 ia64_setreg(_IA64_REG_CR_TPR, saved_tpr);
506 }
507 ia64_eoi();
508 vector = ia64_get_ivr();
509 }
510 /*
511 * This must be done *after* the ia64_eoi(). For example, the keyboard softirq
512 * handler needs to be able to wait for further keyboard interrupts, which can't
513 * come through until ia64_eoi() has been done.
514 */
515 irq_exit();
David Howells7d12e782006-10-05 14:55:46 +0100516 set_irq_regs(old_regs);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700517}
518
519#ifdef CONFIG_HOTPLUG_CPU
520/*
521 * This function emulates a interrupt processing when a cpu is about to be
522 * brought down.
523 */
524void ia64_process_pending_intr(void)
525{
526 ia64_vector vector;
527 unsigned long saved_tpr;
528 extern unsigned int vectors_in_migration[NR_IRQS];
529
530 vector = ia64_get_ivr();
531
Jes Sorensen66f3e6a2009-03-27 16:55:41 +0100532 irq_enter();
533 saved_tpr = ia64_getreg(_IA64_REG_CR_TPR);
534 ia64_srlz_d();
Linus Torvalds1da177e2005-04-16 15:20:36 -0700535
536 /*
537 * Perform normal interrupt style processing
538 */
539 while (vector != IA64_SPURIOUS_INT_VECTOR) {
Jes Sorensen66f3e6a2009-03-27 16:55:41 +0100540 int irq = local_vector_to_irq(vector);
Jes Sorensen66f3e6a2009-03-27 16:55:41 +0100541
Jack Steiner3be44b92007-05-08 14:50:43 -0700542 if (unlikely(IS_LOCAL_TLB_FLUSH(vector))) {
543 smp_local_flush_tlb();
Thomas Gleixner36115872014-02-23 21:40:17 +0000544 kstat_incr_irq_this_cpu(irq);
Linus Torvalds7c730cc2009-03-28 13:40:20 -0700545 } else if (unlikely(IS_RESCHEDULE(vector))) {
Thomas Gleixner36115872014-02-23 21:40:17 +0000546 kstat_incr_irq_this_cpu(irq);
Linus Torvalds7c730cc2009-03-28 13:40:20 -0700547 } else {
Tony Luck8c1addb2006-10-06 10:09:41 -0700548 struct pt_regs *old_regs = set_irq_regs(NULL);
549
Linus Torvalds1da177e2005-04-16 15:20:36 -0700550 ia64_setreg(_IA64_REG_CR_TPR, vector);
551 ia64_srlz_d();
552
553 /*
554 * Now try calling normal ia64_handle_irq as it would have got called
555 * from a real intr handler. Try passing null for pt_regs, hopefully
556 * it will work. I hope it works!.
557 * Probably could shared code.
558 */
Kenji Kaneshige17764d22007-08-28 16:01:21 -0700559 if (unlikely(irq < 0)) {
560 printk(KERN_ERR "%s: Unexpected interrupt "
561 "vector %d on CPU %d not being mapped "
Harvey Harrisond4ed8082008-03-04 15:15:00 -0800562 "to any IRQ!!\n", __func__, vector,
Kenji Kaneshige17764d22007-08-28 16:01:21 -0700563 smp_processor_id());
564 } else {
565 vectors_in_migration[irq]=0;
566 generic_handle_irq(irq);
567 }
Tony Luck8c1addb2006-10-06 10:09:41 -0700568 set_irq_regs(old_regs);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700569
570 /*
571 * Disable interrupts and send EOI
572 */
573 local_irq_disable();
574 ia64_setreg(_IA64_REG_CR_TPR, saved_tpr);
575 }
576 ia64_eoi();
577 vector = ia64_get_ivr();
578 }
579 irq_exit();
580}
581#endif
582
583
584#ifdef CONFIG_SMP
Linus Torvalds1da177e2005-04-16 15:20:36 -0700585
Jack Steiner9b3377f2006-10-16 16:17:43 -0500586static irqreturn_t dummy_handler (int irq, void *dev_id)
587{
588 BUG();
589}
590
Linus Torvalds1da177e2005-04-16 15:20:36 -0700591static struct irqaction ipi_irqaction = {
592 .handler = handle_IPI,
Linus Torvalds1da177e2005-04-16 15:20:36 -0700593 .name = "IPI"
594};
Jack Steiner9b3377f2006-10-16 16:17:43 -0500595
Marcelo Tosatti32f88402009-05-07 17:55:12 -0300596/*
597 * KVM uses this interrupt to force a cpu out of guest mode
598 */
Jack Steiner9b3377f2006-10-16 16:17:43 -0500599static struct irqaction resched_irqaction = {
600 .handler = dummy_handler,
Jack Steiner9b3377f2006-10-16 16:17:43 -0500601 .name = "resched"
602};
Jack Steiner3be44b92007-05-08 14:50:43 -0700603
604static struct irqaction tlb_irqaction = {
605 .handler = dummy_handler,
Jack Steiner3be44b92007-05-08 14:50:43 -0700606 .name = "tlb_flush"
607};
608
Linus Torvalds1da177e2005-04-16 15:20:36 -0700609#endif
610
611void
Isaku Yamahata85cbc502008-05-19 22:13:43 +0900612ia64_native_register_percpu_irq (ia64_vector vec, struct irqaction *action)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700613{
Linus Torvalds1da177e2005-04-16 15:20:36 -0700614 unsigned int irq;
615
Yasuaki Ishimatsue1b30a32007-07-17 21:22:23 +0900616 irq = vec;
Yasuaki Ishimatsu4994be12007-07-17 21:22:33 +0900617 BUG_ON(bind_irq_vector(irq, vec, CPU_MASK_ALL));
Thomas Gleixnera2178332011-03-24 16:44:38 +0100618 irq_set_status_flags(irq, IRQ_PER_CPU);
Thomas Gleixner53c909c2011-03-25 21:06:09 +0100619 irq_set_chip(irq, &irq_type_ia64_lsapic);
Yasuaki Ishimatsue1b30a32007-07-17 21:22:23 +0900620 if (action)
621 setup_irq(irq, action);
Thomas Gleixner53c909c2011-03-25 21:06:09 +0100622 irq_set_handler(irq, handle_percpu_irq);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700623}
624
625void __init
Isaku Yamahata85cbc502008-05-19 22:13:43 +0900626ia64_native_register_ipi(void)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700627{
Linus Torvalds1da177e2005-04-16 15:20:36 -0700628#ifdef CONFIG_SMP
629 register_percpu_irq(IA64_IPI_VECTOR, &ipi_irqaction);
Jack Steiner9b3377f2006-10-16 16:17:43 -0500630 register_percpu_irq(IA64_IPI_RESCHEDULE, &resched_irqaction);
Jack Steiner3be44b92007-05-08 14:50:43 -0700631 register_percpu_irq(IA64_IPI_LOCAL_TLB_FLUSH, &tlb_irqaction);
Isaku Yamahata85cbc502008-05-19 22:13:43 +0900632#endif
633}
634
635void __init
636init_IRQ (void)
637{
Tony Luck4de0a752010-10-05 15:41:25 -0700638#ifdef CONFIG_ACPI
639 acpi_boot_init();
640#endif
Isaku Yamahata85cbc502008-05-19 22:13:43 +0900641 ia64_register_ipi();
642 register_percpu_irq(IA64_SPURIOUS_INT_VECTOR, NULL);
643#ifdef CONFIG_SMP
Kenji Kaneshigea6cd63222008-02-25 14:32:22 +0900644#if defined(CONFIG_IA64_GENERIC) || defined(CONFIG_IA64_DIG)
Kenji Kaneshige09b366b2009-12-09 10:56:41 +0900645 if (vector_domain_type != VECTOR_DOMAIN_NONE)
Kenji Kaneshigea6cd63222008-02-25 14:32:22 +0900646 register_percpu_irq(IA64_IRQ_MOVE_VECTOR, &irq_move_irqaction);
Kenji Kaneshigea6cd63222008-02-25 14:32:22 +0900647#endif
Linus Torvalds1da177e2005-04-16 15:20:36 -0700648#endif
649#ifdef CONFIG_PERFMON
650 pfm_init_percpu();
651#endif
652 platform_irq_init();
653}
654
655void
656ia64_send_ipi (int cpu, int vector, int delivery_mode, int redirect)
657{
658 void __iomem *ipi_addr;
659 unsigned long ipi_data;
660 unsigned long phys_cpu_id;
661
Linus Torvalds1da177e2005-04-16 15:20:36 -0700662 phys_cpu_id = cpu_physical_id(cpu);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700663
664 /*
665 * cpu number is in 8bit ID and 8bit EID
666 */
667
668 ipi_data = (delivery_mode << 8) | (vector & 0xff);
669 ipi_addr = ipi_base_addr + ((phys_cpu_id << 4) | ((redirect & 1) << 3));
670
671 writeq(ipi_data, ipi_addr);
672}