From owner-cvs-sys Sun Sep 21 15:05:59 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id PAA20349 for cvs-sys-outgoing; Sun, 21 Sep 1997 15:05:59 -0700 (PDT) Received: from ocean.campus.luth.se (ocean.campus.luth.se [130.240.194.116]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id PAA20338; Sun, 21 Sep 1997 15:05:49 -0700 (PDT) Received: (from karpen@localhost) by ocean.campus.luth.se (8.8.5/8.8.5) id AAA06000; Mon, 22 Sep 1997 00:11:17 +0200 (CEST) From: Mikael Karpberg Message-Id: <199709212211.AAA06000@ocean.campus.luth.se> Subject: Re: cvs commit: src/sys/i386/i386 locore.s mp_machdep.c pmap.c In-Reply-To: <199709210550.WAA20773@freefall.freebsd.org> from John Dyson at "Sep 20, 97 10:50:05 pm" To: dyson@FreeBSD.ORG (John Dyson) Date: Mon, 22 Sep 1997 00:11:16 +0200 (CEST) Cc: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG X-Mailer: ELM [version 2.4ME+ PL31H (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk According to John Dyson: > dyson 1997/09/20 22:50:05 PDT > > Modified files: > sys/i386/i386 locore.s mp_machdep.c pmap.c > Log: > Add support for more than 1 page of idle process stack on SMP systems. FMI: What does the idle process need stack for? I thought all it does was zero pages, and HALT? /Mikael