diff options
author | James Hogan <james.hogan@imgtec.com> | 2015-05-13 06:50:55 -0400 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2015-05-15 16:02:50 -0400 |
commit | e05cb56821288ad972541a468570418105c30215 (patch) | |
tree | 6da53f6700b585a8981b95e7831da97428aa9a7d /arch/mips | |
parent | 7363cb7de3999e84243bca79ffea257fd86a2cc6 (diff) |
MIPS: tlb-r4k: Fix PG_ELPA comment
The ELPA bit in PageGrain is all about large *physical* addresses, so
correct the reference to "large virtual address" in the comment above
where it is set for MIPS64.
Signed-off-by: James Hogan <james.hogan@imgtec.com>
Cc: David Daney <ddaney@caviumnetworks.com>
Cc: linux-mips@linux-mips.org
Patchwork: https://patchwork.linux-mips.org/patch/10038/
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips')
-rw-r--r-- | arch/mips/mm/tlb-r4k.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/mips/mm/tlb-r4k.c b/arch/mips/mm/tlb-r4k.c index a27a088e6f9f..08318ecb803a 100644 --- a/arch/mips/mm/tlb-r4k.c +++ b/arch/mips/mm/tlb-r4k.c | |||
@@ -495,7 +495,7 @@ static void r4k_tlb_configure(void) | |||
495 | 495 | ||
496 | if (cpu_has_rixi) { | 496 | if (cpu_has_rixi) { |
497 | /* | 497 | /* |
498 | * Enable the no read, no exec bits, and enable large virtual | 498 | * Enable the no read, no exec bits, and enable large physical |
499 | * address. | 499 | * address. |
500 | */ | 500 | */ |
501 | #ifdef CONFIG_64BIT | 501 | #ifdef CONFIG_64BIT |