diff options
author | BALATON Zoltan <balaton@eik.bme.hu> | 2024-02-27 21:21:21 +0100 |
---|---|---|
committer | Nicholas Piggin <npiggin@gmail.com> | 2024-03-13 02:47:04 +1000 |
commit | 868cb6bac51376a38b18f432a047242fed840998 (patch) | |
tree | b00ed752d75c777aed3f7a1e11dcba4462dc8632 /accel | |
parent | 5ca958cf82058643dfc45dd74a066f4911d651bc (diff) | |
download | qemu-868cb6bac51376a38b18f432a047242fed840998.zip qemu-868cb6bac51376a38b18f432a047242fed840998.tar.gz qemu-868cb6bac51376a38b18f432a047242fed840998.tar.bz2 |
target/ppc: Remove interrupt handler wrapper functions
These wrappers call out to handle POWER7 and newer in separate
functions but reduce to the generic case when TARGET_PPC64 is not
defined. It is easy enough to include the switch in the beginning of
the generic functions to branch out to the specific functions and get
rid of these wrappers. This avoids one indirection and entirely
compiles out the switch without TARGET_PPC64.
Reviewed-by: Harsh Prateek Bora <harshpb@linux.ibm.com>
Signed-off-by: BALATON Zoltan <balaton@eik.bme.hu>
Signed-off-by: Nicholas Piggin <npiggin@gmail.com>
Diffstat (limited to 'accel')
0 files changed, 0 insertions, 0 deletions