On Fri, 2012-03-02 at 10:36 -0500, Steven Rostedt wrote: > > +#ifdef CONFIG_PREEMPT_RT_FULL > +# define hotplug_lock() spin_lock(&cpu_hotplug.lock) > +# define hotplug_unlock() spin_unlock(&cpu_hotplug.lock) > +#else > +# define hotplug_lock() mutex_lock(&cpu_hotplug.lock) > +# define hotplug_lock() mutex_unlock(&cpu_hotplug.lock) # define hotplug_unlock() mutex_unlock(&cpu_hotplug.lock) Proof it doesn't comply. -- Steve > +#endif -- To unsubscribe from this list: send the line "unsubscribe linux-rt-users" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html