On 3/20/23 03:10, Alex Bennée wrote:
These are common across all versions of the system so it would help if we could use them for common code.Signed-off-by: Alex Bennée<[email protected]> --- include/exec/cpu-all.h | 52 +------------------------- include/exec/cpu-irq.h | 83 ++++++++++++++++++++++++++++++++++++++++++ include/exec/poison.h | 13 ------- 3 files changed, 84 insertions(+), 64 deletions(-) create mode 100644 include/exec/cpu-irq.h
Reviewed-by: Richard Henderson <[email protected]> r~
