tile: properly use COMPAT_SYSCALL_DEFINEx
authorChris Metcalf <cmetcalf@tilera.com>
Mon, 4 Mar 2013 18:37:32 +0000 (13:37 -0500)
committerChris Metcalf <cmetcalf@tilera.com>
Mon, 4 Mar 2013 18:37:32 +0000 (13:37 -0500)
commit87c319a2c3c2efd397281089b9cdce3050febeff
tree762ae66c1cfe3e7f170ba01088273fcc429298a6
parent5a114b98661e3aaa0ac085eb931584dce3b0ef9b
tile: properly use COMPAT_SYSCALL_DEFINEx

This was pointed out by Al Viro.  Using the correct wrappers
properly does sign extension as necessary on syscall arguments.

Signed-off-by: Chris Metcalf <cmetcalf@tilera.com>
arch/tile/kernel/compat.c