tree 2d7af71ae798fda8be5e1979fe61bfca3f2d3b20
parent a9546f59e90d6ec1b65952c547302e0678e3a5ac
author David S. Miller <[EMAIL PROTECTED]> Mon, 18 Apr 2005 08:03:10 -0700
committer Linus Torvalds <[EMAIL PROTECTED]> Mon, 18 Apr 2005 08:03:10 -0700
[PATCH] sparc64: use message queue compat syscalls
A couple message queue system call entries for compat tasks
were not using the necessary compat_sys_*() functions, causing
some glibc test cases to fail.
Signed-off-by: David S. Miller <[EMAIL PROTECTED]>
Signed-off-by: Linus Torvalds <[EMAIL PROTECTED]>
sparc64/kernel/systbls.S | 2 +-
1 files changed, 1 insertion(+), 1 deletion(-)
Index: arch/sparc64/kernel/systbls.S
===================================================================
--- d3660490ac539970b875a49c9032c5c946282cbf/arch/sparc64/kernel/systbls.S
(mode:100644 sha1:48170f77fff1c1e5530184b39ff644f877405510)
+++ 2d7af71ae798fda8be5e1979fe61bfca3f2d3b20/arch/sparc64/kernel/systbls.S
(mode:100644 sha1:a4ccb65aece8db71038e2a6a6c93b53779090724)
@@ -75,7 +75,7 @@
/*260*/ .word compat_sys_sched_getaffinity,
compat_sys_sched_setaffinity, sys32_timer_settime, compat_sys_timer_gettime,
sys_timer_getoverrun
.word sys_timer_delete, sys32_timer_create, sys_ni_syscall,
compat_sys_io_setup, sys_io_destroy
/*270*/ .word sys32_io_submit, sys_io_cancel, compat_sys_io_getevents,
sys32_mq_open, sys_mq_unlink
- .word sys_mq_timedsend, sys_mq_timedreceive, compat_sys_mq_notify,
compat_sys_mq_getsetattr, compat_sys_waitid
+ .word compat_sys_mq_timedsend, compat_sys_mq_timedreceive,
compat_sys_mq_notify, compat_sys_mq_getsetattr, compat_sys_waitid
/*280*/ .word sys_ni_syscall, sys_add_key, sys_request_key, sys_keyctl
#endif /* CONFIG_COMPAT */
-
To unsubscribe from this list: send the line "unsubscribe bk-commits-head" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at http://vger.kernel.org/majordomo-info.html