Messages in this thread |  | | | Date | Fri, 29 Apr 2011 22:26:03 +0200 (CEST) | | From | Thomas Gleixner <> | | Subject | Re: [PATCH] trace: Add x86 irq vector entry/exit tracepoints |
| |
On Fri, 29 Apr 2011, Vaibhav Nagarnaik wrote:
> diff --git a/include/trace/events/irq.h b/include/trace/events/irq.h > index 4b4c7d9..b70383e 100644 > --- a/include/trace/events/irq.h > +++ b/include/trace/events/irq.h > @@ -139,6 +139,51 @@ DEFINE_EVENT(softirq, softirq_raise, > TP_ARGS(vec_nr) > ); > > +#include <asm/irq_vectors.h>
And how is that supposed to compile on anything else than arch/x86 and arch/um ? And no, we don't want an #ifdef x86 for that.
Thanks,
tglx
|  |