]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
x86: commonize __range_not_ok.
authorGlauber Costa <gcosta@redhat.com>
Wed, 25 Jun 2008 13:14:13 +0000 (10:14 -0300)
committerIngo Molnar <mingo@elte.hu>
Wed, 9 Jul 2008 07:14:13 +0000 (09:14 +0200)
commit53938a68a2f971058bc53aaa8c70f9f24f684cdc
tree773fad2d90dabfda1572d4990c041e6331d93722
parent5cbbc3b1eb37bdc72eefd2de03b39f5e784400c2
x86: commonize __range_not_ok.

For i386, __range_not_ok is a better name than __range_ok, since
it returns 0 when it is in fact okay. Other than that,
both versions does not need the word size specifiers, and we remove them.

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
include/asm-x86/uaccess_64.h