cvs commit: src/sys/ia64/ia64 exception.s

Marcel Moolenaar marcel at FreeBSD.org
Sat Apr 5 21:55:38 PST 2003


marcel      2003/04/05 21:55:36 PST

  FreeBSD src repository

  Modified files:
    sys/ia64/ia64        exception.s 
  Log:
  Also set the access bit in the PTE when we get a data dirty bit fault.
  This avoids an immediate access bit fault when we serviced the dirty
  bit fault in case the access bit is unset. This typically happens for
  newly allocated memory that's being zeroed and thus very common.
  
  Revision  Changes    Path
  1.40      +2 -2      src/sys/ia64/ia64/exception.s


More information about the cvs-src mailing list