All of lore.kernel.org
 help / color / mirror / Atom feed
* [Adeos-main] [PATCH] ipipe-x86-2.6.27: Fix __ipipe_move_root_irq build
@ 2009-02-17 14:21 Jan Kiszka
  0 siblings, 0 replies; only message in thread
From: Jan Kiszka @ 2009-02-17 14:21 UTC (permalink / raw)
  To: Philippe Gerum; +Cc: adeos-main

irq_to_desc is 2.6.28+ stuff.

Signed-off-by: Jan Kiszka <jan.kiszka@domain.hid>

Index: linux-2.6.27-xeno_64/include/asm-x86/ipipe.h
===================================================================
--- linux-2.6.27-xeno_64.orig/include/asm-x86/ipipe.h
+++ linux-2.6.27-xeno_64/include/asm-x86/ipipe.h
@@ -122,7 +122,7 @@ int __ipipe_check_tickdev(const char *de
 #define __ipipe_move_root_irq(irq)					\
 	do {								\
 		if (irq < NR_IRQS) {					\
-			struct irq_chip *chip = irq_to_desc(irq)->chip;	\
+			struct irq_chip *chip = irq_desc[irq].chip;	\
 			if (chip->move)					\
 				chip->move(irq);			\
 		}							\


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2009-02-17 14:21 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-02-17 14:21 [Adeos-main] [PATCH] ipipe-x86-2.6.27: Fix __ipipe_move_root_irq build Jan Kiszka

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.