Skip to content

Commit

Permalink
s390x/kvm: Removed duplicated SIGP defines
Browse files Browse the repository at this point in the history
The SIGP order defines are also available in cpu.h,
so there is no need to re-define them in kvm.c.

Signed-off-by: Thomas Huth <thuth@linux.vnet.ibm.com>
Reviewed-by: Cornelia Huck <cornelia.huck@de.ibm.com>
Signed-off-by: Jens Freimann <jfrei@linux.vnet.ibm.com>
Signed-off-by: Alexander Graf <agraf@suse.de>
  • Loading branch information
huth authored and agraf committed Dec 18, 2013
1 parent 638129f commit 4f91e0b
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions target-s390x/kvm.c
Expand Up @@ -82,11 +82,6 @@
#define ICPT_CPU_STOP 0x28
#define ICPT_IO 0x40

#define SIGP_RESTART 0x06
#define SIGP_INITIAL_CPU_RESET 0x0b
#define SIGP_STORE_STATUS_ADDR 0x0e
#define SIGP_SET_ARCH 0x12

const KVMCapabilityInfo kvm_arch_required_capabilities[] = {
KVM_CAP_LAST_INFO
};
Expand Down

0 comments on commit 4f91e0b

Please sign in to comment.