x86: use long instead of int.
authorGlauber Costa <gcosta@redhat.com>
Mon, 30 Jun 2008 20:37:08 +0000 (17:37 -0300)
committerIngo Molnar <mingo@elte.hu>
Wed, 9 Jul 2008 07:14:16 +0000 (09:14 +0200)
commit1dc186e82c1ab476ef83080adca43a70969b01cd
tree8ed6340be8288bc5f0b8a5b8ff725a45b768af05
parent8b0a8aaf05325a1a96f53b45708f77599da35161
x86: use long instead of int.

Do not refer to the processor word-size with int, as it won't
work with x86_64. Use long instead.

Signed-off-by: Glauber Costa <gcosta@redhat.com>
Signed-off-by: H. Peter Anvin <hpa@zytor.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
include/asm-x86/uaccess_32.h