wpaul
8be176b07b
Correct the macro definition for KeRaiseIrql(). The official API
...
is KeRaiseIrql(newirql, &oldirql), not oldirql = KeRaiseIrql(newirql).
(The macro ultimately translates to KfRaiseIrql() which does use
the latter API, so this has no effect on generated code.)
Also, wait for thread termination the right way: kthread_exit()
will ultimately do a wakeup(td->td_proc). This is the event we
should wait on. Eliminate the previous synchronization machinery
for this since it was never guaranteed to work correctly.
2005-10-21 05:23:20 +00:00
..
2005-10-16 20:58:22 +00:00
2005-10-17 23:23:20 +00:00
2005-10-20 20:30:51 +00:00
2005-10-20 11:14:34 +00:00
2005-05-29 16:11:34 +00:00
2005-09-16 01:26:17 +00:00
2005-08-08 19:55:32 +00:00
2005-10-21 05:23:20 +00:00
2005-10-20 20:51:30 +00:00
2005-10-13 21:11:20 +00:00
2005-08-18 00:30:22 +00:00
2005-10-02 22:57:31 +00:00
2005-10-20 09:55:49 +00:00
2005-10-18 20:21:25 +00:00
2005-03-28 18:31:18 +00:00
2005-10-09 17:10:35 +00:00
2005-10-16 21:39:29 +00:00
2005-08-09 10:20:02 +00:00
2005-10-19 14:59:54 +00:00
2005-10-16 20:58:22 +00:00
2005-09-28 15:01:58 +00:00
2005-10-18 13:35:08 +00:00
2005-10-20 21:28:31 +00:00
2005-10-06 19:06:07 +00:00
2005-10-18 07:54:02 +00:00
2005-10-16 20:44:18 +00:00
2005-08-30 14:27:47 +00:00
2005-09-11 16:04:56 +00:00
2005-08-09 10:20:02 +00:00
2005-10-16 20:44:18 +00:00
2005-10-19 09:37:52 +00:00
2005-10-19 17:18:49 +00:00
2005-09-26 20:35:45 +00:00
2005-09-07 10:06:14 +00:00
2005-08-22 07:05:14 +00:00
2005-09-07 10:06:14 +00:00
2005-07-29 13:22:37 +00:00
2005-10-02 08:32:49 +00:00
2005-07-14 20:08:27 +00:00
2005-04-25 05:11:19 +00:00
2005-10-06 19:04:08 +00:00
2005-09-27 18:09:42 +00:00
2005-08-18 11:58:03 +00:00
2005-10-16 20:22:56 +00:00
2005-09-25 21:29:32 +00:00
2005-10-18 06:10:03 +00:00
2005-10-18 11:46:24 +00:00
2005-10-14 12:43:47 +00:00
2005-09-19 16:51:43 +00:00
2005-10-09 02:37:27 +00:00
2005-10-15 02:09:43 +00:00
2005-10-18 11:49:14 +00:00
2005-09-24 20:11:07 +00:00
2005-10-21 01:54:00 +00:00
2005-10-20 21:28:31 +00:00
2005-03-08 00:09:41 +00:00