git: kernel - Remove DISABLE_PSE option and related code

Matthew Dillon dillon at crater.dragonflybsd.org
Mon Dec 4 12:07:35 PST 2017


commit fb59d44582a009bbc3ece529aff44a43209037c2
Author: Matthew Dillon <dillon at apollo.backplane.com>
Date:   Sun Dec 3 19:06:03 2017 -0800

    kernel - Remove DISABLE_PSE option and related code
    
    * Remove the DISABLE_PSE option and related code.  Note that the pmap
      code was already forcing DISABLE_PSE since we are 64-bit only and
      the pmap code never supported PSE anyway.

Summary of changes:
 sys/config/LINT64               |  1 -
 sys/platform/pc64/conf/options  |  1 -
 sys/platform/pc64/x86_64/pmap.c | 36 +-----------------------------------
 3 files changed, 1 insertion(+), 37 deletions(-)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/fb59d44582a009bbc3ece529aff44a43209037c2


-- 
DragonFly BSD source repository



More information about the Commits mailing list