diff options
author | Richard Henderson <richard.henderson@linaro.org> | 2017-09-05 08:50:18 -0700 |
---|---|---|
committer | Richard Henderson <richard.henderson@linaro.org> | 2017-09-05 12:39:25 -0700 |
commit | a46c1244a0d65d5f37fc12e4d42f2479eac87b52 (patch) | |
tree | 442f49bfa32f2b33d26b3fa08acb49c0f10a8a79 /MAINTAINERS | |
parent | b07d1c2f5607489d4d4a6a65ce36a3e896ac065e (diff) |
tcg: Remove support for ia64 as host
We threatened to remove ia64 as host in v2.9.0. Its time has now come.
There are still some usages of defined(__ia64__) throughout the source
code that would be triggered if one were to enable TCI on an ia64 host.
Leave those alone for now.
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 5ec945c9af..caf7e8aca8 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -1647,12 +1647,6 @@ S: Maintained F: tcg/i386/ F: disas/i386.c -IA64 target -M: Aurelien Jarno <aurelien@aurel32.net> -S: Maintained -F: tcg/ia64/ -F: disas/ia64.c - MIPS target M: Aurelien Jarno <aurelien@aurel32.net> S: Maintained |