| commit | 2492008d0de0380ee910730dc10159a8e29b13a9 | [log] [tgz] |
|---|---|---|
| author | Philippe Mathieu-Daudé <philmd@linaro.org> | Wed Apr 02 05:32:03 2025 +0200 |
| committer | Philippe Mathieu-Daudé <philmd@linaro.org> | Fri Apr 25 17:09:58 2025 +0200 |
| tree | 2ccf189933bcee55c977f2f0f0772ca65057579f | |
| parent | 5e15bb7d66d63cbcd863b6b3f69d3fa6715fb75c [diff] |
cpus: Move target-agnostic methods out of cpu-target.c Various methods of cpu-target.c don't use any target-specific knowledge at all and can be built once in the target-agnostic cpu-common.c file. Reviewed-by: Pierrick Bouvier <pierrick.bouvier@linaro.org> Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org> Message-Id: <20250417165430.58213-4-philmd@linaro.org>