We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 99b82a1 commit 244081fCopy full SHA for 244081f
arch/x86/kernel/kvm.c
@@ -270,9 +270,6 @@ DEFINE_IDTENTRY_SYSVEC(sysvec_kvm_asyncpf_interrupt)
270
{
271
struct pt_regs *old_regs = set_irq_regs(regs);
272
u32 token;
273
- irqentry_state_t state;
274
-
275
- state = irqentry_enter(regs);
276
277
inc_irq_stat(irq_hv_callback_count);
278
@@ -283,7 +280,6 @@ DEFINE_IDTENTRY_SYSVEC(sysvec_kvm_asyncpf_interrupt)
283
280
wrmsrl(MSR_KVM_ASYNC_PF_ACK, 1);
284
281
}
285
282
286
- irqentry_exit(regs, state);
287
set_irq_regs(old_regs);
288
289
0 commit comments