HAVE_MOVNTI really means SSE2. Also add sfence in the MOVNTI case.
authorStefan Reinauer <stepan@coresystems.de>
Thu, 25 Feb 2010 13:40:49 +0000 (13:40 +0000)
committerStefan Reinauer <stepan@openbios.org>
Thu, 25 Feb 2010 13:40:49 +0000 (13:40 +0000)
commita7acc515bd10f24d400b3aa3a3c807076cac4f95
treeb177d2bff5eceb06ce47f90b743ddcf04ffa80fd
parent3a54ac9c362d2e5900edd7e1c459ffea1e29df64
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
15 files changed:
src/Kconfig
src/cpu/Kconfig
src/cpu/amd/model_10xxx/Kconfig
src/cpu/amd/model_fxx/Kconfig
src/cpu/intel/model_1067x/Kconfig
src/cpu/intel/model_106cx/Kconfig
src/cpu/intel/model_6ex/Kconfig
src/cpu/intel/model_6fx/Kconfig
src/cpu/intel/model_f0x/Kconfig
src/cpu/intel/model_f1x/Kconfig
src/cpu/intel/model_f2x/Kconfig
src/cpu/intel/model_f3x/Kconfig
src/cpu/intel/model_f4x/Kconfig
src/cpu/via/model_c7/Kconfig
src/lib/ramtest.c