From owner-cvs-all Sun Mar 21 15:37:21 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 34A3F15231; Sun, 21 Mar 1999 15:37:20 -0800 (PST) (envelope-from alc@FreeBSD.org) Received: (from alc@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id PAA23057; Sun, 21 Mar 1999 15:37:02 -0800 (PST) (envelope-from alc@FreeBSD.org) Message-Id: <199903212337.PAA23057@freefall.freebsd.org> From: Alan Cox Date: Sun, 21 Mar 1999 15:37:01 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/vm vm_map.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk alc 1999/03/21 15:37:01 PST Modified files: sys/vm vm_map.c Log: Two changes: Remove more (redundant) map timestamp increments from properly synchronized routines. (Changed: vm_map_entry_link, vm_map_entry_unlink, and vm_map_pageable.) Micro-optimize vm_map_entry_link and vm_map_entry_unlink, eliminating unnecessary dereferences. At the same time, converted them from macros to inline functions. Revision Changes Path 1.158 +24 -19 src/sys/vm/vm_map.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message