commit | 804cd52d3a314799adfa7d931e00c85856c54206 | [log] [tgz] |
---|---|---|
author | Richard Henderson <richard.henderson@linaro.org> | Sat Apr 13 20:39:15 2024 -0700 |
committer | Richard Henderson <richard.henderson@linaro.org> | Wed May 15 10:03:45 2024 +0200 |
tree | aec41cb006243655061ba2df2c2c918847fc9014 | |
parent | 190d7fa5721dced9704717d64b247552a9152482 [diff] |
target/hppa: Adjust priv for B,GATE at runtime Do not compile in the priv change based on the first translation; look up the PTE at execution time. This is required for CF_PCREL, where a page may be mapped multiple times with different attributes. Reviewed-by: Helge Deller <deller@gmx.de> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>