projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
74c3dea
)
Documentation/arm64/memory.txt: fix typo
author
Alex Bennée
<
[email protected]
>
Tue, 22 Jul 2014 15:14:42 +0000
(16:14 +0100)
committer
Catalin Marinas
<
[email protected]
>
Mon, 20 Oct 2014 16:55:38 +0000
(17:55 +0100)
There is no swapper_pgd_dir, it meant swapper_pg_dir.
Signed-off-by: Alex Bennée <
[email protected]
>
Signed-off-by: Catalin Marinas <
[email protected]
>
Documentation/arm64/memory.txt
patch
|
blob
|
history
diff --git
a/Documentation/arm64/memory.txt
b/Documentation/arm64/memory.txt
index 344e85cc73239fedf081db50ed958a8f51f57e8e..d7273a5f64566f3acfe009231cab43c05fd1e9a5 100644
(file)
--- a/
Documentation/arm64/memory.txt
+++ b/
Documentation/arm64/memory.txt
@@
-17,7
+17,7
@@
User addresses have bits 63:48 set to 0 while the kernel addresses have
the same bits set to 1. TTBRx selection is given by bit 63 of the
virtual address. The swapper_pg_dir contains only kernel (global)
mappings while the user pgd contains only user (non-global) mappings.
-The swapper_pg
d
_dir address is written to TTBR1 and never written to
+The swapper_pg_dir address is written to TTBR1 and never written to
TTBR0.