Date: Wed, 14 Apr 2010 01:29:31 +0000 (UTC) From: Neel Natu <neel@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/sys/mips/mips vm_machdep.c Message-ID: <201004140129.o3E1Tooc038754@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
neel 2010-04-14 01:29:31 UTC FreeBSD src repository Modified files: sys/mips/mips vm_machdep.c Log: SVN rev 206582 on 2010-04-14 01:29:31Z by neel Revert the vm_machdep.c part of r205072. This causes a panic in vm_thread_dispose() when it tries to add this kstack to the kstack cache. This happens only when 'td_kstack' is not (PAGE_SIZE * 2) bytes aligned and we have unmapped the page at that address in cpu_thread_alloc. Pointed out by: nwhitehorn@ Revision Changes Path 1.6 +2 -18 src/sys/mips/mips/vm_machdep.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201004140129.o3E1Tooc038754>