From 9eca5023cdbb5c9a1090e5600096f83cf0b11bbd Mon Sep 17 00:00:00 2001 From: deraadt Date: Mon, 16 Jan 2023 00:05:18 +0000 Subject: [PATCH] export PGK_VALUE so that .S files can use it --- sys/arch/amd64/amd64/genassym.cf | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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 -- 2.20.1