From owner-cvs-all Fri Mar 12 23:31:44 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 3392D153A7; Fri, 12 Mar 1999 23:31:43 -0800 (PST) (envelope-from alc@FreeBSD.org) Received: (from alc@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id XAA17269; Fri, 12 Mar 1999 23:31:30 -0800 (PST) (envelope-from alc@FreeBSD.org) Message-Id: <199903130731.XAA17269@freefall.freebsd.org> From: Alan Cox Date: Fri, 12 Mar 1999 23:31:30 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/i386 pmap.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk alc 1999/03/12 23:31:29 PST Modified files: sys/i386/i386 pmap.c Log: pmap_qenter/pmap_qremove: Use the pmap_kenter/pmap_kremove inline functions instead of duplicating them. pmap_remove_all: Eliminate an unused (but initialized) variable. pmap_ts_reference: Change the implementation. The new implementation is much smaller and simpler, but functionally identical. (Reviewed by "John S. Dyson" .) Revision Changes Path 1.225 +62 -89 src/sys/i386/i386/pmap.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message