diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2007-03-06 18:04:49 +0100 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2007-03-07 01:07:18 +0100 |
commit | 08253b39f861e6167aa3acbe155f304ee800ce5a (patch) | |
tree | ac9482b60b9f63ab9c33cef4590f2e82bc4f955e /arch/mips/kernel/scall64-n32.S | |
parent | [MIPS] Fix __raw_read_trylock() to allow multiple readers (diff) | |
download | linux-08253b39f861e6167aa3acbe155f304ee800ce5a.tar.xz linux-08253b39f861e6167aa3acbe155f304ee800ce5a.zip |
[MIPS] Wire up ioprio_set and ioprio_get.
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips/kernel/scall64-n32.S')
-rw-r--r-- | arch/mips/kernel/scall64-n32.S | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/arch/mips/kernel/scall64-n32.S b/arch/mips/kernel/scall64-n32.S index f17e31e3bff2..6eac28337423 100644 --- a/arch/mips/kernel/scall64-n32.S +++ b/arch/mips/kernel/scall64-n32.S @@ -395,5 +395,8 @@ EXPORT(sysn32_call_table) PTR compat_sys_set_robust_list PTR compat_sys_get_robust_list PTR compat_sys_kexec_load - PTR sys_getcpu + PTR sys_getcpu /* 6275 */ PTR compat_sys_epoll_pwait + PTR sys_ioprio_set + PTR sys_ioprio_get + .size sysn32_call_table,.-sysn32_call_table |