diff options
author | Simon Horman <simon.horman@corigine.com> | 2022-06-09 20:42:30 +0200 |
---|---|---|
committer | Jonathan Corbet <corbet@lwn.net> | 2022-06-09 12:56:33 -0600 |
commit | 387c67afccbb271707cbe6de2817f4e4c76287ad (patch) | |
tree | 05a7c8d04fb6671eb800b6c90d64e6696b537f81 /Documentation/arm | |
parent | 9c73e1e06e0d6d72c445a1b1f50493da260b0c4e (diff) |
docs: arm: tcm: Fix typo in description of TCM and MMU usage
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>
Diffstat (limited to 'Documentation/arm')
-rw-r--r-- | Documentation/arm/tcm.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/arm/tcm.rst b/Documentation/arm/tcm.rst index b256f9783883..1dc6c39220f9 100644 --- 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 if often used in situations where +the MMU, but notice that the TCM is 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 |