mirror of https://github.com/xemu-project/xemu.git
s390x: remove duplicate defines in SCLP code
Let's get rid of these duplicate defines. Signed-off-by: Jens Freimann <jfrei@linux.vnet.ibm.com> Signed-off-by: Christian Borntraeger <borntraeger@de.ibm.com>
This commit is contained in:
parent
07e2863d02
commit
450749141e
|
@ -28,8 +28,6 @@
|
||||||
#define SCLP_UNASSIGN_STORAGE 0x000C0001
|
#define SCLP_UNASSIGN_STORAGE 0x000C0001
|
||||||
#define SCLP_CMD_READ_EVENT_DATA 0x00770005
|
#define SCLP_CMD_READ_EVENT_DATA 0x00770005
|
||||||
#define SCLP_CMD_WRITE_EVENT_DATA 0x00760005
|
#define SCLP_CMD_WRITE_EVENT_DATA 0x00760005
|
||||||
#define SCLP_CMD_READ_EVENT_DATA 0x00770005
|
|
||||||
#define SCLP_CMD_WRITE_EVENT_DATA 0x00760005
|
|
||||||
#define SCLP_CMD_WRITE_EVENT_MASK 0x00780005
|
#define SCLP_CMD_WRITE_EVENT_MASK 0x00780005
|
||||||
|
|
||||||
/* SCLP Memory hotplug codes */
|
/* SCLP Memory hotplug codes */
|
||||||
|
|
Loading…
Reference in New Issue