Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 20 Sep 2003 12:27:48 -0700 (PDT)
From:      Marcel Moolenaar <marcel@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/conf files.ia64 src/sys/ia64/ia64 pmap.c uma_machdep.c
Message-ID:  <200309201927.h8KJRm9e006832@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
marcel      2003/09/20 12:27:48 PDT

  FreeBSD src repository

  Modified files:
    sys/conf             files.ia64 
    sys/ia64/ia64        pmap.c 
  Added files:
    sys/ia64/ia64        uma_machdep.c 
  Log:
  Move uma_small_alloc() and uma_small_free() to uma_machdep.c. These
  functions reference UMA internals from <vm/uma_int.h>, which makes
  them highly unwanted in non-UMA specific files.
  
  While here, prune the includes in pmap.c and use __FBSDID(). Move
  the includes above the descriptive comment.
  
  The copyright of uma_machdep.c is assigned to the project and can
  be reassigned to the foundation if and when when such is preferrable.
  
  Revision  Changes    Path
  1.59      +1 -0      src/sys/conf/files.ia64
  1.123     +22 -77    src/sys/ia64/ia64/pmap.c
  1.1       +82 -0     src/sys/ia64/ia64/uma_machdep.c (new)



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