x86: Change is_ISA_range() into an inline function
authorH. Peter Anvin <hpa@zytor.com>
Mon, 23 Nov 2009 22:44:39 +0000 (14:44 -0800)
committerH. Peter Anvin <hpa@zytor.com>
Tue, 24 Nov 2009 01:09:59 +0000 (17:09 -0800)
commit65f116f5f16dc3371fce24fb24bc4843b5380ba5
tree5937b8af200ae7dbaa7df0b21f448b1149518ffe
parent8a27138924f64d2f30c1022f909f74480046bc3f
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 <hpa@zytor.com>
Acked-by: Thomas Gleixner <tglx@linutronix.de>
LKML-Reference: <20091119202341.GA4420@sgi.com>
arch/x86/include/asm/e820.h