Re: 2.6.14-rc4-rt4

From: John Rigg
Date: Fri Oct 14 2005 - 13:42:52 EST



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@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/