KVM: s390: Change guestaddr type in gaccess
[pandora-kernel.git] / include / asm-s390 / kvm_host.h
index 3234dd5..6583c0d 100644 (file)
@@ -231,5 +231,5 @@ struct kvm_arch{
        struct kvm_s390_float_interrupt float_int;
 };
 
-extern int sie64a(struct kvm_s390_sie_block *, __u64 *);
+extern int sie64a(struct kvm_s390_sie_block *, unsigned long *);
 #endif