x86: ivybridge: Fix car_uninit() to correctly set run state

At present a missing $ causes this code to hang when using the MRC cache/
Fix it.

Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
This commit is contained in:
Simon Glass 2015-10-18 15:55:35 -06:00
parent 9fbc5ccd79
commit e9b3967c0c
1 changed files with 1 additions and 1 deletions

View File

@ -188,7 +188,7 @@ car_uninit:
wrmsr
/* Disable the no-eviction run state */
movl NOEVICTMOD_MSR, %ecx
movl $NOEVICTMOD_MSR, %ecx
rdmsr
andl $~2, %eax
wrmsr