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
..
1999-12-29 04:46:21 +00:00
2000-11-21 19:36:36 +00:00
2001-01-23 04:40:54 +00:00
2000-12-27 13:14:56 +00:00
1999-12-29 04:46:21 +00:00
2001-01-07 19:21:06 +00:00
2000-06-09 16:04:30 +00:00
2000-11-25 19:35:49 +00:00
2000-06-02 09:27:48 +00:00
2001-01-14 18:48:42 +00:00
2000-10-09 12:34:51 +00:00
1999-08-28 01:08:13 +00:00
2001-02-09 06:11:45 +00:00
2000-10-20 06:45:48 +00:00
2000-11-09 10:21:23 +00:00
2001-02-09 17:35:22 +00:00
2000-11-25 06:22:16 +00:00
2000-10-13 17:12:58 +00:00
2000-01-16 09:25:10 +00:00
2000-03-18 22:26:54 +00:00
1999-12-29 04:46:21 +00:00
2001-01-10 19:17:38 +00:00
1999-12-29 04:46:21 +00:00
1999-12-29 04:46:21 +00:00
2001-01-25 07:29:54 +00:00
2000-10-31 10:58:14 +00:00
2000-01-11 14:54:01 +00:00
2000-04-27 13:34:32 +00:00
2001-01-01 08:05:48 +00:00
1999-12-29 04:46:21 +00:00
2000-05-01 20:32:07 +00:00
2000-10-23 12:55:51 +00:00
2000-05-26 02:09:24 +00:00
1999-08-28 01:08:13 +00:00
1999-12-29 04:46:21 +00:00
2000-06-15 20:30:53 +00:00
2001-01-14 05:14:37 +00:00
2001-01-14 05:14:37 +00:00
2001-01-14 05:14:37 +00:00
2000-10-30 07:03:00 +00:00
2000-09-07 16:38:04 +00:00
1999-12-29 04:46:21 +00:00
1999-12-29 04:46:21 +00:00
2000-05-12 03:36:02 +00:00
1999-08-28 01:08:13 +00:00
1999-08-28 01:08:13 +00:00
2001-01-01 21:56:57 +00:00
1999-08-28 01:08:13 +00:00
2000-05-02 06:02:11 +00:00
2000-07-18 19:31:52 +00:00
2000-12-12 04:01:35 +00:00
2000-07-18 19:31:52 +00:00
1999-12-29 04:46:21 +00:00
2000-01-19 06:07:34 +00:00
2000-04-27 13:34:32 +00:00
2000-04-22 15:22:31 +00:00
1999-12-29 04:46:21 +00:00
2000-05-26 02:09:24 +00:00
2000-11-18 21:01:04 +00:00
1999-12-07 22:25:28 +00:00
1999-08-28 01:08:13 +00:00
1999-12-29 04:46:21 +00:00
2000-04-28 08:53:23 +00:00
2000-09-26 05:09:21 +00:00
1999-12-29 04:46:21 +00:00
2001-02-09 17:42:43 +00:00
1999-08-28 01:08:13 +00:00
1999-12-29 04:46:21 +00:00
2000-10-31 14:30:29 +00:00
1999-08-28 01:08:13 +00:00
1999-12-29 04:46:21 +00:00
1999-12-29 04:46:21 +00:00
2000-12-01 08:57:47 +00:00
2000-12-08 10:39:00 +00:00
2000-10-31 01:34:00 +00:00
1999-12-05 20:02:19 +00:00
2000-09-11 20:37:42 +00:00
2001-02-09 17:38:19 +00:00
2001-02-08 20:28:57 +00:00
2000-12-15 20:08:20 +00:00
2000-11-07 01:49:48 +00:00
2001-01-06 09:34:20 +00:00
2000-12-18 13:28:12 +00:00
2000-10-31 10:58:14 +00:00
2000-09-18 20:40:32 +00:00
2000-09-18 20:40:32 +00:00
2001-01-29 01:46:50 +00:00
2000-10-06 05:20:02 +00:00
2001-01-24 12:35:55 +00:00
2000-05-26 02:09:24 +00:00
2001-01-24 12:35:55 +00:00
2001-01-31 04:50:20 +00:00
2001-02-09 06:11:45 +00:00
1999-12-29 04:46:21 +00:00
2001-01-01 23:08:26 +00:00
1999-12-29 04:46:21 +00:00
2000-02-28 04:10:35 +00:00
2000-04-29 13:19:31 +00:00
2000-12-04 09:21:05 +00:00
2000-10-09 08:08:36 +00:00
2000-05-01 13:33:56 +00:00
2000-12-20 21:50:37 +00:00
2001-01-21 01:34:14 +00:00
2001-02-09 06:11:45 +00:00
2000-09-17 07:26:42 +00:00
1999-08-27 23:45:13 +00:00
2001-01-24 13:08:12 +00:00
1999-12-08 17:44:04 +00:00
1999-08-28 01:08:13 +00:00
2001-01-09 04:33:49 +00:00
2001-02-06 12:05:58 +00:00
1999-12-27 10:22:09 +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
2000-10-19 18:55:22 +00:00
2000-12-29 09:55:40 +00:00
2000-11-25 16:51:16 +00:00
1999-08-28 01:08:13 +00:00
2000-04-30 18:33:43 +00:00
2000-11-30 19:15:22 +00:00
2001-01-24 12:35:55 +00:00
2000-09-07 01:33:02 +00:00
2001-01-28 00:13:01 +00:00
2001-01-20 03:11:47 +00:00
2001-01-04 03:29:16 +00:00
2000-05-01 13:33:56 +00:00
2000-01-20 07:55:42 +00:00
1999-12-29 04:46:21 +00:00
2000-11-21 19:36:36 +00:00
2000-09-17 15:23:10 +00:00
2001-01-28 01:07:54 +00:00
1999-12-29 04:46:21 +00:00
2000-12-19 08:09:36 +00:00
2001-01-09 04:33:49 +00:00
2000-07-04 16:35:15 +00:00
2000-09-01 17:38:32 +00:00
2000-07-04 04:58:34 +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
2001-01-23 03:42:20 +00:00
2000-12-01 08:57:47 +00:00
1999-08-28 01:08:13 +00:00
2000-11-25 21:00:58 +00:00
2000-12-02 05:45:32 +00:00
2001-01-19 10:46:58 +00:00
2000-06-09 22:32:36 +00:00
2000-11-28 20:03:23 +00:00
2001-02-06 12:05:58 +00:00
1999-08-28 01:08:13 +00:00
1999-12-29 04:46:21 +00:00
1999-08-28 01:08:13 +00:00
1999-12-29 04:46:21 +00:00
2001-01-23 04:44:04 +00:00
2000-03-20 14:09:06 +00:00
2000-09-04 08:19:32 +00:00
2001-01-09 04:33:49 +00:00
1999-08-28 01:08:13 +00:00
2000-01-29 16:47:35 +00:00
2000-11-28 20:03:23 +00:00
1999-08-28 01:08:13 +00:00
2000-10-27 11:45:49 +00:00
1999-10-11 20:33:17 +00:00
2000-11-30 19:09:48 +00:00
1999-12-29 04:46:21 +00:00
1999-12-29 04:46:21 +00:00
2000-09-07 01:33:02 +00:00
2000-05-26 02:09:24 +00:00
2001-02-09 08:26:26 +00:00
1999-12-29 04:46:21 +00:00
2001-01-23 14:32:01 +00:00
1999-09-17 05:34:00 +00:00
2001-01-24 12:35:55 +00:00
1999-12-29 04:46:21 +00:00
1999-08-28 01:08:13 +00:00