]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
[ARM] 2896/1: Add sys_ipc_wrapper to pass 'fifth' argument on stack
authorGeorge G. Davis <davis_g@mvista.com>
Tue, 13 Sep 2005 21:55:00 +0000 (22:55 +0100)
committerRussell King <rmk+kernel@arm.linux.org.uk>
Tue, 13 Sep 2005 21:55:00 +0000 (22:55 +0100)
commit34f521fd5552fff2a5f892f4c3dbc75e309ad63b
tree2ad7a7637266b27a3c85d54eb0ad73c451913047
parent2f4ba45a75d6383b4a1201169a808ffea416ffa0
[ARM] 2896/1: Add sys_ipc_wrapper to pass 'fifth' argument on stack

Patch from George G. Davis

As pointed out be Matthew Klahn <MKLAHN@motorola.com>, some sys_ipc()
call options require six args, e.g. SEMTIMEDOP. This patch adds an ARM sys_ipc_wrapper to save the sys_ipc() 'fifth' arg on the stack.

Signed-off-by: George G. Davis <gdavis@mvista.com>
 arch/arm/kernel/calls.S        |    2 +-
 arch/arm/kernel/entry-common.S |    5 +++++
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
arch/arm/kernel/calls.S
arch/arm/kernel/entry-common.S