Emergency fix. Failover.inc can end up with code that uses sse. It has

to be run AFTER SSE is set up. I just had this problem cause a failure 
today.

Signed-off-by: Ronald G. Minnich <rminnich@gmail.com>
Acked-by: Ronald G. Minnich <rminnich@gmail.com>



git-svn-id: svn://svn.coreboot.org/coreboot/trunk@4740 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
Ronald G. Minnich 2009-10-07 22:53:30 +00:00
parent 95313d824d
commit b97ee05dc7
1 changed files with 1 additions and 1 deletions

View File

@ -24,10 +24,10 @@ crt0-y += ../../../../src/cpu/x86/32bit/entry32.inc
crt0-y += ../../../../src/cpu/x86/16bit/reset16.inc
crt0-y += ../../../../src/arch/i386/lib/cpu_reset.inc
crt0-y += ../../../../src/arch/i386/lib/id.inc
crt0-y += failover.inc
crt0-y += ../../../../src/cpu/x86/fpu/enable_fpu.inc
crt0-y += ../../../../src/cpu/x86/mmx/enable_mmx.inc
crt0-y += ../../../../src/cpu/x86/sse/enable_sse.inc
crt0-y += failover.inc
crt0-y += auto.inc
crt0-y += ../../../../src/cpu/x86/sse/disable_sse.inc
crt0-y += ../../../../src/cpu/x86/mmx/disable_mmx.inc