diff options
Diffstat (limited to 'arch/x86/include/asm/fixmap.h')
-rw-r--r-- | arch/x86/include/asm/fixmap.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/arch/x86/include/asm/fixmap.h b/arch/x86/include/asm/fixmap.h index 8dcd35c4c787..43f482a0db37 100644 --- a/arch/x86/include/asm/fixmap.h +++ b/arch/x86/include/asm/fixmap.h | |||
@@ -163,5 +163,11 @@ static inline void __set_fixmap(enum fixed_addresses idx, | |||
163 | 163 | ||
164 | #include <asm-generic/fixmap.h> | 164 | #include <asm-generic/fixmap.h> |
165 | 165 | ||
166 | #define __late_set_fixmap(idx, phys, flags) __set_fixmap(idx, phys, flags) | ||
167 | #define __late_clear_fixmap(idx) __set_fixmap(idx, 0, __pgprot(0)) | ||
168 | |||
169 | void __early_set_fixmap(enum fixed_addresses idx, | ||
170 | phys_addr_t phys, pgprot_t flags); | ||
171 | |||
166 | #endif /* !__ASSEMBLY__ */ | 172 | #endif /* !__ASSEMBLY__ */ |
167 | #endif /* _ASM_X86_FIXMAP_H */ | 173 | #endif /* _ASM_X86_FIXMAP_H */ |