Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 12 Oct 1996 13:36:18 -0700 (PDT)
From:      Bruce Evans <bde>
To:        CVS-committers, cvs-all, cvs-sys
Subject:   cvs commit:  src/sys/i386/include pmap.h src/sys/i386/i386 pmap.c
Message-ID:  <199610122036.NAA29476@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199610122036.NAA29476>