mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-28 15:41:40 +00:00
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:
parent
9fbc5ccd79
commit
e9b3967c0c
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue