John Baldwin
63fcce68f1
- Move contents of sched_add() into a sched_add_internal() function that
...
takes an argument to specify if it should preempt or not. Don't preempt
when sched_add_internal() is called from kseq_idled() or kseq_assign()
as in those cases we are about to call mi_switch() anyways. Also, doing
so during the first context switch on an AP leads to a NULL pointer deref
because curthread is NULL.
- Reenable preemption for ULE.
Submitted by: Taku YAMAMOTO taku at tackymt.homeip.net
2004-07-08 21:45:04 +00:00
..
2004-06-05 02:18:28 +00:00
2004-06-26 18:58:22 +00:00
2004-06-16 00:26:31 +00:00
2004-07-02 00:38:56 +00:00
2004-06-17 17:16:53 +00:00
2004-07-02 03:48:09 +00:00
2004-06-28 18:57:06 +00:00
2004-06-22 20:22:24 +00:00
2004-06-19 11:40:08 +00:00
2004-04-28 01:27:33 +00:00
2004-07-04 10:52:54 +00:00
2004-06-02 07:52:36 +00:00
2004-06-21 14:49:50 +00:00
2004-06-26 18:58:22 +00:00
2004-07-02 19:09:50 +00:00
2004-07-02 20:21:44 +00:00
2004-06-27 09:03:22 +00:00
2004-06-26 18:58:22 +00:00
2004-07-01 07:46:29 +00:00
2004-06-03 01:47:37 +00:00
2004-05-03 22:54:46 +00:00
2004-05-31 21:46:06 +00:00
2004-06-01 16:17:10 +00:00
2004-07-02 20:21:44 +00:00
2004-06-16 09:47:26 +00:00
2004-07-03 02:38:03 +00:00
2004-06-20 22:17:22 +00:00
2004-06-13 02:50:07 +00:00
2004-06-21 17:46:27 +00:00
2004-06-14 18:19:05 +00:00
2004-07-02 20:21:44 +00:00
2004-07-02 19:09:50 +00:00
2004-07-02 19:09:50 +00:00
2004-07-03 00:57:43 +00:00
2004-07-02 20:21:44 +00:00
2004-06-11 02:20:37 +00:00
2004-07-02 00:40:07 +00:00
2004-07-02 19:09:50 +00:00
2004-06-21 22:34:57 +00:00
2004-07-02 00:40:07 +00:00
2004-06-11 11:16:26 +00:00
2004-06-29 03:13:54 +00:00
2004-05-19 14:36:38 +00:00
2004-07-02 20:21:44 +00:00
2004-07-08 21:45:04 +00:00
2004-06-04 04:03:26 +00:00
2004-06-30 16:54:10 +00:00
2004-06-16 09:47:26 +00:00
2004-06-16 09:47:26 +00:00
2004-06-18 20:12:42 +00:00
2004-07-02 03:50:48 +00:00
2004-07-01 16:22:10 +00:00
2004-07-02 19:09:50 +00:00
2004-05-06 15:54:02 +00:00
2004-06-28 16:28:23 +00:00
2004-07-02 19:09:50 +00:00
2004-07-02 19:09:50 +00:00
2004-06-13 00:23:03 +00:00
2004-07-02 09:19:22 +00:00
2004-06-20 17:35:50 +00:00
2004-07-02 00:38:56 +00:00
2004-07-02 00:40:07 +00:00
2004-05-30 20:34:58 +00:00
2004-05-30 20:34:58 +00:00
2004-06-19 14:46:13 +00:00
2004-06-21 22:57:16 +00:00
2004-06-16 09:47:26 +00:00
2004-06-17 17:16:53 +00:00
2004-06-25 22:10:20 +00:00
2004-06-17 17:16:53 +00:00
2004-06-26 09:20:07 +00:00
2004-06-01 04:08:48 +00:00
2004-05-31 21:46:06 +00:00
2004-06-11 18:17:25 +00:00
2004-05-30 20:34:58 +00:00
2004-06-26 19:10:39 +00:00
2004-06-26 19:10:39 +00:00
2004-07-05 19:29:33 +00:00
2004-06-24 01:43:23 +00:00
2004-07-02 07:40:10 +00:00
2004-06-17 22:48:11 +00:00
2004-07-06 23:40:40 +00:00
2004-07-07 07:00:02 +00:00
2004-06-24 17:22:29 +00:00
2004-07-07 06:58:29 +00:00
2004-07-06 09:39:32 +00:00
2004-07-08 06:11:36 +00:00
2004-06-24 17:22:29 +00:00
2004-06-05 02:18:28 +00:00