|
From: | Richard Henderson |
Subject: | Re: [PATCH 1/6] target/arm: Move feature test functions to their own header |
Date: | Wed, 25 Oct 2023 16:34:45 -0700 |
User-agent: | Mozilla Thunderbird |
On 10/24/23 09:35, Peter Maydell wrote:
The feature test functions isar_feature_*() now take up nearly a thousand lines in target/arm/cpu.h. This header file is included by a lot of source files, most of which don't need these functions. Move the feature test functions to their own header file. Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org> r~
[Prev in Thread] | Current Thread | [Next in Thread] |