From: Glauber Costa Date: Wed, 25 Jun 2008 13:14:13 +0000 (-0300) Subject: x86: commonize __range_not_ok. X-Git-Tag: v2.6.27-rc1~1106^2~46^2~19 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=53938a68a2f971058bc53aaa8c70f9f24f684cdc;p=pandora-kernel.git 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 Signed-off-by: H. Peter Anvin Signed-off-by: Ingo Molnar --- Reading git-diff-tree failed