From owner-cvs-src@FreeBSD.ORG Sat Nov 20 02:29:37 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5E8E616A4D0; Sat, 20 Nov 2004 02:29:37 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 384E643D53; Sat, 20 Nov 2004 02:29:37 +0000 (GMT) (envelope-from das@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id iAK2Tbth000803; Sat, 20 Nov 2004 02:29:37 GMT (envelope-from das@repoman.freebsd.org) Received: (from das@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id iAK2Tb0P000802; Sat, 20 Nov 2004 02:29:37 GMT (envelope-from das) Message-Id: <200411200229.iAK2Tb0P000802@repoman.freebsd.org> From: David Schultz Date: Sat, 20 Nov 2004 02:29:37 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/alpha/alpha machdep.c mp_machdep.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 20 Nov 2004 02:29:37 -0000 das 2004-11-20 02:29:37 UTC FreeBSD src repository Modified files: sys/alpha/alpha machdep.c mp_machdep.c Log: U areas are going away, so don't allocate them. It's worrisome that mp_machdep.c was using UAREA_PAGES to allocate something that isn't a U area, and that there seems to be an implicit assumption that the PCB is just past the end of the kernel stack. Reviewed by: arch@ Revision Changes Path 1.225 +1 -5 src/sys/alpha/alpha/machdep.c 1.54 +1 -1 src/sys/alpha/alpha/mp_machdep.c