Home
last modified time | relevance | path

Searched hist:"2 ae80c43d480548dd32591664c93ef011ac34b21" (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/arch/sparc/kernel/
H A Dsys32.Sdiff 2ae80c43d480548dd32591664c93ef011ac34b21 Sat Mar 02 09:38:22 CST 2013 Al Viro <viro@zeniv.linux.org.uk> sparc: no need to sign-extend in sync_file_range() wrapper

the first argument will be sign-extended by sys_sync_file_range()
SYSCALL_DEFINE-generate wrapper; the last argument is unsigned int,
so the same wrapper will will truncate it anyway.

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
H A Dsys_sparc32.cdiff 2ae80c43d480548dd32591664c93ef011ac34b21 Sat Mar 02 09:38:22 CST 2013 Al Viro <viro@zeniv.linux.org.uk> sparc: no need to sign-extend in sync_file_range() wrapper

the first argument will be sign-extended by sys_sync_file_range()
SYSCALL_DEFINE-generate wrapper; the last argument is unsigned int,
so the same wrapper will will truncate it anyway.

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>