cvs commit: src/sys/sys thread.h src/sys/kern lwkt_thread.c
Matthew Dillon
dillon at crater.dragonflybsd.org
Tue Jul 19 21:35:58 PDT 2005
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 at 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
More information about the Commits
mailing list