DragonFly commits List (threaded) for 2005-07
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]
cvs commit: src/sys/sys thread.h src/sys/kern lwkt_thread.c
dillon 2005/07/19 21:33:44 PDT
DragonFly src repository
Modified files:
sys/sys thread.h
sys/kern lwkt_thread.c
Log:
Limit switch-from-interrupt warnings to once per thread to avoid an endless
loop. Generate a DDB backtrace when it occurs.
Note from Peter's report that it is possible for the idle thread to panic
if e.g. an IPI or FAST interrupt running in the idle thread's context panics.
This can result in highly unexpected operation and needs to be addressed.
Reported-by: Peter Avalos <pavalos@xxxxxxxxxxxx>
Revision Changes Path
1.65 +1 -0 src/sys/sys/thread.h
1.79 +8 -2 src/sys/kern/lwkt_thread.c
http://www.dragonflybsd.org/cvsweb/src/sys/sys/thread.h.diff?r1=1.64&r2=1.65&f=u
http://www.dragonflybsd.org/cvsweb/src/sys/kern/lwkt_thread.c.diff?r1=1.78&r2=1.79&f=u
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]