Source-Changes archive

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

CVS commit: [netbsd-5] src/sys/kern



Module Name:    src
Committed By:   snj
Date:           Mon Feb  2 19:32:39 UTC 2009

Modified Files:
        src/sys/kern [netbsd-5]: kern_synch.c

Log Message:
Pull up following revision(s) (requested by ad in ticket #360):
        sys/kern/kern_synch.c: revision 1.257
Don't increment the 'kpreempt defer: IPL' counter if a preemption is pending
and we try to process it from interrupt context. We can't process it, and
will be handled at EOI anyway. Can happen when kernel_lock is released.


To generate a diff of this commit:
cvs rdiff -r1.254.2.1 -r1.254.2.2 src/sys/kern/kern_synch.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