cpu-exec: Remove do-nothing ifdef chains
commit1039e1290feb03b331af55d939554bd03ffd3906
authorRichard Henderson <rth@twiddle.net>
Sat, 13 Sep 2014 16:45:13 +0000 (13 09:45 -0700)
committerPeter Maydell <peter.maydell@linaro.org>
Thu, 25 Sep 2014 17:54:21 +0000 (25 18:54 +0100)
tree6af1a9cd83a15aa65c4e8ffb6cb643c9ec394e6a
parentcffe7b3249319003d776481b8a4b72d35db71355
cpu-exec: Remove do-nothing ifdef chains

Around the cpu_exec_enter/exit hooks contain many empty
ifdef blocks.  Delete all of these to highlight those
targets for which we actually need to do work.

Signed-off-by: Richard Henderson <rth@twiddle.net>
Reviewed-by: Alex Bennée <alex.bennee@linaro.org>
Message-id: 1410626734-3804-3-git-send-email-rth@twiddle.net
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
cpu-exec.c