diff options
author | Geert Uytterhoeven <geert+renesas@glider.be> | 2018-11-07 08:47:53 -0500 |
---|---|---|
committer | Michal Simek <michal.simek@xilinx.com> | 2018-11-07 09:13:54 -0500 |
commit | 68a385c6c75090798996db42d440db119056a10d (patch) | |
tree | 9e15c46cf0b85fe5c24f4020ad28800cd2f42373 /arch/microblaze | |
parent | 651022382c7f8da46cb4872a545ee1da6d097d2a (diff) |
microblaze: Typo s/use use/use/
Trivial patch.
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Signed-off-by: Michal Simek <michal.simek@xilinx.com>
Diffstat (limited to 'arch/microblaze')
-rw-r--r-- | arch/microblaze/include/asm/pgtable.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/microblaze/include/asm/pgtable.h b/arch/microblaze/include/asm/pgtable.h index f64ebb9c9a41..bdfb2b3182b0 100644 --- a/arch/microblaze/include/asm/pgtable.h +++ b/arch/microblaze/include/asm/pgtable.h | |||
@@ -200,7 +200,7 @@ static inline pte_t pte_mkspecial(pte_t pte) { return pte; } | |||
200 | * is cleared in the TLB miss handler before the TLB entry is loaded. | 200 | * is cleared in the TLB miss handler before the TLB entry is loaded. |
201 | * - All other bits of the PTE are loaded into TLBLO without | 201 | * - All other bits of the PTE are loaded into TLBLO without |
202 | * * modification, leaving us only the bits 20, 21, 24, 25, 26, 30 for | 202 | * * modification, leaving us only the bits 20, 21, 24, 25, 26, 30 for |
203 | * software PTE bits. We actually use use bits 21, 24, 25, and | 203 | * software PTE bits. We actually use bits 21, 24, 25, and |
204 | * 30 respectively for the software bits: ACCESSED, DIRTY, RW, and | 204 | * 30 respectively for the software bits: ACCESSED, DIRTY, RW, and |
205 | * PRESENT. | 205 | * PRESENT. |
206 | */ | 206 | */ |