From owner-cvs-sys Sun Sep 21 15:38:03 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id PAA22106 for cvs-sys-outgoing; Sun, 21 Sep 1997 15:38:03 -0700 (PDT) Received: from dyson.iquest.net (dyson.iquest.net [198.70.144.127]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id PAA22095; Sun, 21 Sep 1997 15:37:53 -0700 (PDT) Received: (from root@localhost) by dyson.iquest.net (8.8.6/8.8.5) id RAA03635; Sun, 21 Sep 1997 17:37:46 -0500 (EST) From: "John S. Dyson" Message-Id: <199709212237.RAA03635@dyson.iquest.net> Subject: Re: cvs commit: src/sys/i386/i386 locore.s mp_machdep.c pmap.c In-Reply-To: <199709212211.AAA06000@ocean.campus.luth.se> from Mikael Karpberg at "Sep 22, 97 00:11:16 am" To: karpen@ocean.campus.luth.se (Mikael Karpberg) Date: Sun, 21 Sep 1997 17:37:46 -0500 (EST) Cc: dyson@FreeBSD.ORG, cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG X-Mailer: ELM [version 2.4ME+ PL31 (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 Mikael Karpberg said: > 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? > Also handle interrupts. It becomes especially problematical on large systems with lots of interrupts. Two pages isn't really enough in general, but it seems to be okay for now. -- John dyson@freebsd.org jdyson@nc.com