f448b1149518ffe parent 8a27138924f64d2f30c1022f909f74480046bc3f author H. Peter Anvin 1259016279 -0800 committer H. Peter Anvin 1259024999 -0800 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>