s390x/kvm: Fix warning from sparse
commitf0d4dc18ce398e166c4b186bff325e755c22db2f
authorThomas Huth <thuth@linux.vnet.ibm.com>
Thu, 23 Oct 2014 07:58:56 +0000 (23 09:58 +0200)
committerCornelia Huck <cornelia.huck@de.ibm.com>
Wed, 5 Nov 2014 15:35:55 +0000 (5 16:35 +0100)
tree4654f23771e6e8204ed7c9615191b3a6c782b171
parent80765f0734e08fe4d52e9be10e0cfb47b3cf43e3
s390x/kvm: Fix warning from sparse

When running "sparse" with the s390x kvm.c code, it complains that
"constant 0x00400f1d40330000 is so big it is long" - let's fix this
by appending a proper suffix.

Signed-off-by: Thomas Huth <thuth@linux.vnet.ibm.com>
Reviewed-by: David Hildenbrand <dahi@linux.vnet.ibm.com>
Acked-by: Cornelia Huck <cornelia.huck@de.ibm.com>
Signed-off-by: Cornelia Huck <cornelia.huck@de.ibm.com>
target-s390x/kvm.c