Re: [patch] Real-Time Preemption, -RT-2.6.11-rc3-V0.7.38-01

From: K.R. Foley
Date: Fri Mar 11 2005 - 10:34:43 EST


Steven Rostedt wrote:
+#ifdef CONFIG_PREEMPT_RT
+#define PICK_SPIN_LOCK(otype,bit,name) spin_##otype(&bh->b_##name##_lock)
+#else
+#define PICK_SPIN_LOCK(otype,bit,name) bit_spin_##otype(bit,bh->b_state);
+#endif
+


Oops, extra semicolon on the non RT side.


I'll try again.

-- Steve

Haven't tried it yet, but does apply cleanly to 2.6.11-final-V0.7.40-00.

kr
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/