Steven, On Mon, Jun 30, 2008 at 2:47 PM, Steven Rostedt <rostedt@xxxxxxxxxxx> wrote: > On Sat, 28 Jun 2008, Leon Woestenberg wrote: >> Against 2.6.25.8-rt7, only compile tested. >> >> +int queue_work_prio(struct workqueue_struct *wq, struct work_struct >> *work, int prio) >> { >> int ret = 0, cpu = raw_smp_processor_id(); >> >> @@ -184,6 +185,25 @@ >> } >> return ret; >> } >> +EXPORT_SYMBOL_GPL(queue_work_prio); > > This function doesn't look like it does anything with the new "prio" > field. > I have submitted a newer patch in a seperate email that fixes this. Regards, -- Leon -- 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