artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f4e7063
)
part of a future diff snuck into the previous commit
author
deraadt
<deraadt@openbsd.org>
Mon, 30 Jan 2023 11:21:26 +0000
(11:21 +0000)
committer
deraadt
<deraadt@openbsd.org>
Mon, 30 Jan 2023 11:21:26 +0000
(11:21 +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
9a474f2
..
48e669f
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.16
1 2023/01/30 00:10:39
deraadt Exp $ */
+/* $OpenBSD: pmap.c,v 1.16
2 2023/01/30 11:21:26
deraadt Exp $ */
/* $NetBSD: pmap.c,v 1.3 2003/05/08 18:13:13 thorpej Exp $ */
/*
@@
-669,7
+669,6
@@
pmap_bootstrap(paddr_t first_avail, paddr_t max_pa)
CPUID_LEAF(0x7, 0, dummy, dummy, ecx, dummy);
if (ecx & SEFF0ECX_PKU) {
lcr4(rcr4() | CR4_PKE);
- uvm_xonlymmu = 1;
pg_xo = PG_XO;
}
}