lkml.org 
[lkml]   [2001]   [Jan]   [12]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
<!doctype html public "-//w3c//dtd html 4.0 transitional//en">
<html>
&nbsp;
<pre>

Nope, its not ;/

Im on a Intel Pentium 200Mhz PC, 64MB RAM,</pre>
ld -m elf_i386 -T /usr/src/linux/arch/i386/vmlinux.lds -e stext arch/i386/kernel/head.o
arch/i386/kernel/init_task.o init/main.o init/version.o \
<br>&nbsp;--start-group \
<br>&nbsp;arch/i386/kernel/kernel.o arch/i386/mm/mm.o kernel/kernel.o mm/mm.o
fs/fs.o ipc/ipc.o \
<br>&nbsp;drivers/block/block.o drivers/char/char.o drivers/misc/misc.o
drivers/net/net.o drivers/media/media.o&nbsp; drivers/parport/driver.o
drivers/ide/idedriver.o drivers/cdrom/driver.o drivers/sound/sounddrivers.o
drivers/pci/driver.o drivers/pnp/pnp.o drivers/video/video.o drivers/input/inputdrv.o
\
<br>&nbsp;net/network.o \
<br>&nbsp;/usr/src/linux/arch/i386/lib/lib.a /usr/src/linux/lib/lib.a /usr/src/linux/arch/i386/lib/lib.a
\
<br>&nbsp;--end-group \
<br>&nbsp;-o vmlinux
<br>init/main.o: In function `check_fpu':
<br>init/main.o(.text.init+0x53): undefined reference to `__buggy_fxsr_alignment'
<br>make: *** [vmlinux] Error 1
<p>same fatal error. Where is this function defined in the i386 asm header?
<p>If so, I could fix this and submit a patch.
<p>[root@coredump linux]# grep -r "__buggy_fxsr_alignment" *
<br>include/asm-i386/bugs.h:&nbsp; extern void __buggy_fxsr_alignment(void);
<br>include/asm-i386/bugs.h:&nbsp; __buggy_fxsr_alignment();
<br>include/asm/bugs.h:&nbsp; extern void __buggy_fxsr_alignment(void);
<br>include/asm/bugs.h:&nbsp; __buggy_fxsr_alignment();
<p>/* Enable FXSR and company _before_ testing for FP problems. */
<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; /*
<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; * Verify that the
FXSAVE/FXRSTOR data will be 16-byte aligned.
<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; */
<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; if (offsetof(struct task_struct,
thread.i387.fxsave) &amp; 15) {
<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
extern void __buggy_fxsr_alignment(void);
<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
__buggy_fxsr_alignment();
<p>Where is this function?&nbsp;Where is it defined?&nbsp;When i grep the
whole dir i dont see this function anywhere?
<p>Shawn.
<p>Shawn Starr wrote:
<blockquote TYPE=CITE>errrr i think it was just fixed in pre3 ;-)
<p>+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; if (offsetof(struct task_struct,
thread.i387.fxsave) &amp; 15) {
<br>+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
extern void __buggy_fxsr_alignment(void);
<br>+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
__buggy_fxsr_alignment();
<br>+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; }
<p>> GCC 2.95.2 -> PGCC 2.95.2(3?) patched. 2.4.0 compiles fine
<br>>
<br>> init/main.o: In function `check_fpu':
<br>> init/main.o(.text.init+0x53): undefined reference to `__buggy_fxsr_alignment'
<br>>
<br>> make: *** [vmlinux] Error 1
<br>>
<br>> On compiling (and recompiling) i get this fatal error. This function
<br>> does not exist anymore?
<br>>
<br>> Anyone else having this problem?
<br>>
<br>> Shawn Starr.
<br>></blockquote>
</html>
\
 
 \ /
  Last update: 2005-03-22 13:28    [W:0.049 / U:0.376 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site