Home
last modified time | relevance | path

Searched hist:b19d9defef17fd447813157b9e7fd8ad26a78cb2 (Results 1 – 5 of 5) sorted by relevance

/freebsd/sys/powerpc/powerpc/
H A Dvm_machdep.cdiff 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 Dvm_machdep.cdiff 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 Dvm_machdep.cdiff 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 Dkern_thread.cdiff 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 Dproc.hdiff 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