artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
aa08aab
)
typo in comment
author
deraadt
<deraadt@openbsd.org>
Sat, 28 Jan 2023 05:58:47 +0000
(
05:58
+0000)
committer
deraadt
<deraadt@openbsd.org>
Sat, 28 Jan 2023 05:58:47 +0000
(
05:58
+0000)
sys/arch/amd64/amd64/pmap.c
patch
|
blob
|
history
diff --git
a/sys/arch/amd64/amd64/pmap.c
b/sys/arch/amd64/amd64/pmap.c
index
12b0e7c
..
faadba8
100644
(file)
--- a/
sys/arch/amd64/amd64/pmap.c
+++ b/
sys/arch/amd64/amd64/pmap.c
@@
-1,4
+1,4
@@
-/* $OpenBSD: pmap.c,v 1.15
8 2023/01/20 16:01:04
deraadt Exp $ */
+/* $OpenBSD: pmap.c,v 1.15
9 2023/01/28 05:58:47
deraadt Exp $ */
/* $NetBSD: pmap.c,v 1.3 2003/05/08 18:13:13 thorpej Exp $ */
/*
@@
-232,7
+232,7
@@
struct pmap kernel_pmap_store; /* the kernel's pmap (proc0) */
pt_entry_t pg_nx = 0;
pt_entry_t pg_g_kern = 0;
-/* pg_n
x
: XO PTE bits, set to PKU key1 (if cpu supports PKU) */
+/* pg_n
o
: XO PTE bits, set to PKU key1 (if cpu supports PKU) */
pt_entry_t pg_xo;
/*