mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-01 23:03:54 -06:00
Allow use of SPE extension by all PowerPC targets,
adding gprh registers to store GPR MSBs when GPRs are 32 bits. Remove not-needed-anymore ppcemb-linux-user target. Keep ppcemb-softmmu target, which provides 1kB pages support and 36 bits physical address space. git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@3628 c046a42c-6fe2-441c-8c8c-71466251a162
This commit is contained in:
parent
a73666f656
commit
3cd7d1ddbb
11 changed files with 149 additions and 86 deletions
|
@ -976,7 +976,6 @@ void cpu_loop(CPUPPCState *env)
|
|||
}
|
||||
}
|
||||
break;
|
||||
#if defined(TARGET_PPCEMB)
|
||||
case POWERPC_EXCP_SPEU: /* SPE/embedded floating-point unavail. */
|
||||
EXCP_DUMP(env, "No SPE/floating-point instruction allowed\n");
|
||||
info.si_signo = TARGET_SIGILL;
|
||||
|
@ -1006,7 +1005,6 @@ void cpu_loop(CPUPPCState *env)
|
|||
cpu_abort(env, "Reset interrupt while in user mode. "
|
||||
"Aborting\n");
|
||||
break;
|
||||
#endif /* defined(TARGET_PPCEMB) */
|
||||
#if defined(TARGET_PPC64) && !defined(TARGET_ABI32) /* PowerPC 64 */
|
||||
case POWERPC_EXCP_DSEG: /* Data segment exception */
|
||||
cpu_abort(env, "Data segment exception while in user mode. "
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue