Skip to content

Commit

Permalink
Documentation/arm64/memory.txt: fix typo
Browse files Browse the repository at this point in the history
There is no swapper_pgd_dir, it meant swapper_pg_dir.

Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
Signed-off-by: Catalin Marinas <catalin.marinas@arm.com>
  • Loading branch information
Alex Bennée authored and Catalin Marinas committed Oct 20, 2014
1 parent 74c3dea commit a24637d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Documentation/arm64/memory.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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_pgd_dir address is written to TTBR1 and never written to
The swapper_pg_dir address is written to TTBR1 and never written to
TTBR0.


Expand Down

0 comments on commit a24637d

Please sign in to comment.