On Wed, 2008-01-09 at 18:29 -0500, Steven Rostedt wrote:
> +enum trace_flag_type {
> +       TRACE_FLAG_IRQS_OFF             = 0x01,
> +       TRACE_FLAG_NEED_RESCHED         = 0x02,
> +       TRACE_FLAG_NEED_RESCHED_DELAYED = 0x04,
> +       TRACE_FLAG_HARDIRQ              = 0x08,
> +       TRACE_FLAG_SOFTIRQ              = 0x10,
> +       TRACE_FLAG_IRQS_HARD_OFF        = 0x20,
> +};

You've got some errant flags here .. TRACE_FLAG_NEED_RESCHED_DELAYED is
-rt only , and TRACE_FLAG_IRQS_HARD_OFF is unsed (and sort of a
relic) ..

Daniel

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

Reply via email to