mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-08 18:23:57 -06:00
other architectures: spelling fixes
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru> Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
This commit is contained in:
parent
673d821541
commit
8b81968c1c
29 changed files with 58 additions and 58 deletions
|
@ -35,7 +35,7 @@
|
|||
#define MMU_PHYS_IDX 4
|
||||
#define TARGET_INSN_START_EXTRA_WORDS 1
|
||||
|
||||
/* Hardware exceptions, interupts, faults, and traps. */
|
||||
/* Hardware exceptions, interrupts, faults, and traps. */
|
||||
#define EXCP_HPMC 1 /* high priority machine check */
|
||||
#define EXCP_POWER_FAIL 2
|
||||
#define EXCP_RC 3 /* recovery counter */
|
||||
|
@ -276,7 +276,7 @@ static inline void cpu_get_tb_cpu_state(CPUHPPAState *env, vaddr *pc,
|
|||
/* TB lookup assumes that PC contains the complete virtual address.
|
||||
If we leave space+offset separate, we'll get ITLB misses to an
|
||||
incomplete virtual address. This also means that we must separate
|
||||
out current cpu priviledge from the low bits of IAOQ_F. */
|
||||
out current cpu privilege from the low bits of IAOQ_F. */
|
||||
#ifdef CONFIG_USER_ONLY
|
||||
*pc = env->iaoq_f & -4;
|
||||
*cs_base = env->iaoq_b & -4;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue