diff options
Diffstat (limited to 'kernel/entry/kvm.c')
| -rw-r--r-- | kernel/entry/kvm.c | 6 | 
1 files changed, 0 insertions, 6 deletions
diff --git a/kernel/entry/kvm.c b/kernel/entry/kvm.c index 9d09f489b60e..2e0f75bcb7fd 100644 --- a/kernel/entry/kvm.c +++ b/kernel/entry/kvm.c @@ -9,12 +9,6 @@ static int xfer_to_guest_mode_work(struct kvm_vcpu *vcpu, unsigned long ti_work)  		int ret;  		if (ti_work & (_TIF_SIGPENDING | _TIF_NOTIFY_SIGNAL)) { -			clear_notify_signal(); -			if (task_work_pending(current)) -				task_work_run(); -		} - -		if (ti_work & _TIF_SIGPENDING) {  			kvm_handle_signal_exit(vcpu);  			return -EINTR;  		}  |