* [RFC][patch 6/10] Multiple vector domain support - change irq_to_vector
@ 2005-07-14 9:31 Kenji Kaneshige
0 siblings, 0 replies; only message in thread
From: Kenji Kaneshige @ 2005-07-14 9:31 UTC (permalink / raw)
To: linux-ia64
This patch changes irq_to_vector() to abolish the identity mapping
between IA-64 vector and Linux IRQ.
Signed-off-by: Kenji Kaneshige <kaneshige.kenji@jp.fujitsu.com>
---
linux-2.6.13-rc1-kanesige/include/asm-ia64/hw_irq.h | 2 +-
1 files changed, 1 insertion(+), 1 deletion(-)
diff -puN include/asm-ia64/hw_irq.h~vector-domain-ia64-change-irq_to_vector include/asm-ia64/hw_irq.h
--- linux-2.6.13-rc1/include/asm-ia64/hw_irq.h~vector-domain-ia64-change-irq_to_vector 2005-07-13 16:12:49.000000000 +0900
+++ linux-2.6.13-rc1-kanesige/include/asm-ia64/hw_irq.h 2005-07-13 16:12:49.000000000 +0900
@@ -207,7 +207,7 @@ irq_descp (int irq)
static inline ia64_vector
irq_to_vector (int irq)
{
- return (ia64_vector) irq;
+ return (ia64_vector) gsv_to_vector(irq_to_gsv(irq));
}
/*
_
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2005-07-14 9:31 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-07-14 9:31 [RFC][patch 6/10] Multiple vector domain support - change irq_to_vector Kenji Kaneshige
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox