aboutsummaryrefslogtreecommitdiff
path: root/meson
diff options
context:
space:
mode:
authorPeter Maydell <peter.maydell@linaro.org>2020-11-30 17:25:49 +0000
committerPeter Maydell <peter.maydell@linaro.org>2021-02-15 13:16:13 +0000
commitbb518425a2f6714b6dac73319c16c0e8b776a96d (patch)
treee6bfd1ce19880021d93f5a7bb3ffcf9dd6de5ee0 /meson
parent60c860797d55cb3c90c4a77ba0610880e6404d0a (diff)
hw/misc/iotkit-sysctl: Remove is_sse200 flag
Remove the is_sse200 flag in favour of just directly testing the new sse_version field. Since some of these registers exist in the SSE-300 but some do not or have different behaviour, we expand out the if() statements in the read and write functions into switch()es, so we have an easy place to put SSE-300 specific behaviour. (Until we do add the SSE-300 behaviour, the thing preventing us reaching the "unreachable" default cases is that armsse.c doesn't yet pass us an ARMSSE_SSE300 version.) Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Diffstat (limited to 'meson')
0 files changed, 0 insertions, 0 deletions