All of lore.kernel.org
 help / color / mirror / Atom feed
* [Adeos-main] [PATCH] 2.6.20-i386: fix collateral damage of regparm cleanup
@ 2007-02-23 13:04 Jan Kiszka
  2007-02-23 14:00 ` [Adeos-main] " Philippe Gerum
  0 siblings, 1 reply; 2+ messages in thread
From: Jan Kiszka @ 2007-02-23 13:04 UTC (permalink / raw)
  To: Philippe Gerum; +Cc: adeos-main

[-- Attachment #1: Type: text/plain, Size: 501 bytes --]

Index: linux-2.6.20.1/arch/i386/kernel/entry.S
===================================================================
--- linux-2.6.20.1.orig/arch/i386/kernel/entry.S
+++ linux-2.6.20.1/arch/i386/kernel/entry.S
@@ -108,7 +108,7 @@ VM_MASK		= 0x00020000
 # define IPIPE_TRACE_IRQ_ENTER \
 	lea PT_EIP-4(%esp), %ebp; \
 	movl PT_ORIG_EAX(%esp), %eax; \
-	call ipipe_trace_begin; \
+	call ipipe_trace_begin
 # define IPIPE_TRACE_IRQ_EXIT \
 	pushl %eax; \
 	movl PT_ORIG_EAX+4(%esp), %eax; \


[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 250 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2007-02-23 14:00 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-02-23 13:04 [Adeos-main] [PATCH] 2.6.20-i386: fix collateral damage of regparm cleanup Jan Kiszka
2007-02-23 14:00 ` [Adeos-main] " Philippe Gerum

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.