lkml.org 
[lkml]   [2005]   [Nov]   [21]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
SubjectRe: 2.6.14-rt13 does not build
From
Date
On Mon, 2005-11-21 at 14:19 -0500, Lee Revell wrote:
> On Mon, 2005-11-21 at 13:58 -0500, Lee Revell wrote:
> > CC kernel/ktimers.o
> > kernel/ktimers.c: In function 'enqueue_ktimer':
> > kernel/ktimers.c:756: error: incompatible type for argument 1 of
> > 'trace_special_u64'
> > make[1]: *** [kernel/ktimers.o] Error 1
> > make: *** [kernel] Error 2
>
> The problem is specific to !CONFIG_HIGH_RES_TIMERS. This seems to fix
> it (untested):
>
> -#define ktimer_trace(a,b) trace_special_u64(a,b)
> +#define ktimer_trace(a,b) trace_special(ktime_get_high(a),ktime_get_low(a),b)

No good, this double faults on boot. I'm trying to work around it by
compiling with high res timers even though I don't have the hardware to
support them.

Lee

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

\
 
 \ /
  Last update: 2005-11-22 02:31    [W:0.055 / U:0.560 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site