Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 31 Dec 2010 17:39:31 +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:  <201012311739.oBVHdtgf046058@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
cperciva    2010-12-31 17:39:31 UTC

  FreeBSD src repository

  Modified files:
    sys/i386/xen         pmap.c 
  Log:
  SVN rev 216843 on 2010-12-31 17:39:31Z by cperciva
  
  Make i386_set_ldt work on i386/XEN, step 1/5.
  
  Lock the vm page queue mutex around calls to pte_store.  As with many other
  uses of the vm page queue mutex in i386/xen/pmap.c, this is bogus and needs
  to be replaced at some future date by a spin lock dedicated to protecting
  the queue of pending xen page mapping hypervisor calls.  (But for now, bogus
  locking is better than a panic.)
  
  MFC after:      3 days
  
  Revision  Changes    Path
  1.57      +4 -0      src/sys/i386/xen/pmap.c



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