Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 12 Aug 2010 10:09:28 +0000 (UTC)
From:      "Jayachandran C." <jchandra@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/sys/mips/include pmap.h src/sys/mips/mips pmap.c trap.c
Message-ID:  <201008121009.o7CA9pIl023291@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
jchandra    2010-08-12 10:09:28 UTC

  FreeBSD src repository

  Modified files:
    sys/mips/include     pmap.h 
    sys/mips/mips        pmap.c trap.c 
  Log:
  SVN rev 211217 on 2010-08-12 10:09:28Z by jchandra
  
  Implement pmap changes suggested by alc@:
  
  1. Move dirty bit emulation code that is duplicted for kernel and user
  in trap.c to a function pmap_emulate_modified() in pmap.c.
  
  2. While doing dirty bit emulation, it is not necessary to update the
  TLB entry on all CPUs using smp_rendezvous(), we can just update the
  TLB entry on the current CPU, and let the other CPUs update their TLB
  entry lazily if they get an exception.
  
  Reviewed by:    alc, neel
  
  Revision  Changes    Path
  1.19      +1 -3      src/sys/mips/include/pmap.h
  1.78      +42 -7     src/sys/mips/mips/pmap.c
  1.21      +9 -68     src/sys/mips/mips/trap.c



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