mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-08 02:03:56 -06:00
target/hppa: spelling fixes: Indicies, Truely
Fixes:bb67ec32a0
"target/hppa: Include PSW_P in tb flags and mmu index" Fixes:d7553f3591
"target/hppa: Populate an interval tree with valid tlb entries" Reviewed-by: Richard Henderson <richard.henderson@linaro.org> Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
This commit is contained in:
parent
51464c5612
commit
385b3280ce
2 changed files with 2 additions and 2 deletions
|
@ -56,7 +56,7 @@
|
|||
1 << MMU_PL2_IDX | 1 << MMU_PL2_P_IDX | \
|
||||
1 << MMU_USER_IDX | 1 << MMU_USER_P_IDX)
|
||||
|
||||
/* Indicies to flush for access_id changes. */
|
||||
/* Indices to flush for access_id changes. */
|
||||
#define HPPA_MMU_FLUSH_P_MASK \
|
||||
(1 << MMU_KERNEL_P_IDX | 1 << MMU_PL1_P_IDX | \
|
||||
1 << MMU_PL2_P_IDX | 1 << MMU_USER_P_IDX)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue