On Thu, Jan 11, 2001 at 11:05:55AM +0100, Udo A. Steinberg wrote:
> Linus Torvalds wrote:
> > 
> > Mind trying it with the "HAVE_FXSR" and "HAVE_XMM" macros in
> > 
> >         linux/include/asm-i386/processor.h
> > 
> > fixed? They _should_ be just
> > 
> >         #define HAVE_FXSR       (cpu_has_fxsr)
> >         #define HAVE_XMM        (cpu_has_xmm)
> 
> That doesn't help either.

Did you have CONFIG_X86_FXSR or CONFIG_X86_RUNTIME_FXSR enabled when it
worked? 

If not it probably means that the XServer is testing OSFXSR and the branch
that handles it doesn't work.


-Andi
-
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/

Reply via email to