qemu-ppc
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


From: BALATON Zoltan
Subject: Re: [PATCH v6 5/9] target/ppc: Simplify syscall exception handlers
Date: Thu, 22 Feb 2024 13:20:56 +0100 (CET)

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 <balaton@eik.bme.hu>
Reviewed-by: Harsh Prateek Bora <harshpb@linux.ibm.com>
---
  target/ppc/excp_helper.c | 24 ++++++++----------------
  1 file changed, 8 insertions(+), 16 deletions(-)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]