Correct definition for PGEX_SGX.

At the moment it is only used for page fault error code textual
representation.

Sponsored by:	The FreeBSD Foundation
MFC after:	3 days
This commit is contained in:
Konstantin Belousov 2019-06-08 20:26:04 +00:00
parent 5698b5c2b7
commit 2f73a6e9c4
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=348815

View File

@ -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