On Thu, 22 Feb 2024, Philippe Mathieu-Daudé wrote:
On 22/2/24 12:33, BALATON Zoltan wrote:
After previous changes the hypercall handling in 7xx and 74xx
exception handlers can be folded into one if statement to simpilfy
"simplify"
this code. Also add "unlikely" to mark the less freqiently used branch
"frequently"
Could these be fixed up when merging please? I'd not resend again unless
there's some other things need fixing.
Regards,
BALATON Zoltan
for the compiler.
Signed-off-by: BALATON Zoltan <bala...@eik.bme.hu>
Reviewed-by: Harsh Prateek Bora <hars...@linux.ibm.com>
---
target/ppc/excp_helper.c | 24 ++++++++----------------
1 file changed, 8 insertions(+), 16 deletions(-)