sparc64: Fix argument sign extension for compat_sys_futex().
authorDavid S. Miller <davem@davemloft.net>
Thu, 1 May 2014 02:37:48 +0000 (19:37 -0700)
committerDavid S. Miller <davem@davemloft.net>
Fri, 2 May 2014 05:13:35 +0000 (01:13 -0400)
commitaa3449ee9c87d9b7660dd1493248abcc57769e31
treefce4b05860b579212154267f3b97b36aa244d318
parentb7270cce7db770602510043b212992d839fd25a6
sparc64: Fix argument sign extension for compat_sys_futex().

Only the second argument, 'op', is signed.

Signed-off-by: David S. Miller <davem@davemloft.net>
arch/sparc/kernel/sys32.S