From: H. Peter Anvin Date: Mon, 23 Nov 2009 22:44:39 +0000 (-0800) Subject: x86: Change is_ISA_range() into an inline function X-Git-Tag: v2.6.33-rc1~374^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=65f116f5f16dc3371fce24fb24bc4843b5380ba5;p=pandora-kernel.git x86: Change is_ISA_range() into an inline function Change is_ISA_range() from a macro to an inline function. This makes it type safe, and also allows it to be assigned to a function pointer if necessary. Signed-off-by: H. Peter Anvin Acked-by: Thomas Gleixner LKML-Reference: <20091119202341.GA4420@sgi.com> --- Reading git-diff-tree failed