From: deraadt Date: Mon, 16 Jan 2023 00:05:18 +0000 (+0000) Subject: export PGK_VALUE so that .S files can use it X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=9eca5023cdbb5c9a1090e5600096f83cf0b11bbd;p=openbsd export PGK_VALUE so that .S files can use it --- 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 @@ -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