From owner-cvs-all Wed Jun 19 23:25:29 2002 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 7BFD537B411; Wed, 19 Jun 2002 23:25:22 -0700 (PDT) Received: (from peter@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5K6PMG03454; Wed, 19 Jun 2002 23:25:22 -0700 (PDT) (envelope-from peter) Message-Id: <200206200625.g5K6PMG03454@freefall.freebsd.org> From: Peter Wemm Date: Wed, 19 Jun 2002 23:25:22 -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 List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG peter 2002/06/19 23:25:22 PDT Modified files: sys/ia64/ia64 pmap.c Log: panic rather than fault and explode if we fail to contigmalloc a kernel stack. This is still bad(TM), but at least we have a clue when we get hit when contigmalloc fails. Revision Changes Path 1.63 +3 -0 src/sys/ia64/ia64/pmap.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message