diff options
Diffstat (limited to 'arch/x86/kernel/x86_init.c')
| -rw-r--r-- | arch/x86/kernel/x86_init.c | 2 | 
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/x86/kernel/x86_init.c b/arch/x86/kernel/x86_init.c index d11c5ff7c65..ccd179dec36 100644 --- a/arch/x86/kernel/x86_init.c +++ b/arch/x86/kernel/x86_init.c @@ -13,6 +13,7 @@  #include <asm/e820.h>  #include <asm/time.h>  #include <asm/irq.h> +#include <asm/pat.h>  #include <asm/tsc.h>  #include <asm/iommu.h> @@ -80,4 +81,5 @@ struct x86_platform_ops x86_platform = {  	.get_wallclock			= mach_get_cmos_time,  	.set_wallclock			= mach_set_rtc_mmss,  	.iommu_shutdown			= iommu_shutdown_noop, +	.is_untracked_pat_range		= is_ISA_range,  };  |