mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-01-24 01:09:38 -05:00
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>
This commit is contained in:
parent
7363cb7de3
commit
e05cb56821
1 changed files with 1 additions and 1 deletions
|
@ -495,7 +495,7 @@ static void r4k_tlb_configure(void)
|
|||
|
||||
if (cpu_has_rixi) {
|
||||
/*
|
||||
* Enable the no read, no exec bits, and enable large virtual
|
||||
* Enable the no read, no exec bits, and enable large physical
|
||||
* address.
|
||||
*/
|
||||
#ifdef CONFIG_64BIT
|
||||
|
|
Loading…
Add table
Reference in a new issue