From: Chuck Ebbert <76306.1226@compuserve.com>
To: Chuck Ebbert <76306.1226@compuserve.com>
Cc: Andrew Morton <akpm@osdl.org>, Andi Kleen <ak@suse.de>,
Linus Torvalds <torvalds@osdl.org>,
"Paolo 'Blaisorblade' Giarrusso" <blaisorblade@yahoo.it>,
Jeff Dike <jdike@addtoit.com>,
linux-kernel <linux-kernel@vger.kernel.org>
Subject: [patch 2/9] ia32 syscalls: rename some i386 syscalls
Date: Mon, 23 Jan 2006 20:16:09 -0500 [thread overview]
Message-ID: <200601232017_MC3-1-B683-9F39@compuserve.com> (raw)
References: <200601231938_MC3-1-B687-7C42@compuserve.com>
In-Reply-To: <200601231938_MC3-1-B687-7C42@compuserve.com>
Shared ia32 syscall table 2/9:
Rename some i386 syscalls so they match up better with x86_64
32-bit syscalls.
Signed-Off-By: Chuck Ebbert <76306.1226@compuserve.com>
---
arch/i386/kernel/sys_i386.c | 4 ++--
arch/i386/kernel/syscall_table.S | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
--- 2.6.16-rc1-mm2.orig/arch/i386/kernel/sys_i386.c
+++ 2.6.16-rc1-mm2/arch/i386/kernel/sys_i386.c
@@ -89,7 +89,7 @@ struct mmap_arg_struct {
unsigned long offset;
};
-asmlinkage int old_mmap(struct mmap_arg_struct __user *arg)
+asmlinkage int sys_old_mmap(struct mmap_arg_struct __user *arg)
{
struct mmap_arg_struct a;
int err = -EFAULT;
@@ -113,7 +113,7 @@ struct sel_arg_struct {
struct timeval __user *tvp;
};
-asmlinkage int old_select(struct sel_arg_struct __user *arg)
+asmlinkage int sys_old_select(struct sel_arg_struct __user *arg)
{
struct sel_arg_struct a;
--- 2.6.16-rc1-mm2.orig/arch/i386/kernel/syscall_table.S
+++ 2.6.16-rc1-mm2/arch/i386/kernel/syscall_table.S
@@ -81,7 +81,7 @@ ENTRY(sys_call_table)
.long sys_settimeofday
.long sys_getgroups16 /* 80 */
.long sys_setgroups16
- .long old_select
+ .long sys_old_select
.long sys_symlink
.long sys_lstat
.long sys_readlink /* 85 */
@@ -89,7 +89,7 @@ ENTRY(sys_call_table)
.long sys_swapon
.long sys_reboot
.long old_readdir
- .long old_mmap /* 90 */
+ .long sys_old_mmap /* 90 */
.long sys_munmap
.long sys_truncate
.long sys_ftruncate
--
Chuck
reply other threads:[~2006-01-24 1:19 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
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=200601232017_MC3-1-B683-9F39@compuserve.com \
--to=76306.1226@compuserve.com \
--cc=ak@suse.de \
--cc=akpm@osdl.org \
--cc=blaisorblade@yahoo.it \
--cc=jdike@addtoit.com \
--cc=linux-kernel@vger.kernel.org \
--cc=torvalds@osdl.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
Powered by JetHome