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-o32.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-o32.S')
-rw-r--r-- | arch/mips/kernel/scall64-o32.S | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/mips/kernel/scall64-o32.S b/arch/mips/kernel/scall64-o32.S index 142c9b70c026..7e74b412a782 100644 --- a/arch/mips/kernel/scall64-o32.S +++ b/arch/mips/kernel/scall64-o32.S @@ -519,4 +519,6 @@ sys_call_table: PTR compat_sys_kexec_load PTR sys_getcpu PTR compat_sys_epoll_pwait + PTR sys_ioprio_set + PTR sys_ioprio_get /* 4315 */ .size sys_call_table,.-sys_call_table |