From owner-cvs-all Mon Aug 30 15:14:23 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id E3D6614E26; Mon, 30 Aug 1999 15:14:18 -0700 (PDT) (envelope-from msmith@FreeBSD.org) Received: (from msmith@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id PAA03806; Mon, 30 Aug 1999 15:13:30 -0700 (PDT) (envelope-from msmith@FreeBSD.org) Message-Id: <199908302213.PAA03806@freefall.freebsd.org> From: Mike Smith Date: Mon, 30 Aug 1999 15:13:30 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/i386 mem.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk msmith 1999/08/30 15:13:30 PDT Modified files: sys/i386/i386 mem.c Log: Check that there is memory range support before attempting to perform such an operation, as a kernel client may not have previously checked the CPU type (it may not be able to). Also correct the function declaration style for the mem_range functions to match the rest of this file (oops). Submitted by: gibbs Revision Changes Path 1.67 +15 -3 src/sys/i386/i386/mem.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message