From owner-cvs-src@FreeBSD.ORG Sat May 31 23:37:48 2003 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 EC50F37B404 for ; Sat, 31 May 2003 23:37:48 -0700 (PDT) Received: from rootlabs.com (root.org [67.118.192.226]) by mx1.FreeBSD.org (Postfix) with SMTP id BD33F43F75 for ; Sat, 31 May 2003 23:37:45 -0700 (PDT) (envelope-from nate@rootlabs.com) Received: (qmail 17480 invoked by uid 1000); 1 Jun 2003 06:37:47 -0000 Date: Sat, 31 May 2003 23:37:47 -0700 (PDT) From: Nate Lawson To: Peter Wemm In-Reply-To: <20030531065532.01A0C37B436@hub.freebsd.org> Message-ID: <20030531233551.M17439@root.org> References: <20030531065532.01A0C37B436@hub.freebsd.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/amd64/amd64 locore.S 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: Sun, 01 Jun 2003 06:37:49 -0000 On Fri, 30 May 2003, Peter Wemm wrote: > Have hammer_time() return the proc0 stack location, and have locore > switch to it before calling mi_startup(). I suppose you have to call STOP() before hammer_time(). And the onboard microcontroller version will be mc_hammer_time(). -Nate :)