commit | 20923c1d02b68dfd848f014a77747c0e4817682a | [log] [tgz] |
---|---|---|
author | Richard Henderson <richard.henderson@linaro.org> | Tue Jun 26 09:19:20 2018 -0700 |
committer | David Gibson <david@gibson.dropbear.id.au> | Tue Jul 03 09:56:52 2018 +1000 |
tree | 0f19dffd262a00bf6e67b2499a6df61b94689c19 | |
parent | b8ce0f86782b1317f363cc90f4e1aaeb116a7cc2 [diff] |
target/ppc: Implement the rest of gen_ld_atomic These cases were stubbed out. For now, implement them only within a serial context, forcing parallel execution to synchronize. It would be possible to implement these with cmpxchg loops, if we care. Signed-off-by: Richard Henderson <richard.henderson@linaro.org> Signed-off-by: David Gibson <david@gibson.dropbear.id.au>