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-09-19 04:28:45 +00:00
2002-06-29 09:34:54 +00:00
2002-07-09 12:47:14 +00:00
2002-06-29 09:28:21 +00:00
2002-06-20 07:13:35 +00:00
2002-04-01 23:51:23 +00:00
2002-10-04 01:19:18 +00:00
2002-07-10 12:21:54 +00:00
2002-10-04 01:19:18 +00:00
2002-10-04 01:19:18 +00:00
2002-10-04 01:19:18 +00:00
2002-10-19 19:16:03 +00:00
2002-03-20 23:17:50 +00:00
2002-05-17 01:41:01 +00:00
2002-02-14 01:39:11 +00:00
2002-10-21 05:27:41 +00:00
2002-06-29 09:49:26 +00:00
2002-09-19 04:29:59 +00:00
2002-07-09 11:12:20 +00:00
2002-09-19 04:29:59 +00:00
2002-09-19 04:29:59 +00:00
2002-11-16 06:35:53 +00:00
2002-11-13 05:39:58 +00:00
2001-07-26 18:47:46 +00:00
2002-09-19 04:31:04 +00:00
2002-09-19 04:31:39 +00:00
2002-09-19 04:32:25 +00:00
2002-07-09 11:12:20 +00:00
2002-11-13 05:39:58 +00:00
2002-07-10 12:26:17 +00:00
2002-09-19 04:36:44 +00:00
2002-10-21 05:27:41 +00:00
2002-10-21 05:27:41 +00:00
2002-09-19 04:37:39 +00:00
2001-09-20 00:47:17 +00:00
2002-09-19 04:39:04 +00:00
2002-10-04 01:19:18 +00:00
2002-11-22 23:57:02 +00:00