lkml.org 
[lkml]   [2005]   [Oct]   [14]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
SubjectRe: 2.6.14-rc4-rt4
From
Date

On Fri October 14 Badari Pulavarty wrote:

>I am able to apply cleanly. I am trying to see if it fixes my problem
>or not.

Something in 2.6.14-rc4-rt4 breaks compilation with my config (with or
without the extra patch) with following error message:

CC kernel/ktimers.o
kernel/ktimers.c: In function 'check_ktimer_signal':
kernel/ktimers.c:1100: error: request for member 'tv' in something not a structure or union

Am about to try applying the change in the patch to -rt1, which I know
compiles.

John

>--- linux-2.6.14-rc4.org/arch/x86_64/kernel/vsyscall.c 2005-10-07 10:27:33.000000000 -0700
>+++ linux-2.6.14-rc4/arch/x86_64/kernel/vsyscall.c 2005-10-14 05:11:02.000000000 -0700
>@@ -34,7 +34,7 @@
> #include <asm/errno.h>
> #include <asm/io.h>
>
>-#define __vsyscall(nr) __attribute__ ((unused,__section__(".vsyscall_" #nr)))
>+#define __vsyscall(nr) __attribute__ ((unused,__section__(".vsyscall_" #nr))) notrace
> #define force_inline __attribute__((always_inline)) inline
>
> int __sysctl_vsyscall __section_sysctl_vsyscall = 1;
>
-
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-14 20:45    [W:0.034 / U:0.556 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site