> u64 *reg) > { > - struct kvm_s390_local_interrupt *li; > int cpuflags; > int rc; > int ext_call_pending; > > - li = &dst_vcpu->arch.local_int; > - > - cpuflags = atomic_read(li->cpuflags); > + cpuflags = atomic_read(&vcpu->arch.sie_block->cpuflags); Wonder why I always see errors just after sending the patch :) vcpu -> dst_vcpu -- Thanks, David / dhildenb -- To unsubscribe from this list: send the line "unsubscribe linux-s390" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html