HAVE_MOVNTI really means SSE2. Also add sfence in the MOVNTI case.

Signed-off-by: Stefan Reinauer <stepan@coresystems.de>
Acked-by: Patrick Georgi <patrick.georgi@coresystems.de>



git-svn-id: svn://svn.coreboot.org/coreboot/trunk@5159 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
Stefan Reinauer
2010-02-25 13:40:49 +00:00
committed by Stefan Reinauer
parent 3a54ac9c36
commit a7acc515bd
15 changed files with 38 additions and 19 deletions

View File

@ -1,9 +1,9 @@
config CPU_AMD_MODEL_10XXX
bool
select HAVE_MOVNTI
select USE_PRINTK_IN_CAR
select USE_DCACHE_RAM
select SSE
select SSE2
select HAVE_INIT_TIMER
config CPU_ADDR_BITS

View File

@ -1,9 +1,10 @@
config CPU_AMD_MODEL_FXX
bool
select HAVE_MOVNTI
select USE_PRINTK_IN_CAR
select USE_DCACHE_RAM
select MMX
select SSE
select SSE2
select HAVE_INIT_TIMER
config CPU_ADDR_BITS