commit | a5a5778622d8104b7184ba61bd16d5968195dce1 | [log] [tgz] |
---|---|---|
author | Nicholas Piggin <npiggin@gmail.com> | Wed Dec 27 23:53:25 2023 +1000 |
committer | Nicholas Piggin <npiggin@gmail.com> | Wed Mar 13 02:47:04 2024 +1000 |
tree | b4bb9f289c8208d5aeac71ac374f9e46952e28a2 | |
parent | 4b8732fce9cec7703b49543d612b6e654e0452dd [diff] |
ppc/spapr|pnv: Remove SAO from pa-features SAO is a page table attribute that strengthens the memory ordering of accesses. QEMU with MTTCG does not implement this, so clear it in ibm,pa-features. This is an obscure feature that has been removed from POWER10 ISA v3.1, there isn't much concern with removing it. Reviewed-by: Harsh Prateek Bora <harshpb@linux.ibm.com> Signed-off-by: Nicholas Piggin <npiggin@gmail.com>