Skip to content

Commit

Permalink
MIPS: O32/32-bit: Remove outdated comment
Browse files Browse the repository at this point in the history
A comment in the O32/32-bit system call code is incorrect since commit
46e12c0 ("MIPS: O32 / 32-bit: Always copy 4 stack arguments.").
Remove it.

Signed-off-by: Alex Smith <alex@alex-smith.me.uk>
Cc: linux-mips@linux-mips.org
Patchwork: https://patchwork.linux-mips.org/patch/7455/
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
  • Loading branch information
Alex Smith authored and Ralf Baechle committed Aug 1, 2014
1 parent e90e6fd commit 457ed77
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions arch/mips/kernel/scall32-o32.S
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,6 @@ NESTED(handle_sys, PT_SIZE, sp)

/*
* Ok, copy the args from the luser stack to the kernel stack.
* t3 is the precomputed number of instruction bytes needed to
* load or store arguments 6-8.
*/

.set push
Expand Down

0 comments on commit 457ed77

Please sign in to comment.