Re: [PATCH -rt] ARM: compile fix for event tracing

2007-12-04 Thread Steven Rostedt
On Mon, 3 Dec 2007, Kevin Hilman wrote: > The cycles/usecs conversion macros should be dependent on > CONFIG_EVENT_TRACE instead of CONFIG_LATENCY_TIMING. > > Signed-off-by: Kevin Hilman <[EMAIL PROTECTED]> > > --- a/include/asm-arm/timex.h > +++ b/include/asm-arm/timex.h Hi, thanks I'll apply

[PATCH -rt] ARM: compile fix for event tracing

2007-12-03 Thread Kevin Hilman
The cycles/usecs conversion macros should be dependent on CONFIG_EVENT_TRACE instead of CONFIG_LATENCY_TIMING. Signed-off-by: Kevin Hilman <[EMAIL PROTECTED]> --- a/include/asm-arm/timex.h +++ b/include/asm-arm/timex.h @@ -18,7 +18,7 @@ typedef unsigned long cycles_t; #ifndef mach_read_cycles