Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 16 Oct 2007 03:20:32 +0000 (UTC)
From:      Marcel Moolenaar <marcel@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/ia64/ia64 exception.S
Message-ID:  <200710160320.l9G3KXMG057442@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
marcel      2007-10-16 03:20:32 UTC

  FreeBSD src repository

  Modified files:
    sys/ia64/ia64        exception.S 
  Log:
  Set PTE_ACCESSED in the PTE and before inserting it in the VHPT.
  This avoids back-to-back faults for all TLB misses. This can be
  improved further in the future by also setting PTE_DIRTY for TLB
  misses for write accesses.
  
  MFC after: 1 week
  
  Revision  Changes    Path
  1.63      +12 -2     src/sys/ia64/ia64/exception.S



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