x86: syscall_get_nr returns int
authorRoland McGrath <roland@redhat.com>
Wed, 23 Sep 2009 02:57:51 +0000 (19:57 -0700)
committerRoland McGrath <roland@redhat.com>
Wed, 23 Sep 2009 02:57:51 +0000 (19:57 -0700)
Make syscall_get_nr() return int, so we always sign-extend
the low 32 bits of orig_ax in checks.

Signed-off-by: Roland McGrath <roland@redhat.com>

No differences found