diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2023-01-16 00:05:19 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2023-01-16 00:05:19 +0000 |
commit | cf9566a799620d3675819b61b24903d60ef16f9e (patch) | |
tree | b404f2a7fe364b4bec30c0da6079afb338bfc490 /sys | |
parent | a43992679bbd8f0a66792edcc4313425735c0526 (diff) |
export PGK_VALUE so that .S files can use it
Diffstat (limited to 'sys')
-rw-r--r-- | sys/arch/amd64/amd64/genassym.cf | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/sys/arch/amd64/amd64/genassym.cf b/sys/arch/amd64/amd64/genassym.cf index c9e4ced195c..dda8a9d36cf 100644 --- a/sys/arch/amd64/amd64/genassym.cf +++ b/sys/arch/amd64/amd64/genassym.cf @@ -1,4 +1,4 @@ -# $OpenBSD: genassym.cf,v 1.43 2022/08/07 23:56:06 guenther Exp $ +# $OpenBSD: genassym.cf,v 1.44 2023/01/16 00:05:18 deraadt Exp $ # Written by Artur Grabowski art@openbsd.org, Public Domain include <sys/param.h> @@ -161,6 +161,9 @@ export PG_NX export PG_G export PG_PS +# PKE value for key1 to be exec-only +export PGK_VALUE + # pmap constants export PDIR_SLOT_PTE |