From: Jan Kiszka <jan.kiszka@domain.hid>
To: Philippe Gerum <rpm@xenomai.org>
Cc: adeos-main <adeos-main@gna.org>
Subject: [Adeos-main] [PATCH] 2.6.20-i386: fix collateral damage of regparm cleanup
Date: Fri, 23 Feb 2007 14:04:48 +0100 [thread overview]
Message-ID: <45DEE670.30306@domain.hid> (raw)
[-- 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 --]
next reply other threads:[~2007-02-23 13:04 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-02-23 13:04 Jan Kiszka [this message]
2007-02-23 14:00 ` [Adeos-main] Re: [PATCH] 2.6.20-i386: fix collateral damage of regparm cleanup Philippe Gerum
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=45DEE670.30306@domain.hid \
--to=jan.kiszka@domain.hid \
--cc=adeos-main@gna.org \
--cc=rpm@xenomai.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.