Re: [PROBLEM] 2.4.1-pre2 - Undefined symbol `__buggy_fxsr_alignment' - (FIXED)

2001-01-11 Thread Shawn Starr

e i think it was just fixed in pre3 ;-)

+   if (offsetof(struct task_struct, thread.i387.fxsave) & 15) {
+   extern void __buggy_fxsr_alignment(void);
+   __buggy_fxsr_alignment();
+   }


> GCC 2.95.2 -> PGCC 2.95.2(3?) patched. 2.4.0 compiles fine
>
> init/main.o: In function `check_fpu':
> init/main.o(.text.init+0x53): undefined reference to `__buggy_fxsr_alignment'
>
> make: *** [vmlinux] Error 1
>
> On compiling (and recompiling) i get this fatal error. This function
> does not exist anymore?
>
> Anyone else having this problem?
>
> Shawn Starr.
>
> -
> To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
> the body of a message to [EMAIL PROTECTED]
> Please read the FAQ at http://www.tux.org/lkml/

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
Please read the FAQ at http://www.tux.org/lkml/



[PROBLEM] 2.4.1-pre2 - Undefined symbol `__buggy_fxsr_alignment'

2001-01-11 Thread Shawn Starr

GCC 2.95.2 -> PGCC 2.95.2(3?) patched. 2.4.0 compiles fine

init/main.o: In function `check_fpu':
init/main.o(.text.init+0x53): undefined reference to `__buggy_fxsr_alignment'

make: *** [vmlinux] Error 1

On compiling (and recompiling) i get this fatal error. This function
does not exist anymore?

Anyone else having this problem?

Shawn Starr.

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
Please read the FAQ at http://www.tux.org/lkml/



[PROBLEM] 2.4.1-pre2 - Undefined symbol `__buggy_fxsr_alignment'

2001-01-11 Thread Shawn Starr

GCC 2.95.2 - PGCC 2.95.2(3?) patched. 2.4.0 compiles fine

init/main.o: In function `check_fpu':
init/main.o(.text.init+0x53): undefined reference to `__buggy_fxsr_alignment'

make: *** [vmlinux] Error 1

On compiling (and recompiling) i get this fatal error. This function
does not exist anymore?

Anyone else having this problem?

Shawn Starr.

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
Please read the FAQ at http://www.tux.org/lkml/



Re: [PROBLEM] 2.4.1-pre2 - Undefined symbol `__buggy_fxsr_alignment' - (FIXED)

2001-01-11 Thread Shawn Starr

e i think it was just fixed in pre3 ;-)

+   if (offsetof(struct task_struct, thread.i387.fxsave)  15) {
+   extern void __buggy_fxsr_alignment(void);
+   __buggy_fxsr_alignment();
+   }


 GCC 2.95.2 - PGCC 2.95.2(3?) patched. 2.4.0 compiles fine

 init/main.o: In function `check_fpu':
 init/main.o(.text.init+0x53): undefined reference to `__buggy_fxsr_alignment'

 make: *** [vmlinux] Error 1

 On compiling (and recompiling) i get this fatal error. This function
 does not exist anymore?

 Anyone else having this problem?

 Shawn Starr.

 -
 To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
 the body of a message to [EMAIL PROTECTED]
 Please read the FAQ at http://www.tux.org/lkml/

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
Please read the FAQ at http://www.tux.org/lkml/