commit | 2a05a63c1dc9698ffbd8f704772018e07853c082 | [log] [tgz] |
---|---|---|
author | Harsh Prateek Bora <harshpb@linux.ibm.com> | Thu Oct 10 11:17:35 2024 +0530 |
committer | Nicholas Piggin <npiggin@gmail.com> | Mon Nov 04 09:12:57 2024 +1000 |
tree | 360b01eec5c0da1bd5e1b7cf0666d513facbcd53 | |
parent | 7e806070f8af07a92af6ee5bf1fa6308f91517e5 [diff] |
target/ppc: optimize p9 exception handling routines Currently, p9 exception handling has multiple if-condition checks where it does an indirect access to pending_interrupts and LPCR via env. Pass the values during entry to avoid 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>