Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 22 Mar 2009 02:33:48 +0000 (UTC)
From:      Alan Cox <alc@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/sys/amd64/amd64 vm_machdep.c src/sys/i386/i386 vm_machdep.c
Message-ID:  <200903220235.n2M2Z8Fn031331@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
alc         2009-03-22 02:33:48 UTC

  FreeBSD src repository

  Modified files:
    sys/amd64/amd64      vm_machdep.c 
    sys/i386/i386        vm_machdep.c 
  Log:
  SVN rev 190237 on 2009-03-22 02:33:48Z by alc
  
  Eliminate the recomputation of pcb_cr3 from cpu_set_upcall().  The
  bcopy()ed value from the old thread is the correct value because the new
  thread and the old thread will share a page table.
  
  Revision  Changes    Path
  1.261     +1 -1      src/sys/amd64/amd64/vm_machdep.c
  1.296     +1 -5      src/sys/i386/i386/vm_machdep.c



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