diff options
Diffstat (limited to 'arch/x86/include/asm/fixmap.h')
| -rw-r--r-- | arch/x86/include/asm/fixmap.h | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/include/asm/fixmap.h b/arch/x86/include/asm/fixmap.h index 460c74e4852..4da3c0c4c97 100644 --- a/arch/x86/include/asm/fixmap.h +++ b/arch/x86/include/asm/fixmap.h @@ -117,7 +117,7 @@ enum fixed_addresses {  #endif  	FIX_TEXT_POKE1,	/* reserve 2 pages for text_poke() */  	FIX_TEXT_POKE0, /* first page is last, because allocation is backward */ -#ifdef	CONFIG_X86_MRST +#ifdef	CONFIG_X86_INTEL_MID  	FIX_LNW_VRTC,  #endif  	__end_of_permanent_fixed_addresses,  |