git: kernel - Move trap_is_smap() test outside of DDB condition

Matthew Dillon dillon at crater.dragonflybsd.org
Fri Jun 21 17:48:31 PDT 2019


commit 2cb716446feb09d7f5380995ff3dc45b92d90d33
Author: Matthew Dillon <dillon at apollo.backplane.com>
Date:   Fri Jun 21 17:47:31 2019 -0700

    kernel - Move trap_is_smap() test outside of DDB condition
    
    * The trap_is_smap() test, and generally the code handling improper
      user mode accesses from kernel mode, must be placed outside the
      DDB conditional.

Summary of changes:
 sys/platform/pc64/x86_64/trap.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/2cb716446feb09d7f5380995ff3dc45b92d90d33


-- 
DragonFly BSD source repository



More information about the Commits mailing list