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 4/9] ia32 syscalls: switch i386 to new table
Date: Mon, 23 Jan 2006 20:16:16 -0500 [thread overview]
Message-ID: <200601232017_MC3-1-B683-9F3C@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 4/9:
Switch i386 to the new shared call table.
Signed-Off-By: Chuck Ebbert <76306.1226@compuserve.com>
--- 2.6.16-rc1-mm2.orig/arch/i386/kernel/entry.S
+++ 2.6.16-rc1-mm2/arch/i386/kernel/entry.S
@@ -678,6 +678,7 @@ ENTRY(spurious_interrupt_bug)
jmp error_code
.section .rodata,"a"
-#include "syscall_table.S"
+ENTRY(sys_call_table)
+#include "syscall_tbl.S"
syscall_table_size=(.-sys_call_table)
--
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-9F3C@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