commit eb673128b7e9d446d8fddbaba3d6ef17b5d0cd1e
Author: Matthew Dillon <[email protected]>
Date: Wed Nov 30 12:04:10 2011 -0800
kernel - Add missing lwkt_switch_return() call to pcb_ext path
* Add missing lwkt_switch_return() call to pcb_ext path
* This path is only used when a program accesses /dev/io (basically
none in normal system operation).
Summary of changes:
sys/platform/pc32/i386/vm_machdep.c | 2 +-
sys/platform/vkernel/i386/vm_machdep.c | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/eb673128b7e9d446d8fddbaba3d6ef17b5d0cd1e
--
DragonFly BSD source repository