Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 11 Jun 2019 10:04:04 +0000 (UTC)
From:      Konstantin Belousov <kib@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-12@freebsd.org
Subject:   svn commit: r348897 - stable/12/sys/amd64/include
Message-ID:  <201906111004.x5BA44te078225@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: kib
Date: Tue Jun 11 10:04:04 2019
New Revision: 348897
URL: https://svnweb.freebsd.org/changeset/base/348897

Log:
  MFC r348815:
  Correct definition for PGEX_SGX.

Modified:
  stable/12/sys/amd64/include/pmap.h
Directory Properties:
  stable/12/   (props changed)

Modified: stable/12/sys/amd64/include/pmap.h
==============================================================================
--- stable/12/sys/amd64/include/pmap.h	Tue Jun 11 08:54:21 2019	(r348896)
+++ stable/12/sys/amd64/include/pmap.h	Tue Jun 11 10:04:04 2019	(r348897)
@@ -138,7 +138,7 @@
 #define PGEX_RSV	0x08	/* reserved PTE field is non-zero */
 #define PGEX_I		0x10	/* during an instruction fetch */
 #define	PGEX_PK		0x20	/* protection key violation */
-#define	PGEX_SGX	0x40	/* SGX-related */
+#define	PGEX_SGX	0x8000	/* SGX-related */
 
 /* 
  * undef the PG_xx macros that define bits in the regular x86 PTEs that



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201906111004.x5BA44te078225>