mux
8169a213d9
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
..
2001-07-08 04:56:07 +00:00
2002-08-22 19:52:16 +00:00
2002-10-30 01:41:44 +00:00
2002-09-20 16:37:15 +00:00
2002-10-04 20:40:39 +00:00
2002-05-26 11:23:00 +00:00
2002-07-09 19:20:18 +00:00
2002-04-01 23:51:23 +00:00
2002-08-25 13:23:09 +00:00
2002-04-13 22:21:28 +00:00
2002-03-21 06:14:58 +00:00
2002-09-19 20:40:26 +00:00
2002-08-22 19:52:16 +00:00
2002-10-04 15:58:03 +00:00
2002-08-22 19:52:16 +00:00
2002-10-04 15:56:02 +00:00
2002-08-22 19:52:16 +00:00
2002-08-22 19:52:16 +00:00
2002-08-22 19:52:16 +00:00
2002-08-22 19:52:16 +00:00
2002-08-22 19:52:16 +00:00
2002-08-22 19:52:16 +00:00
2002-08-31 03:21:59 +00:00
2002-10-19 19:16:03 +00:00
2002-07-31 19:37:03 +00:00
2001-09-12 08:38:13 +00:00
2002-07-31 19:37:03 +00:00
2001-09-10 10:48:19 +00:00
2002-09-14 16:54:46 +00:00
2002-10-25 19:10:58 +00:00
2002-11-16 06:35:53 +00:00
2002-10-11 14:58:34 +00:00
2002-05-08 23:12:00 +00:00
2002-04-15 21:44:19 +00:00
2002-11-18 01:36:09 +00:00
2002-04-15 21:44:19 +00:00
2002-11-08 15:24:32 +00:00
2002-04-01 21:31:13 +00:00
2001-05-31 23:31:34 +00:00
2002-06-20 07:40:53 +00:00
2002-07-12 18:34:22 +00:00
2002-07-31 19:37:03 +00:00
2002-10-24 23:09:48 +00:00
2002-11-22 23:57:02 +00:00