lkml.org 
[lkml]   [2005]   [Oct]   [21]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
From
SubjectRe: 2.6.14-rc5-rt1
Date

A second build error with make allyesconfig:

CC kernel/ktimers.o
kernel/ktimers.c: In function ‘enqueue_ktimer’:
kernel/ktimers.c:762: error: request for member ‘tv’ in something not a structure or union
kernel/ktimers.c:762: error: request for member ‘tv’ in something not a structure or union
make[1]: *** [kernel/ktimers.o] Error 1
make: *** [kernel] Error 2

Seems to be a probelm with definition ktimer_trace :

Signed-off-by: Felix Oxley <lkml@oxley.org>
---
--- include/linux/ktimer.h 2005-10-21 00:20:03.000000000 +0100
+++ include/linux/ktimer.h 2005-10-21 10:55:44.000000000 +0100
@@ -141,7 +141,7 @@ extern int ktimer_interrupt(void);
#define KTIME_REALTIME_RES CONFIG_HIGH_RES_RESOLUTION
#define KTIME_MONOTONIC_RES CONFIG_HIGH_RES_RESOLUTION

-#define ktimer_trace(a,b) trace_special((a).tv.sec,(a).tv.nsec,b)
+#define ktimer_trace(a,b) trace_special((a).tv_sec,(a).tv_nsec,b)

#else
-
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-10-21 12:09    [W:0.408 / U:0.060 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site