From owner-cvs-sys Sat Oct 12 13:38:07 1996 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id NAA29520 for cvs-sys-outgoing; Sat, 12 Oct 1996 13:38:07 -0700 (PDT) Received: (from bde@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id NAA29476; Sat, 12 Oct 1996 13:36:18 -0700 (PDT) Date: Sat, 12 Oct 1996 13:36:18 -0700 (PDT) From: Bruce Evans Message-Id: <199610122036.NAA29476@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sys Subject: cvs commit: src/sys/i386/include pmap.h src/sys/i386/i386 pmap.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk bde 96/10/12 13:36:17 Modified: sys/i386/include pmap.h sys/i386/i386 pmap.c Log: Cleaned up: - fixed a sloppy common-style declaration. - removed an unused macro. - moved once-used macros to the one file where they are used. - removed unused forward struct declarations. - removed __pure. - declared inline functions as inline in their prototype as well as in theire definition (gcc unfortunately allows the prototype to be inconsistent). - staticized. Revision Changes Path 1.44 +3 -15 src/sys/i386/include/pmap.h 1.124 +12 -6 src/sys/i386/i386/pmap.c