diff options
Diffstat (limited to 'arch/s390')
-rw-r--r-- | arch/s390/include/asm/kvm_virtio.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/s390/include/asm/kvm_virtio.h b/arch/s390/include/asm/kvm_virtio.h index 3f5d100a42a2..72f614181eff 100644 --- a/arch/s390/include/asm/kvm_virtio.h +++ b/arch/s390/include/asm/kvm_virtio.h | |||
@@ -59,5 +59,6 @@ struct kvm_vqconfig { | |||
59 | #define VIRTIO_PARAM_MASK 0xff | 59 | #define VIRTIO_PARAM_MASK 0xff |
60 | #define VIRTIO_PARAM_VRING_INTERRUPT 0x0 | 60 | #define VIRTIO_PARAM_VRING_INTERRUPT 0x0 |
61 | #define VIRTIO_PARAM_CONFIG_CHANGED 0x1 | 61 | #define VIRTIO_PARAM_CONFIG_CHANGED 0x1 |
62 | #define VIRTIO_PARAM_DEV_ADD 0x2 | ||
62 | 63 | ||
63 | #endif | 64 | #endif |