[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH 0/2] target/alpha: Only build sys_helper.c on system emulation
From: |
Philippe Mathieu-Daudé |
Subject: |
[PATCH 0/2] target/alpha: Only build sys_helper.c on system emulation |
Date: |
Thu, 7 Dec 2023 11:54:24 +0100 |
Extract helper_load_pcc() to clk_helper.c so we can
restrict sys_helper.c to system emulation.
Philippe Mathieu-Daudé (2):
target/alpha: Extract clk_helper.c from sys_helper.c
target/alpha: Only build sys_helper.c on system emulation
target/alpha/clk_helper.c | 32 ++++++++++++++++++++++++++++++++
target/alpha/sys_helper.c | 18 ------------------
target/alpha/meson.build | 7 +++++--
3 files changed, 37 insertions(+), 20 deletions(-)
create mode 100644 target/alpha/clk_helper.c
--
2.41.0
- [PATCH 0/2] target/alpha: Only build sys_helper.c on system emulation,
Philippe Mathieu-Daudé <=