ARM: nommu: define dummy TLB operations for nommu configurations
[linux-2.6.git] / arch / arm / include / asm / idmap.h
blobbf863edb517dd162066f34b5537e1f99db6482ef
1 #ifndef __ASM_IDMAP_H
2 #define __ASM_IDMAP_H
4 #include <linux/compiler.h>
5 #include <asm/pgtable.h>
7 /* Tag a function as requiring to be executed via an identity mapping. */
8 #define __idmap __section(.idmap.text) noinline notrace
10 extern pgd_t *idmap_pgd;
12 void setup_mm_for_reboot(void);
14 #endif /* __ASM_IDMAP_H */