Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 19 Nov 2010 15:12:19 +0000 (UTC)
From:      Colin Percival <cperciva@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/sys/i386/xen pmap.c
Message-ID:  <201011191512.oAJFCRiX044611@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
cperciva    2010-11-19 15:12:19 UTC

  FreeBSD src repository

  Modified files:
    sys/i386/xen         pmap.c 
  Log:
  SVN rev 215525 on 2010-11-19 15:12:19Z by cperciva
  
  Make pmap_release consistent with pmap_pinit with respect to unpinning
  pages.  The pinning of NPGPTD pages is #if 0ed out in pmap_pinit (I'm
  not quite sure why...) and this commit adds a corresponding #if 0 in
  pmap_release to avoid unpinning those pages.
  
  Some versions of Xen seem to silently ignore requests to unpin pages
  which were never pinned in the first place, but some return an error
  (causing FreeBSD to panic) prior to this commit.
  
  Revision  Changes    Path
  1.50      +5 -0      src/sys/i386/xen/pmap.c



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