diff options
Diffstat (limited to 'arch/mips/kernel/scall32-o32.S')
-rw-r--r-- | arch/mips/kernel/scall32-o32.S | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/arch/mips/kernel/scall32-o32.S b/arch/mips/kernel/scall32-o32.S index ab02d14f1b5c..f93b4cbec739 100644 --- a/arch/mips/kernel/scall32-o32.S +++ b/arch/mips/kernel/scall32-o32.S | |||
@@ -67,8 +67,6 @@ NESTED(handle_sys, PT_SIZE, sp) | |||
67 | 67 | ||
68 | /* | 68 | /* |
69 | * Ok, copy the args from the luser stack to the kernel stack. | 69 | * Ok, copy the args from the luser stack to the kernel stack. |
70 | * t3 is the precomputed number of instruction bytes needed to | ||
71 | * load or store arguments 6-8. | ||
72 | */ | 70 | */ |
73 | 71 | ||
74 | .set push | 72 | .set push |
@@ -495,8 +493,8 @@ EXPORT(sys_call_table) | |||
495 | PTR sys_tgkill | 493 | PTR sys_tgkill |
496 | PTR sys_utimes | 494 | PTR sys_utimes |
497 | PTR sys_mbind | 495 | PTR sys_mbind |
498 | PTR sys_ni_syscall /* sys_get_mempolicy */ | 496 | PTR sys_get_mempolicy |
499 | PTR sys_ni_syscall /* 4270 sys_set_mempolicy */ | 497 | PTR sys_set_mempolicy /* 4270 */ |
500 | PTR sys_mq_open | 498 | PTR sys_mq_open |
501 | PTR sys_mq_unlink | 499 | PTR sys_mq_unlink |
502 | PTR sys_mq_timedsend | 500 | PTR sys_mq_timedsend |