commit | 53938a68a2f971058bc53aaa8c70f9f24f684cdc | [log] [tgz] |
---|---|---|
author | Glauber Costa <gcosta@redhat.com> | Wed Jun 25 10:14:13 2008 -0300 |
committer | Ingo Molnar <mingo@elte.hu> | Wed Jul 09 09:14:13 2008 +0200 |
tree | 773fad2d90dabfda1572d4990c041e6331d93722 | |
parent | 5cbbc3b1eb37bdc72eefd2de03b39f5e784400c2 [diff] |
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>