target/alpha: Extract clk_helper.c from sys_helper.c
commit0180444806f5809b3bacd3284c47c8b7c29fd3a5
authorPhilippe Mathieu-Daudé <philmd@linaro.org>
Thu, 7 Dec 2023 10:45:49 +0000 (7 11:45 +0100)
committerPhilippe Mathieu-Daudé <philmd@linaro.org>
Fri, 19 Jan 2024 11:28:59 +0000 (19 12:28 +0100)
tree7a383ef34fb662fe4d57dcaf4c9db5fd16efc7f4
parentfe5c4adca9ddb916afc74e18a5bf195372eb1b2f
target/alpha: Extract clk_helper.c from sys_helper.c

Except helper_load_pcc(), all helpers from sys_helper.c
are system-emulation specific. In preparation of restricting
sys_helper.c to system emulation, extract helper_load_pcc()
to clk_helper.c.

Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Message-Id: <20231207105426.49339-2-philmd@linaro.org>
target/alpha/clk_helper.c [new file with mode: 0644]
target/alpha/meson.build
target/alpha/sys_helper.c