target/ppc: POWER10 does not have transactional memory
authorNicholas Piggin <npiggin@gmail.com>
Mon, 15 May 2023 16:19:53 +0000 (02:19 +1000)
committerNicholas Piggin <npiggin@gmail.com>
Tue, 12 Mar 2024 16:47:04 +0000 (02:47 +1000)
commit4b8732fce9cec7703b49543d612b6e654e0452dd
tree52f4322562bc27f2258a3b92a0e70dcd7f41f668
parent8f054d9ee8255434f0fe59955e82a13b45482a27
target/ppc: POWER10 does not have transactional memory

POWER10 hardware implements a degenerate transactional memory facility
in POWER8/9 PCR compatibility modes to permit migration from older
CPUs, but POWER10 / ISA v3.1 mode does not support it so the CPU model
should not support it.

Reviewed-by: Harsh Prateek Bora <harshpb@linux.ibm.com>
Signed-off-by: Nicholas Piggin <npiggin@gmail.com>
target/ppc/cpu_init.c