commit | 37e62398ab1deb5cbf425cca1d43c85f0fcb986c | [log] [tgz] |
---|---|---|
author | Harsh Prateek Bora <harshpb@linux.ibm.com> | Thu Oct 10 11:17:36 2024 +0530 |
committer | Nicholas Piggin <npiggin@gmail.com> | Mon Nov 04 09:12:58 2024 +1000 |
tree | ba9f55471890ef0c9b40a98698b3bceb7b88b440 | |
parent | 2a05a63c1dc9698ffbd8f704772018e07853c082 [diff] |
target/ppc: optimize p8 exception handling routines Most of the p8 exception handling accesses env->pending_interrupts and env->spr[SPR_LPCR] at multiple places. Passing it directly as local variables simplifies the code and avoids multiple indirect accesses. 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>