summaryrefslogtreecommitdiffstats
path: root/target/moxie/cpu-param.h
diff options
context:
space:
mode:
authorThomas Huth2021-04-30 18:03:55 +0200
committerMarkus Armbruster2021-05-12 17:42:23 +0200
commit875bb7e35b78c609252187dc7bd68d90bf742da9 (patch)
treee7ca74d7de49fb172c8f5d1f54de5ee27507f650 /target/moxie/cpu-param.h
parentmonitor/qmp: fix race on CHR_EVENT_CLOSED without OOB (diff)
downloadqemu-875bb7e35b78c609252187dc7bd68d90bf742da9.tar.gz
qemu-875bb7e35b78c609252187dc7bd68d90bf742da9.tar.xz
qemu-875bb7e35b78c609252187dc7bd68d90bf742da9.zip
Remove the deprecated moxie target
There are no known users of this CPU anymore, and there are no binaries available online which could be used for regression tests, so the code has likely completely bit-rotten already. It's been marked as deprecated since two releases now and nobody spoke up that there is still a need to keep it, thus let's remove it now. Signed-off-by: Thomas Huth <thuth@redhat.com> Message-Id: <20210430160355.698194-1-thuth@redhat.com> Reviewed-by: Peter Maydell <peter.maydell@linaro.org> Reviewed-by: Richard Henderson <richard.henderson@linaro.org> [Commit message typos fixed, trivial conflicts resolved] Signed-off-by: Markus Armbruster <armbru@redhat.com>
Diffstat (limited to 'target/moxie/cpu-param.h')
-rw-r--r--target/moxie/cpu-param.h17
1 files changed, 0 insertions, 17 deletions
diff --git a/target/moxie/cpu-param.h b/target/moxie/cpu-param.h
deleted file mode 100644
index 9a40ef525c..0000000000
--- a/target/moxie/cpu-param.h
+++ /dev/null
@@ -1,17 +0,0 @@
-/*
- * Moxie cpu parameters for qemu.
- *
- * Copyright (c) 2008, 2010, 2013 Anthony Green
- * SPDX-License-Identifier: LGPL-2.1+
- */
-
-#ifndef MOXIE_CPU_PARAM_H
-#define MOXIE_CPU_PARAM_H 1
-
-#define TARGET_LONG_BITS 32
-#define TARGET_PAGE_BITS 12 /* 4k */
-#define TARGET_PHYS_ADDR_SPACE_BITS 32
-#define TARGET_VIRT_ADDR_SPACE_BITS 32
-#define NB_MMU_MODES 1
-
-#endif