artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2ee17f5
)
Let MAIR comment catch up with reality.
author
kettenis
<kettenis@openbsd.org>
Wed, 10 Mar 2021 15:56:06 +0000
(15:56 +0000)
committer
kettenis
<kettenis@openbsd.org>
Wed, 10 Mar 2021 15:56:06 +0000
(15:56 +0000)
sys/arch/arm64/arm64/locore.S
patch
|
blob
|
history
diff --git
a/sys/arch/arm64/arm64/locore.S
b/sys/arch/arm64/arm64/locore.S
index
d4a8b3d
..
769724f
100644
(file)
--- a/
sys/arch/arm64/arm64/locore.S
+++ b/
sys/arch/arm64/arm64/locore.S
@@
-1,4
+1,4
@@
-/* $OpenBSD: locore.S,v 1.3
4 2021/02/21 13:14:47
kettenis Exp $ */
+/* $OpenBSD: locore.S,v 1.3
5 2021/03/10 15:56:06
kettenis Exp $ */
/*-
* Copyright (c) 2012-2014 Andrew Turner
* All rights reserved.
@@
-236,7
+236,10
@@
switch_mmu_kernel:
.align 3
mair:
- /* Device | Normal (no cache, write-back, write-through) */
+ /*
+ * Device (nGnRnE, nGnRE) |
+ * Normal (no cache, write-back, write-through)
+ */
.quad MAIR_ATTR(0x00, 0) | \
MAIR_ATTR(0x04, 1) | \
MAIR_ATTR(0x44, 2) | \