git: syscons - Fix comments related to do_switch_scr()

Antonio Huete Jimenez tuxillo at crater.dragonflybsd.org
Fri Oct 14 13:01:21 PDT 2011


commit e33e6446780fea68098566fbd9eb7f0d5459e966
Author: Antonio Huete Jimenez <tuxillo at quantumachine.net>
Date:   Fri Oct 14 21:46:49 2011 +0200

    syscons - Fix comments related to do_switch_scr()
    
    do_switch_scr() no longer releases critical sections so all
    the comments remarking this are now wrong, remove them.
    
    Most of the code uses now tty_token for the non-critical paths
    and it no longer needs a critical section.
    
    Pointed-out-by: @dillon

Summary of changes:
 sys/dev/misc/syscons/syscons.c |   33 ---------------------------------
 1 files changed, 0 insertions(+), 33 deletions(-)

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


-- 
DragonFly BSD source repository





More information about the Commits mailing list