/freebsd/sys/powerpc/powerpc/ |
H A D | vm_machdep.c | diff b19d9defef17fd447813157b9e7fd8ad26a78cb2 Sat Nov 23 00:57:02 CET 2002 Maxime Henrion <mux@FreeBSD.org> 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 diff b19d9defef17fd447813157b9e7fd8ad26a78cb2 Sat Nov 23 00:57:02 CET 2002 Maxime Henrion <mux@FreeBSD.org> 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
|
/freebsd/sys/amd64/amd64/ |
H A D | vm_machdep.c | diff b19d9defef17fd447813157b9e7fd8ad26a78cb2 Sat Nov 23 00:57:02 CET 2002 Maxime Henrion <mux@FreeBSD.org> 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 diff b19d9defef17fd447813157b9e7fd8ad26a78cb2 Sat Nov 23 00:57:02 CET 2002 Maxime Henrion <mux@FreeBSD.org> 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
|
/freebsd/sys/i386/i386/ |
H A D | vm_machdep.c | diff b19d9defef17fd447813157b9e7fd8ad26a78cb2 Sat Nov 23 00:57:02 CET 2002 Maxime Henrion <mux@FreeBSD.org> 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 diff b19d9defef17fd447813157b9e7fd8ad26a78cb2 Sat Nov 23 00:57:02 CET 2002 Maxime Henrion <mux@FreeBSD.org> 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
|
/freebsd/sys/kern/ |
H A D | kern_thread.c | diff b19d9defef17fd447813157b9e7fd8ad26a78cb2 Sat Nov 23 00:57:02 CET 2002 Maxime Henrion <mux@FreeBSD.org> 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 diff b19d9defef17fd447813157b9e7fd8ad26a78cb2 Sat Nov 23 00:57:02 CET 2002 Maxime Henrion <mux@FreeBSD.org> 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
|
/freebsd/sys/sys/ |
H A D | proc.h | diff b19d9defef17fd447813157b9e7fd8ad26a78cb2 Sat Nov 23 00:57:02 CET 2002 Maxime Henrion <mux@FreeBSD.org> 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 diff b19d9defef17fd447813157b9e7fd8ad26a78cb2 Sat Nov 23 00:57:02 CET 2002 Maxime Henrion <mux@FreeBSD.org> 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
|