summaryrefslogtreecommitdiffstats
path: root/sys/powerpc/include/pte.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/powerpc/include/pte.h')
-rw-r--r--sys/powerpc/include/pte.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/powerpc/include/pte.h b/sys/powerpc/include/pte.h
index 45a0285..3e9ac4f 100644
--- a/sys/powerpc/include/pte.h
+++ b/sys/powerpc/include/pte.h
@@ -72,6 +72,8 @@ struct pteg {
#define PTE_RW PTE_BW
#define PTE_RO PTE_BR
+#define PTE_EXEC 0x00000200 /* pseudo bit in attrs; page is exec */
+
#ifndef LOCORE
typedef struct pte pte_t;
#endif /* LOCORE */
OpenPOWER on IntegriCloud