commit abd682fae0aeb45ccdbd802790d8123f7c0a2fac
Author: Matthew Dillon <[email protected]>
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/abd682fae0aeb45ccdbd802790d8123f7c0a2fac
--
DragonFly BSD source repository