1 /* SPDX-License-Identifier: GPL-2.0 */
5 #include <linux/compiler.h>
6 #include <asm/pgtable.h>
8 /* Tag a function as requiring to be executed via an identity mapping. */
9 #define __idmap __section(.idmap.text) noinline notrace
11 extern pgd_t
*idmap_pgd
;
13 void setup_mm_for_reboot(void);
15 #endif /* __ASM_IDMAP_H */