Maxime Henrion
b19d9defef
Under certain circumstances, we were calling kmem_free() from
...
i386 cpu_thread_exit(). This resulted in a panic with WITNESS
since we need to hold Giant to call kmem_free(), and we weren't
helding it anymore in cpu_thread_exit(). We now do this from a
new MD function, cpu_thread_dtor(), called by thread_dtor().
Approved by: re@
Suggested by: jhb
2002-11-22 23:57:02 +00:00
..
2002-11-22 23:57:02 +00:00
2002-11-22 23:57:02 +00:00
2002-10-13 00:31:46 +00:00
2002-11-22 18:39:30 +00:00
2002-11-22 22:55:51 +00:00
2002-10-01 17:15:53 +00:00
2002-11-16 23:48:14 +00:00
2002-11-18 06:17:07 +00:00
2002-11-15 00:00:15 +00:00
2002-11-01 08:56:39 +00:00
2002-10-25 19:41:32 +00:00
2002-11-22 18:11:13 +00:00
2002-11-09 12:55:07 +00:00
2002-11-20 20:12:52 +00:00
2002-10-18 21:41:41 +00:00
2002-11-15 00:00:15 +00:00
2002-11-22 23:57:02 +00:00
2002-11-22 23:57:02 +00:00
2002-11-11 15:26:08 +00:00
2002-11-02 20:16:55 +00:00
2002-11-22 23:57:02 +00:00
2002-11-09 12:55:07 +00:00
2002-11-22 22:55:51 +00:00
2002-11-20 19:07:27 +00:00
2002-11-08 18:27:30 +00:00
2002-11-20 23:01:59 +00:00
2002-11-20 19:07:27 +00:00
2002-10-31 19:45:48 +00:00
2002-11-08 23:37:50 +00:00
2002-11-08 21:16:27 +00:00
2002-10-16 09:19:17 +00:00
2002-11-08 21:26:32 +00:00
2002-11-08 21:26:32 +00:00
2002-10-11 14:58:34 +00:00
2002-11-20 15:21:06 +00:00
2002-11-04 15:13:36 +00:00
2002-11-08 23:07:41 +00:00
2002-11-17 02:57:06 +00:00
2002-10-07 07:02:48 +00:00
2002-11-14 23:49:09 +00:00
2002-11-17 04:15:34 +00:00
2002-11-22 23:57:02 +00:00
2002-11-20 15:41:25 +00:00
2002-11-22 23:57:02 +00:00
2002-11-22 23:57:02 +00:00
2002-09-26 04:48:44 +00:00
2002-11-20 05:16:11 +00:00
2002-11-21 09:17:56 +00:00