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: Philippe Mathieu-Daudé
Subject: Re: [PATCH v6 5/9] target/ppc: Simplify syscall exception handlers
Date: Thu, 22 Feb 2024 13:09:19 +0100
User-agent: Mozilla Thunderbird

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"

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]