* Steven Rostedt ([EMAIL PROTECTED]) wrote:
>
>
> >
> > > {
> > > struct irq_desc *desc = irq_desc + irq;
> > > struct irqaction *action;
> > > Index: linux-compile.git/kernel/lockdep.c
> > > ===
> > > --- linux-compile.gi
On Thu, 3 Jan 2008, Mathieu Desnoyers wrote:
> * Steven Rostedt ([EMAIL PROTECTED]) wrote:
> > Mark with "notrace" functions in core code that should not be
> > traced. The "notrace" attribute will prevent gcc from adding
> > a call to mcount on the annotated funtions.
> >
> > Signed-off-by: A
* Steven Rostedt ([EMAIL PROTECTED]) wrote:
> Mark with "notrace" functions in core code that should not be
> traced. The "notrace" attribute will prevent gcc from adding
> a call to mcount on the annotated funtions.
>
> Signed-off-by: Arnaldo Carvalho de Melo <[EMAIL PROTECTED]>
> Signed-off-by:
Mark with "notrace" functions in core code that should not be
traced. The "notrace" attribute will prevent gcc from adding
a call to mcount on the annotated funtions.
Signed-off-by: Arnaldo Carvalho de Melo <[EMAIL PROTECTED]>
Signed-off-by: Steven Rostedt <[EMAIL PROTECTED]>
---
drivers/clocks
4 matches
Mail list logo