projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9c73e1e
)
docs: arm: tcm: Fix typo in description of TCM and MMU usage
author
Simon Horman
<simon.horman@corigine.com>
Thu, 9 Jun 2022 18:42:30 +0000
(20:42 +0200)
committer
Jonathan Corbet
<corbet@lwn.net>
Thu, 9 Jun 2022 18:56:33 +0000
(12:56 -0600)
Correct a typo in the description of interaction between
the TCM and MMU.
Found by inspection.
Signed-off-by: Simon Horman <simon.horman@corigine.com>
Link:
https://lore.kernel.org/r/20220609184230.627958-1-simon.horman@corigine.com
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Documentation/arm/tcm.rst
patch
|
blob
|
history
diff --git
a/Documentation/arm/tcm.rst
b/Documentation/arm/tcm.rst
index b256f97838839a98ed86dde227660617b8e283fc..1dc6c39220f98a77b3c898142b40b548e0c98917 100644
(file)
--- a/
Documentation/arm/tcm.rst
+++ b/
Documentation/arm/tcm.rst
@@
-34,7
+34,7
@@
CPU so it is usually wise not to overlap any physical RAM with
the TCM.
The TCM memory can then be remapped to another address again using
-the MMU, but notice that the TCM i
f
often used in situations where
+the MMU, but notice that the TCM i
s
often used in situations where
the MMU is turned off. To avoid confusion the current Linux
implementation will map the TCM 1 to 1 from physical to virtual
memory in the location specified by the kernel. Currently Linux