John Baldwin b4151f7101 - Move struct ithd to sys/interrupt.h.
- Add a set of MI helper functions for interrupt threads:
  - ithread_create() creates a new interrupt thread
  - ithread_destroy() destroys an interrupt thread
  - ithread_add_handler() attaches a new handler to an interrupt thread
  - ithread_remove_handler() detaches a handler from an interrupt thread
- Rename sinthand_add() and sched_swi() to swi_add() and swi_sched()
  respectively so that they live in a consistent namespace.
- struct intrhand is no longer a public type.  It would be private to
  kern_intr.c but the current implementation of fast interrupts on the
  alpha requires the type to be exported.  However, all handlers should
  be treated as void * cookies in the way that new-bus treats them.  This
  includes references to software interrupt handlers.
2001-02-09 17:42:43 +00:00
..
2001-01-07 19:21:06 +00:00
2000-10-09 12:34:51 +00:00
1999-08-28 01:08:13 +00:00
2000-01-16 09:25:10 +00:00
2000-10-31 10:58:14 +00:00
2000-05-01 20:32:07 +00:00
1999-08-28 01:08:13 +00:00
1999-08-28 01:08:13 +00:00
1999-08-28 01:08:13 +00:00
1999-08-28 01:08:13 +00:00
2000-07-18 19:31:52 +00:00
2000-07-18 19:31:52 +00:00
1999-08-28 01:08:13 +00:00
1999-08-28 01:08:13 +00:00
2000-10-31 14:30:29 +00:00
1999-08-28 01:08:13 +00:00
2000-12-01 08:57:47 +00:00
2001-02-08 20:28:57 +00:00
2000-12-18 13:28:12 +00:00
2000-10-31 10:58:14 +00:00
2001-01-21 01:34:14 +00:00
1999-08-27 23:45:13 +00:00
1999-08-28 01:08:13 +00:00
2001-01-09 04:33:49 +00:00
2001-02-09 17:42:43 +00:00
1999-08-28 01:08:13 +00:00
2000-08-16 13:59:50 +00:00
1999-08-28 01:08:13 +00:00
1999-08-28 01:08:13 +00:00
2001-01-28 00:13:01 +00:00
2000-12-19 08:09:36 +00:00
2000-12-02 05:45:32 +00:00
2000-12-02 05:45:32 +00:00
2000-12-02 05:45:32 +00:00
2000-12-01 08:57:47 +00:00
1999-08-28 01:08:13 +00:00
2000-12-02 05:45:32 +00:00
2000-11-28 20:03:23 +00:00
1999-08-28 01:08:13 +00:00
1999-08-28 01:08:13 +00:00
2001-01-09 04:33:49 +00:00
1999-08-28 01:08:13 +00:00
1999-08-28 01:08:13 +00:00
1999-08-28 01:08:13 +00:00