mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH] i386: fix asm constraint in do_IRQ()
@ 2008-04-22 15:16 Jan Beulich
  0 siblings, 0 replies; only message in thread
From: Jan Beulich @ 2008-04-22 15:16 UTC (permalink / raw)
  To: mingo, tglx, hpa; +Cc: linux-kernel

Two prior changes resulted in the "ecx" clobber being lost.

Signed-off-by: Jan Beulich <jbeulich@novell.com>

---
 arch/x86/kernel/irq_32.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--- linux-2.6.25/arch/x86/kernel/irq_32.c	2008-04-17 04:49:44.000000000 +0200
+++ 2.6.25-i386-do_IRQ-constraints/arch/x86/kernel/irq_32.c	2008-04-15 10:49:20.000000000 +0200
@@ -134,7 +134,7 @@ unsigned int do_IRQ(struct pt_regs *regs
 			: "=a" (arg1), "=d" (arg2), "=b" (bx)
 			:  "0" (irq),   "1" (desc),  "2" (isp),
 			   "D" (desc->handle_irq)
-			: "memory", "cc"
+			: "memory", "cc", "ecx"
 		);
 	} else
 #endif




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

only message in thread, other threads:[~2008-04-22 15:16 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-04-22 15:16 [PATCH] i386: fix asm constraint in do_IRQ() Jan Beulich

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®