mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* __buggy_fxsr_alignment() not found.
@ 2004-02-29 17:02 Igor Yu. Zhbanov
  2004-02-29 17:54 ` Michael Frank
  2004-03-01 20:24 ` Randy.Dunlap
  0 siblings, 2 replies; 6+ messages in thread
From: Igor Yu. Zhbanov @ 2004-02-29 17:02 UTC (permalink / raw)
  To: linux-kernel

Hello!
My system is:
AMD K6-II 450
Linux-2.4.24
glibc-2.2.5

I cannot compile 2.4.24 kernel because linker says:
init/main.o: In function `check_fpu':
init/main.o(.text.init+0x53): undefined reference to `__buggy_fxsr_alignment'

It's prototype is in inculude/asm-i386/bugs.h:
-----
/* Enable FXSR and company _before_ testing for FP problems. */
        /*
         * Verify that the FXSAVE/FXRSTOR data will be 16-byte aligned.
         */
        if (offsetof(struct task_struct, thread.i387.fxsave) & 15) {
              extern void __buggy_fxsr_alignment(void);
              __buggy_fxsr_alignment();
-----
But there is no realisation of this function in source files.
When I comment the lines above, everything works.

Please CC to Reply-to.


^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2004-03-04 13:21 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-02-29 17:02 __buggy_fxsr_alignment() not found Igor Yu. Zhbanov
2004-02-29 17:54 ` Michael Frank
2004-03-01 20:24 ` Randy.Dunlap
2004-03-04 11:01   ` Igor Yu. Zhbanov
2004-03-04 13:18     ` Mikael Pettersson
2004-03-04 13:21     ` Brian Gerst

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®