From: Chuck Ebbert <76306.1226@compuserve.com>
To: linux-kernel <linux-kernel@vger.kernel.org>
Cc: Andi Kleen <ak@suse.de>, Adrian Bunk <bunk@stusta.de>,
Dave Jones <davej@redhat.com>,
Ulrich Drepper <drepper@redhat.com>,
linux-stable <stable@kernel.org>
Subject: [stable][patch] x86_64: fix number of ia32 syscalls
Date: Mon, 22 May 2006 16:59:09 -0400 [thread overview]
Message-ID: <200605221701_MC3-1-C081-B4B3@compuserve.com> (raw)
Recent discussions about whether to print a message about unimplemented
ia32 syscalls on x86_64 have missed the real bug: the number of ia32
syscalls is wrong in 2.6.16. Fixing that kills the message.
Signed-off-by: Chuck Ebbert <76306.1226@compuserve.com>
--- 2.6.16.17-64.orig/include/asm-x86_64/ia32_unistd.h
+++ 2.6.16.17-64/include/asm-x86_64/ia32_unistd.h
@@ -317,6 +317,6 @@
#define __NR_ia32_ppoll 309
#define __NR_ia32_unshare 310
-#define IA32_NR_syscalls 315 /* must be > than biggest syscall! */
+#define IA32_NR_syscalls 311 /* must be > than biggest syscall! */
#endif /* _ASM_X86_64_IA32_UNISTD_H_ */
--
Chuck
"The x86 isn't all that complex -- it just doesn't make a lot of sense."
-- Mike Johnson
next reply other threads:[~2006-05-22 21:05 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2006-05-22 20:59 Chuck Ebbert [this message]
2006-05-22 23:11 ` Andi Kleen
2006-05-22 23:24 ` Chris Wright
2006-05-22 23:31 ` Brian Gerst
2006-05-23 2:50 ` Andi Kleen
2006-05-23 14:33 ` Michael Buesch
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=200605221701_MC3-1-C081-B4B3@compuserve.com \
--to=76306.1226@compuserve.com \
--cc=ak@suse.de \
--cc=bunk@stusta.de \
--cc=davej@redhat.com \
--cc=drepper@redhat.com \
--cc=linux-kernel@vger.kernel.org \
--cc=stable@kernel.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 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®