artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c082986
)
sign another typo
author
deraadt
<deraadt@openbsd.org>
Sun, 29 Jan 2023 16:23:15 +0000
(16:23 +0000)
committer
deraadt
<deraadt@openbsd.org>
Sun, 29 Jan 2023 16:23:15 +0000
(16:23 +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
faadba8
..
d6b6fcb
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.1
59 2023/01/28 05:58:47
deraadt Exp $ */
+/* $OpenBSD: pmap.c,v 1.1
60 2023/01/29 16:23:15
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
o: XO PTE bits, set to PKU key1 (if cpu supports PKU) */
+/* pg_
x
o: XO PTE bits, set to PKU key1 (if cpu supports PKU) */
pt_entry_t pg_xo;
/*