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: linux-kernel <linux-kernel@vger.kernel.org>,
	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>
Subject: [patch 5/9] ia32 syscalls: switch UML to shared table
Date: Mon, 23 Jan 2006 20:16:18 -0500	[thread overview]
Message-ID: <200601232017_MC3-1-B683-9F3D@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 5/9:

Switch uml to the new shared syscall table.

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
@@ -13,13 +13,18 @@
 #define sys_time um_time
 
 /*
- * old_mmap and old_select will be renamed
+ * old_mmap and old_select were 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"
+#define syscall_ptr_type	.long
+#define SYSCALL(func)		RAWSYSCALL(sys_ ## func)
+#define SYS32CALL		SYSCALL
+#define STUB32CALL		SYSCALL
+#define COMPATCALL		SYSCALL
+
+ENTRY(sys_call_table)
+
+#include "../../i386/kernel/syscall_tbl.S"
-- 
Chuck

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