|
@@ -62,6 +62,9 @@ void __init early_fixmap_init(void);
|
|
|
|
|
|
#define __early_set_fixmap __set_fixmap
|
|
|
|
|
|
+#define __late_set_fixmap __set_fixmap
|
|
|
+#define __late_clear_fixmap(idx) __set_fixmap((idx), 0, FIXMAP_PAGE_CLEAR)
|
|
|
+
|
|
|
extern void __set_fixmap(enum fixed_addresses idx, phys_addr_t phys, pgprot_t prot);
|
|
|
|
|
|
#include <asm-generic/fixmap.h>
|