Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 16 Dec 2006 08:38:02 +0000 (UTC)
From:      Kip Macy <kmacy@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/sun4v/sun4v pmap.c tte_hash.c
Message-ID:  <200612160838.kBG8c2oR099402@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
kmacy       2006-12-16 08:38:02 UTC

  FreeBSD src repository

  Modified files:
    sys/sun4v/sun4v      pmap.c tte_hash.c 
  Log:
  Protect consistency of all internal functions in tte_hash.c using PCPU_{GET,SET}
  with critical_enter, critical_exit
  revert previous change to pmap.c now that tte_hash_resize is protected internally
  
  Revision  Changes    Path
  1.27      +1 -1      src/sys/sun4v/sun4v/pmap.c
  1.8       +12 -6     src/sys/sun4v/sun4v/tte_hash.c



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