Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: src/sys/dev/wscons



Module Name:    src
Committed By:   christos
Date:           Sun Oct  4 22:24:15 UTC 2009

Modified Files:
        src/sys/dev/wscons: wsdisplay_compat_usl.c

Log Message:
Don't call usl_sync_check_sig from an interrupt context. Call it only if waitok.
Stack trace:    mutex_vector_enter <- usl_sync_check_sig <- usl_detachproc <-
                wsdisplay_switch <- wskbd_translate <- wskbd_input <-
                pckbd_input <- pckbcintr <- intr_biglock_wrapper <-
                Xintr_ioapic_edge1
Reported by Anon Ymous


To generate a diff of this commit:
cvs rdiff -u -r1.45 -r1.46 src/sys/dev/wscons/wsdisplay_compat_usl.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



Home | Main Index | Thread Index | Old Index