diff options
author | Peter Maydell | 2018-02-13 14:22:46 +0100 |
---|---|---|
committer | Laurent Vivier | 2018-02-18 18:52:32 +0100 |
commit | b44316fb3610972e40849ec5710aeb42dfeba19d (patch) | |
tree | 2f689ca52a0376406921ec7c1cc37ca519ebb92f /hw/misc/aspeed_scu.c | |
parent | linux-user: Fix sched_getaffinity mask size (diff) | |
download | qemu-b44316fb3610972e40849ec5710aeb42dfeba19d.tar.gz qemu-b44316fb3610972e40849ec5710aeb42dfeba19d.tar.xz qemu-b44316fb3610972e40849ec5710aeb42dfeba19d.zip |
linux-user: Remove THREAD macro
Back when we used to support compiling either with or without
NPTL threading library support, we used a macro THREAD which would
expand either to nothing (no thread support) or to __thread (threads
supported). For a long time now we have required thread support,
so remove the macro and just use __thread directly as other parts
of QEMU do.
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Reviewed-by: Laurent Vivier <laurent@vivier.eu>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Message-Id: <20180213132246.26844-1-peter.maydell@linaro.org>
Signed-off-by: Laurent Vivier <laurent@vivier.eu>
Diffstat (limited to 'hw/misc/aspeed_scu.c')
0 files changed, 0 insertions, 0 deletions