--- src/sys/kern/usched_dummy.c 2006/05/29 03:57:20 1.1 +++ src/sys/kern/usched_dummy.c 2006/05/29 22:57:22 1.2 @@ -324,7 +324,10 @@ dummy_setrunqueue(struct lwp *lp) * in those other procedures to avoid a deadlock. * * The MP lock may or may not be held on entry and cannot be obtained - * by this routine (because it is called from a systimer IPI). + * by this routine (because it is called from a systimer IPI). Additionally, + * because this is equivalent to a FAST interrupt, spinlocks cannot be used + * (or at least, you have to check that gd_spin* counts are 0 before you + * can). * * This routine is called at ESTCPUFREQ on each cpu independantly. *