aboutsummaryrefslogtreecommitdiff
path: root/target/s390x
diff options
context:
space:
mode:
authorThomas Huth <thuth@redhat.com>2021-10-15 14:42:19 +0200
committerThomas Huth <thuth@redhat.com>2021-11-17 10:17:28 +0100
commitfe644e8ebb8534ccc2f77da27cdc7911132f0bd1 (patch)
tree9dbe801c9a41bf6aa03076f53389bd4ed6f25b5a /target/s390x
parent8d5fcb1990bc64b62c0bc12121fe510940be5664 (diff)
downloadqemu-fe644e8ebb8534ccc2f77da27cdc7911132f0bd1.zip
qemu-fe644e8ebb8534ccc2f77da27cdc7911132f0bd1.tar.gz
qemu-fe644e8ebb8534ccc2f77da27cdc7911132f0bd1.tar.bz2
target/s390x/cpu.h: Remove unused SIGP_MODE defines
These are unused since commit 075e52b816648f21 ("s390x/cpumodel: we are always in zarchitecture mode") and it's unlikely that we will ever need them again. So let's simply remove them now. Message-Id: <20211015124219.1330830-1-thuth@redhat.com> Reviewed-by: David Hildenbrand <david@redhat.com> Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com> Signed-off-by: Thomas Huth <thuth@redhat.com>
Diffstat (limited to 'target/s390x')
-rw-r--r--target/s390x/cpu.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/target/s390x/cpu.h b/target/s390x/cpu.h
index 3153d05..ca3845d 100644
--- a/target/s390x/cpu.h
+++ b/target/s390x/cpu.h
@@ -674,11 +674,6 @@ QEMU_BUILD_BUG_ON(sizeof(SysIB) != 4096);
#define SIGP_STAT_INVALID_ORDER 0x00000002UL
#define SIGP_STAT_RECEIVER_CHECK 0x00000001UL
-/* SIGP SET ARCHITECTURE modes */
-#define SIGP_MODE_ESA_S390 0
-#define SIGP_MODE_Z_ARCH_TRANS_ALL_PSW 1
-#define SIGP_MODE_Z_ARCH_TRANS_CUR_PSW 2
-
/* SIGP order code mask corresponding to bit positions 56-63 */
#define SIGP_ORDER_MASK 0x000000ff