diff options
author | Philippe Mathieu-Daudé <philmd@linaro.org> | 2023-10-06 10:31:27 +0200 |
---|---|---|
committer | Philippe Mathieu-Daudé <philmd@linaro.org> | 2023-11-07 12:13:27 +0100 |
commit | 336588a29d27d7099155b0e9fa67560f1c454f3d (patch) | |
tree | ff3421bb23fc556c11f3cae11c7f41d9d9282fb0 /target/arm | |
parent | 6ee45fac56a2e3943214dd0f1568388ee89f16c2 (diff) |
target: Mention 'cpu-qom.h' is target agnostic
"target/foo/cpu-qom.h" is supposed to be target agnostic
(include-able by any target). Add such mention in the
header.
Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Message-Id: <20231013140116.255-3-philmd@linaro.org>
Diffstat (limited to 'target/arm')
-rw-r--r-- | target/arm/cpu-qom.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/arm/cpu-qom.h b/target/arm/cpu-qom.h index 153865d1bb..dfb9d5b827 100644 --- a/target/arm/cpu-qom.h +++ b/target/arm/cpu-qom.h @@ -1,5 +1,5 @@ /* - * QEMU ARM CPU + * QEMU ARM CPU QOM header (target agnostic) * * Copyright (c) 2012 SUSE LINUX Products GmbH * |