git: kernel - Implement segment pmap optimizations for x86-64 (2)

Matthew Dillon dillon at crater.dragonflybsd.org
Thu Sep 13 02:40:02 PDT 2012


commit 99c2cc558acf8f55930bcfd36c112e8953b5f89c
Author: Matthew Dillon <dillon at apollo.backplane.com>
Date:   Thu Sep 13 02:38:36 2012 -0700

    kernel - Implement segment pmap optimizations for x86-64 (2)
    
    * Reorder code to fix an assertion when a non-optimized PT belonging
      to the process pmap needs to be replaced by an optimized PT belonging
      to a shared pmap.
    
    Reported-by: ftigeot

Summary of changes:
 sys/platform/pc64/x86_64/pmap.c |   73 ++++++++++++++++++++++-----------------
 1 files changed, 41 insertions(+), 32 deletions(-)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/99c2cc558acf8f55930bcfd36c112e8953b5f89c


-- 
DragonFly BSD source repository



More information about the Commits mailing list