From: George G. Davis Date: Tue, 13 Sep 2005 21:55:00 +0000 (+0100) Subject: [ARM] 2896/1: Add sys_ipc_wrapper to pass 'fifth' argument on stack X-Git-Tag: v2.6.14-rc2~43^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=34f521fd5552fff2a5f892f4c3dbc75e309ad63b;p=pandora-kernel.git [ARM] 2896/1: Add sys_ipc_wrapper to pass 'fifth' argument on stack Patch from George G. Davis As pointed out be Matthew Klahn , 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 arch/arm/kernel/calls.S | 2 +- arch/arm/kernel/entry-common.S | 5 +++++ Signed-off-by: Russell King --- Reading git-diff-tree failed