On Thu, 2007-06-07 at 09:21 -0700, Daniel Walker wrote:
.
+ *
+ * The new debugging code in __schedule() expects that interrupts
+ * are disabled across a switch_to. Need to investigate which
+ * consequences this has.
*/
-#if 0 // preempt_rt hack, because warn_on in shedule.c triggers
+#ifndef CONFIG_PREEMPT_RT
#define __ARCH_WANT_INTERRUPTS_ON_CTXSW
#endif
It is starting to look like a real fix now, thanks for updating it
Thomas .
Daniel