From owner-cvs-all@FreeBSD.ORG Fri May 30 23:55:24 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B8FB737B404; Fri, 30 May 2003 23:55:24 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 322E243F75; Fri, 30 May 2003 23:55:24 -0700 (PDT) (envelope-from peter@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h4V6tM0U040822; Fri, 30 May 2003 23:55:22 -0700 (PDT) (envelope-from peter@repoman.freebsd.org) Received: (from peter@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h4V6snT7040778; Fri, 30 May 2003 23:54:49 -0700 (PDT) Message-Id: <200305310654.h4V6snT7040778@repoman.freebsd.org> From: Peter Wemm Date: Fri, 30 May 2003 23:54:47 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/amd64/amd64 locore.S machdep.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 31 May 2003 06:55:25 -0000 peter 2003/05/30 23:54:47 PDT FreeBSD src repository Modified files: sys/amd64/amd64 locore.S machdep.c Log: Have hammer_time() return the proc0 stack location, and have locore switch to it before calling mi_startup(). The bootstack is WAY too small for running acpica during probe/attach. While here, pass modulep/physfree to the startup routine, rather than writing to the global variables in locore.S. Approved by: re (amd64/*) Revision Changes Path 1.175 +4 -6 src/sys/amd64/amd64/locore.S 1.581 +13 -19 src/sys/amd64/amd64/machdep.c