]> www.infradead.org Git - users/dwmw2/qemu.git/commit
target/ppc: optimize p7 exception handling routines
authorHarsh Prateek Bora <harshpb@linux.ibm.com>
Thu, 10 Oct 2024 05:47:37 +0000 (11:17 +0530)
committerNicholas Piggin <npiggin@gmail.com>
Sun, 3 Nov 2024 23:12:59 +0000 (09:12 +1000)
commit085cc364969ea62fc51ff604394364fbdac2243f
treebc5db8530e5e4395b3f677f802c59fc30473d2bf
parent37e62398ab1deb5cbf425cca1d43c85f0fcb986c
target/ppc: optimize p7 exception handling routines

Like p8 and p9, simplifying p7 exception handling rotuines to avoid
un-necessary multiple indirect accesses to env->pending_interrupts and
env->spr[SPR_LPCR].

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