diff options
Diffstat (limited to 'arch/x86/mm/pgtable.c')
| -rw-r--r-- | arch/x86/mm/pgtable.c | 4 | 
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/x86/mm/pgtable.c b/arch/x86/mm/pgtable.c index 3e4b9035bb9a..7bd2c3a52297 100644 --- a/arch/x86/mm/pgtable.c +++ b/arch/x86/mm/pgtable.c @@ -643,8 +643,8 @@ void __native_set_fixmap(enum fixed_addresses idx, pte_t pte)  	fixmaps_set++;  } -void native_set_fixmap(enum fixed_addresses idx, phys_addr_t phys, -		       pgprot_t flags) +void native_set_fixmap(unsigned /* enum fixed_addresses */ idx, +		       phys_addr_t phys, pgprot_t flags)  {  	/* Sanitize 'prot' against any unsupported bits: */  	pgprot_val(flags) &= __default_kernel_pte_mask;  |