]> Git Repo - qemu.git/commit
target/ppc: Remove POWERPC_EXCP_STCX
authorRichard Henderson <[email protected]>
Tue, 26 Jun 2018 16:19:13 +0000 (09:19 -0700)
committerDavid Gibson <[email protected]>
Mon, 2 Jul 2018 23:56:52 +0000 (09:56 +1000)
commit14db18997eb29b79f6c538c1a3cd27df259f77a6
tree3b97f26e281c19a5350d2eaa99f2360d9048743e
parent4a9b3c5dd30cfd548d447521d4ef1fdba6f0fcf2
target/ppc: Remove POWERPC_EXCP_STCX

Always use the gen_conditional_store implementation that uses
atomic_cmpxchg.  Make sure and clear reserve_addr across most
interrupts crossing the cpu_loop.

Signed-off-by: Richard Henderson <[email protected]>
Signed-off-by: David Gibson <[email protected]>
linux-user/ppc/cpu_loop.c
target/ppc/cpu.h
target/ppc/translate.c
This page took 0.025994 seconds and 4 git commands to generate.