Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 30 Sep 2003 22:42:58 -0700 (PDT)
From:      Jeff Roberson <jeff@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/i386/i386 pmap.c
Message-ID:  <200310010542.h915gwnN063407@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
jeff        2003/09/30 22:42:58 PDT

  FreeBSD src repository

  Modified files:
    sys/i386/i386        pmap.c 
  Log:
   - Define an inline pagezero() to select the appropriate full-page zeroing
     function from one of bzero, i686_pagezero, or sse2_pagezero.
   - Use pagezero() in the three pmap functions that need to zero full pages.
  
  Revision  Changes    Path
  1.440     +20 -16    src/sys/i386/i386/pmap.c



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