From owner-cvs-all Thu Oct 12 7:28:10 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 78E6637B503; Thu, 12 Oct 2000 07:28:06 -0700 (PDT) Received: (from dfr@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id HAA25574; Thu, 12 Oct 2000 07:28:06 -0700 (PDT) (envelope-from dfr@FreeBSD.org) Message-Id: <200010121428.HAA25574@freefall.freebsd.org> From: Doug Rabson Date: Thu, 12 Oct 2000 07:28:06 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/ia64/ia64 pmap.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG dfr 2000/10/12 07:28:06 PDT Modified files: sys/ia64/ia64 pmap.c Log: * Allocate kernel stacks with contigmalloc() to make exception handling safe - we can't afford to take a TLB trap when we are writing a trapframe. Possibly revisit this later. * Various fixes to pmap_enter() so that it actually works properly. Revision Changes Path 1.6 +37 -71 src/sys/ia64/ia64/pmap.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message