lguest: suppress interrupts for single insn, not range.
[deliverable/linux.git] / arch / x86 / lguest / boot.c
index 543510a2f9e0f699586df06acb89cbcb1426863e..13616d708389d759b7ee90101191a89b24b4131f 100644 (file)
@@ -87,8 +87,7 @@
 
 struct lguest_data lguest_data = {
        .hcall_status = { [0 ... LHCALL_RING_SIZE-1] = 0xFF },
-       .noirq_start = (u32)lguest_noirq_start,
-       .noirq_end = (u32)lguest_noirq_end,
+       .noirq_iret = (u32)lguest_noirq_iret,
        .kernel_address = PAGE_OFFSET,
        .blocked_interrupts = { 1 }, /* Block timer interrupts */
        .syscall_vec = SYSCALL_VECTOR,
This page took 0.025691 seconds and 5 git commands to generate.