John Baldwin bd9cd7e3f7 - Move manipulation of td_intr_nesting_level out of assembly interrupt
vector stubs and into the C functions they call.
- Move disabling and EOIing of interrupt sources out of PIC driver entry
  points and into intr_execute_handlers().  Intr_execute_handlers() only
  disables a source for an interrupt if it is a stray interrupt or has
  threaded handlers.  Sources with fast handlers no longer disable (mask)
  the source while executing the handlers.
- Move the setting of clkintr_pending into intr_execute_handlers() and set
  the variable for any interrupt source with a vector of 0.  (Should only
  be true for IRQ 0.)  This fixes clkintr_pending in the NO_MIXED_MODE
  case.
- Implement lapic_eoi() and use it to implement ioapic_eoi_source().
- Rename atpic_sched_ithd() to atpic_handle_intr() since it is used to
  handle all atpic interrupts and not just threaded ones.

Inspired by:	peter's changes to amd64 in p4 (1)
Requested by:	bde (2)
2003-11-12 18:13:57 +00:00
..
2003-05-19 20:29:07 +00:00
2003-11-03 21:53:38 +00:00
2002-03-20 05:48:58 +00:00
2002-03-20 05:48:58 +00:00
2003-02-08 20:37:55 +00:00
2002-06-29 07:04:59 +00:00
2003-05-19 20:29:07 +00:00
2003-11-03 22:37:28 +00:00
2002-03-20 05:48:58 +00:00
2003-11-03 21:53:38 +00:00
2002-03-20 05:48:58 +00:00
2003-06-02 00:29:35 +00:00
2003-03-24 20:44:39 +00:00
2003-11-03 22:32:04 +00:00
2003-11-03 22:32:04 +00:00
2002-10-23 10:14:30 +00:00
2002-11-27 16:28:18 +00:00