[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH 06/10] target/ppc: Readability improvements in exception hand
From: |
Nicholas Piggin |
Subject: |
Re: [PATCH 06/10] target/ppc: Readability improvements in exception handlers |
Date: |
Wed, 14 Jun 2023 13:42:26 +1000 |
On Mon Jun 12, 2023 at 8:42 AM AEST, BALATON Zoltan wrote:
> Improve readability by shortening some long comments, removing
> comments that state the obvious and dropping some empty lines so they
> don't distract when reading the code.
Some changes are a matter of taste, but in the interest of having
somebody do some spring cleaning of this code I don't want to nitpick
it, so I won't :)
Acked-by: Nicholas Piggin <npiggin@gmail.com>
>
> Signed-off-by: BALATON Zoltan <balaton@eik.bme.hu>
> ---
> target/ppc/cpu.h | 1 +
> target/ppc/excp_helper.c | 180 +++++++--------------------------------
> 2 files changed, 33 insertions(+), 148 deletions(-)
>
- [PATCH 00/10] Misc clean ups to target/ppc exception handling, BALATON Zoltan, 2023/06/11
- [PATCH 01/10] target/ppc: Remove some superfluous parentheses, BALATON Zoltan, 2023/06/11
- [PATCH 07/10] target/ppd: Remove unused define, BALATON Zoltan, 2023/06/11
- [PATCH 06/10] target/ppc: Readability improvements in exception handlers, BALATON Zoltan, 2023/06/11
- Re: [PATCH 06/10] target/ppc: Readability improvements in exception handlers,
Nicholas Piggin <=
- [PATCH 02/10] target/ppc: Remove unneeded parameter from powerpc_reset_wakeup(), BALATON Zoltan, 2023/06/11
- [PATCH 08/10] target/ppc: Fix gen_sc to use correct nip, BALATON Zoltan, 2023/06/11