git: kernel - Do not back out critical section for exchange_scr() call

Matthew Dillon dillon at crater.dragonflybsd.org
Sun Oct 31 19:46:35 PDT 2010


commit 1810054a4ae5b647cf09b7417d2e619d21770b5f
Author: Matthew Dillon <dillon at apollo.backplane.com>
Date:   Sun Oct 31 19:38:46 2010 -0700

    kernel - Do not back out critical section for exchange_scr() call
    
    * The critical section may be protecting a spinlock and cannot be safely
      backed out when calling exchange_scr().
    
    * Fixes a panic.
    
    Reported-by: rob

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

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/1810054a4ae5b647cf09b7417d2e619d21770b5f


-- 
DragonFly BSD source repository





More information about the Commits mailing list