mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
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 1/9] ia32 syscalls: prepare UML for new table
Date: Mon, 23 Jan 2006 20:16:07 -0500	[thread overview]
Message-ID: <200601232017_MC3-1-B683-9F38@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 1/9:

Make uml compatible with future i386 syscall renames.

Signed-Off-By: Chuck Ebbert <76306.1226@compuserve.com>

--- 2.6.16-rc1-mm2.orig/arch/um/sys-i386/sys_call_table.S
+++ 2.6.16-rc1-mm2/arch/um/sys-i386/sys_call_table.S
@@ -11,6 +11,15 @@
 
 #define sys_stime um_stime
 #define sys_time um_time
+
+/*
+ * old_mmap and old_select will be renamed
+ * to sys_old_mmap and sys_old_select.
+ * Be compatible with both old and new names.
+ */
 #define old_mmap old_mmap_i386
+#define sys_old_mmap old_mmap_i386
+
+#define sys_old_select old_select
 
 #include "../../i386/kernel/syscall_table.S"
-- 
Chuck

                 reply	other threads:[~2006-01-24  1:18 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-9F38@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