mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH] i386: restore proper asm constraints in do_IRQ()
@ 2007-12-10 16:37 Jan Beulich
  0 siblings, 0 replies; only message in thread
From: Jan Beulich @ 2007-12-10 16:37 UTC (permalink / raw)
  To: mingo; +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 files changed, 1 insertion(+), 1 deletion(-)

--- linux-2.6.24-rc4/arch/x86/kernel/irq_32.c	2007-12-07 09:00:59.000000000 +0100
+++ 2.6.24-rc4-i386-do_IRQ-constraints/arch/x86/kernel/irq_32.c	2007-12-04 16:09:33.000000000 +0100
@@ -134,7 +134,7 @@ fastcall unsigned int do_IRQ(struct pt_r
 			: "=a" (arg1), "=d" (arg2), "=b" (ebx)
 			:  "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:[~2007-12-10 16:36 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-12-10 16:37 [PATCH] i386: restore proper asm constraints 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®