mbox series

[0/2] target/i386/helper: Minor #ifdef'ry simplifications

Message ID 20230602224628.59546-1-philmd@linaro.org
Headers show
Series target/i386/helper: Minor #ifdef'ry simplifications | expand

Message

Philippe Mathieu-Daudé June 2, 2023, 10:46 p.m. UTC
Not very interesting code shuffle, but this was in
the way of another big cleanup. So sending apart.

BTW this file isn't covered in MAINTAINERS:

  $ ./scripts/get_maintainer.pl -f target/i386/helper.c
  get_maintainer.pl: No maintainers found

Philippe Mathieu-Daudé (2):
  target/i386/helper: Remove do_cpu_sipi() stub for user-mode emulation
  target/i386/helper: Shuffle do_cpu_init()

 target/i386/cpu.h    |  3 ++-
 target/i386/helper.c | 15 ++++-----------
 2 files changed, 6 insertions(+), 12 deletions(-)

Comments

Richard Henderson June 3, 2023, 3:43 a.m. UTC | #1
On 6/2/23 15:46, Philippe Mathieu-Daudé wrote:
> Not very interesting code shuffle, but this was in
> the way of another big cleanup. So sending apart.
> 
> BTW this file isn't covered in MAINTAINERS:
> 
>    $ ./scripts/get_maintainer.pl -f target/i386/helper.c
>    get_maintainer.pl: No maintainers found
> 
> Philippe Mathieu-Daudé (2):
>    target/i386/helper: Remove do_cpu_sipi() stub for user-mode emulation
>    target/i386/helper: Shuffle do_cpu_init()
> 
>   target/i386/cpu.h    |  3 ++-
>   target/i386/helper.c | 15 ++++-----------
>   2 files changed, 6 insertions(+), 12 deletions(-)
> 

Reviewed-by: Richard Henderson <richard.henderson@linaro.org>

r~