From: Stephane Eranian <eranian@hpl.hp.com>
To: linux-ia64@vger.kernel.org
Subject: missing entries in fsys.S
Date: Wed, 15 Feb 2006 14:33:59 +0000 [thread overview]
Message-ID: <20060215143359.GB14787@frankl.hpl.hp.com> (raw)
[-- Attachment #1: Type: text/plain, Size: 286 bytes --]
Tony,
It appears that Linus's 2.6 git tree is missing some entryies in fsys.S.
I don't know abot your particular GIT tree. In any case, here is a patch
to fix this.
signed-off-by: <eranian@hpl.hp.com>
changelog:
- add new system calls to fastsyscall table in fsys.S
--
-Stephane
[-- Attachment #2: fsys.diff --]
[-- Type: text/plain, Size: 1849 bytes --]
diff --git a/arch/ia64/kernel/fsys.S b/arch/ia64/kernel/fsys.S
--- a/arch/ia64/kernel/fsys.S
+++ b/arch/ia64/kernel/fsys.S
@@ -878,7 +878,50 @@ fsyscall_table:
data8 0 // timer_delete
data8 0 // clock_settime
data8 fsys_clock_gettime // clock_gettime
- #define __NR_syscall_last 1255
+ data8 0 // sys_clock_getres // 1255
+ data8 0 // sys_clock_nanosleep
+ data8 0 // sys_fstatfs64
+ data8 0 // sys_statfs64
+ data8 0 // sys_mbind
+ data8 0 // sys_get_mempolicy // 1260
+ data8 0 // sys_set_mempolicy
+ data8 0 // sys_mq_open
+ data8 0 // sys_mq_unlink
+ data8 0 // sys_mq_timedsend
+ data8 0 // sys_mq_timedreceive // 1265
+ data8 0 // sys_mq_notify
+ data8 0 // sys_mq_getsetattr
+ data8 0 // sys_ni_syscall // reserved for kexec_load
+ data8 0 // sys_ni_syscall // reserved for vserver
+ data8 0 // sys_waitid // 1270
+ data8 0 // sys_add_key
+ data8 0 // sys_request_key
+ data8 0 // sys_keyctl
+ data8 0 // sys_ioprio_set
+ data8 0 // sys_ioprio_get // 1275
+ data8 0 // sys_ni_syscall
+ data8 0 // sys_inotify_init
+ data8 0 // sys_inotify_add_watch
+ data8 0 // sys_inotify_rm_watch
+ data8 0 // sys_migrate_pages // 1280
+ data8 0 // sys_openat
+ data8 0 // sys_mkdirat
+ data8 0 // sys_mknodat
+ data8 0 // sys_fchownat
+ data8 0 // sys_futimesat // 1285
+ data8 0 // sys_newfstatat
+ data8 0 // sys_unlinkat
+ data8 0 // sys_renameat
+ data8 0 // sys_linkat
+ data8 0 // sys_symlinkat // 1290
+ data8 0 // sys_readlinkat
+ data8 0 // sys_fchmodat
+ data8 0 // sys_faccessat
+ data8 0 // sys_ni_syscall // reserved for pselect
+ data8 0 // sys_ni_syscall // 1295 reserved for ppoll
+ data8 0 // sys_unshare
+
+ #define __NR_syscall_last 1297
.space 8*(NR_syscalls + 1024 - __NR_syscall_last), 0
next reply other threads:[~2006-02-15 14:33 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2006-02-15 14:33 Stephane Eranian [this message]
2006-02-15 16:15 ` missing entries in fsys.S Chen, Kenneth W
2006-02-15 16:28 ` Stephane Eranian
2006-02-15 19:16 ` Chen, Kenneth W
2006-02-15 19:40 ` Luck, Tony
2006-02-15 19:58 ` Chen, Kenneth W
2006-02-15 20:04 ` Luck, Tony
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=20060215143359.GB14787@frankl.hpl.hp.com \
--to=eranian@hpl.hp.com \
--cc=linux-ia64@vger.kernel.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