From owner-cvs-all Thu Mar 1 22: 7:42 2001 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 359AC37B71A; Thu, 1 Mar 2001 22:07:39 -0800 (PST) (envelope-from jhb@FreeBSD.org) Received: (from jhb@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2267d865845; Thu, 1 Mar 2001 22:07:39 -0800 (PST) (envelope-from jhb) Message-Id: <200103020607.f2267d865845@freefall.freebsd.org> From: John Baldwin Date: Thu, 1 Mar 2001 22:07:39 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern kern_intr.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG jhb 2001/03/01 22:07:39 PST Modified files: sys/kern kern_intr.c Log: Ok, the kernel will panic in kmem_malloc() if the kernel map is full, so malloc with M_WAITOK can't actually return NULL. I wish I could get two people to give me the same answer about this when I ask... Submitted by: jake Revision Changes Path 1.49 +1 -5 src/sys/kern/kern_intr.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message