diff options
author | Harsh Prateek Bora <harshpb@linux.ibm.com> | 2024-10-10 11:17:36 +0530 |
---|---|---|
committer | Nicholas Piggin <npiggin@gmail.com> | 2024-11-04 09:12:58 +1000 |
commit | 37e62398ab1deb5cbf425cca1d43c85f0fcb986c (patch) | |
tree | ba9f55471890ef0c9b40a98698b3bceb7b88b440 /python/setup.py | |
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>
Diffstat (limited to 'python/setup.py')
0 files changed, 0 insertions, 0 deletions