mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-09 02:24:58 -06:00
Real-mode only PowerPC 40x do not have any TLBs.
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@3353 c046a42c-6fe2-441c-8c8c-71466251a162
This commit is contained in:
parent
4e80effcf9
commit
141c8ae225
2 changed files with 2 additions and 2 deletions
|
@ -2911,7 +2911,8 @@ void cpu_ppc_reset (void *opaque)
|
|||
msr_pr = 1;
|
||||
#else
|
||||
env->nip = env->hreset_vector | env->excp_prefix;
|
||||
ppc_tlb_invalidate_all(env);
|
||||
if (env->mmu_model != POWERPC_MMU_REAL_4xx)
|
||||
ppc_tlb_invalidate_all(env);
|
||||
#endif
|
||||
do_compute_hflags(env);
|
||||
env->reserve = -1;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue