* [patch 1/9] ia32 syscalls: prepare UML for new table
@ 2006-01-24 1:16 Chuck Ebbert
0 siblings, 0 replies; only message in thread
From: Chuck Ebbert @ 2006-01-24 1:16 UTC (permalink / raw)
To: Chuck Ebbert
Cc: Andrew Morton, Andi Kleen, Linus Torvalds,
Paolo 'Blaisorblade' Giarrusso, Jeff Dike, linux-kernel
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
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2006-01-24 1:18 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-01-24 1:16 [patch 1/9] ia32 syscalls: prepare UML for new table Chuck Ebbert
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