commit | 1039e1290feb03b331af55d939554bd03ffd3906 | [log] [tgz] |
---|---|---|
author | Richard Henderson <rth@twiddle.net> | Sat Sep 13 09:45:13 2014 -0700 |
committer | Peter Maydell <peter.maydell@linaro.org> | Thu Sep 25 18:54:21 2014 +0100 |
tree | 6af1a9cd83a15aa65c4e8ffb6cb643c9ec394e6a | |
parent | cffe7b3249319003d776481b8a4b72d35db71355 [diff] |
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>