Re: [PATCH v5 5/9] target/ppc: Simplify syscall exception handlers

2024-02-21 Thread Harsh Prateek Bora
On 1/19/24 03:31, BALATON Zoltan wrote: After previous changes the hypercall handling in 7xx and 74xx exception handlers can be folded into one if statement to simpilfy this code. Also add "unlikely" to mark the less freqiently used branch for the compiler. Signed-off-by: BALATON Zoltan Re

Re: [PATCH v5 5/9] target/ppc: Simplify syscall exception handlers

2024-02-21 Thread Harsh Prateek Bora
On 1/19/24 03:31, BALATON Zoltan wrote: After previous changes the hypercall handling in 7xx and 74xx exception handlers can be folded into one if statement to simpilfy this code. Also add "unlikely" to mark the less freqiently used branch for the compiler. Signed-off-by: BALATON Zoltan Ni