From: Roland McGrath Date: Wed, 23 Sep 2009 02:56:50 +0000 (-0700) Subject: asm-generic: syscall_get_nr returns int X-Git-Tag: v2.6.32-rc1~179^2~3 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=268e46712d57a6493cc0f98e7d200a0f674c31ed;p=pandora-kernel.git asm-generic: syscall_get_nr returns int Only 32 bits of system call number are meaningful, so make the specification for syscall_get_nr() be to return int, not long. Signed-off-by: Roland McGrath --- Reading git-diff-tree failed