vserver 1.9.5.x5
[linux-2.6.git] / kernel / irq / handle.c
index ebc2582..2fb0e46 100644 (file)
@@ -72,17 +72,6 @@ irqreturn_t no_action(int cpl, void *dev_id, struct pt_regs *regs)
        return IRQ_NONE;
 }
 
-/*
- * Exit an interrupt context. Process softirqs if needed and possible:
- */
-void irq_exit(void)
-{
-       preempt_count() -= IRQ_EXIT_OFFSET;
-       if (!in_interrupt() && local_softirq_pending())
-               do_softirq();
-       preempt_enable_no_resched();
-}
-
 /*
  * Have got an event to handle:
  */