From owner-cvs-src-old@FreeBSD.ORG Wed Apr 14 01:29:50 2010 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id CC4201065675 for ; Wed, 14 Apr 2010 01:29:50 +0000 (UTC) (envelope-from neel@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id A298D8FC17 for ; Wed, 14 Apr 2010 01:29:50 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id o3E1TomQ038755 for ; Wed, 14 Apr 2010 01:29:50 GMT (envelope-from neel@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id o3E1Tooc038754 for cvs-src-old@freebsd.org; Wed, 14 Apr 2010 01:29:50 GMT (envelope-from neel@repoman.freebsd.org) Message-Id: <201004140129.o3E1Tooc038754@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to neel@repoman.freebsd.org using -f From: Neel Natu Date: Wed, 14 Apr 2010 01:29:31 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/mips/mips vm_machdep.c X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 Apr 2010 01:29:50 -0000 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