use the safer movzwl instead of movl

This commit is contained in:
Li-Ta Lo 2000-12-05 02:07:37 +00:00
commit 9b604b8ca7

View file

@ -12,7 +12,7 @@ clear_fixed_var_mtrr:
testw $0x00, %ax
jz set_fixed_mtrr
movl %eax, %ecx
movzwl %ax, %ecx
xorl %eax, %eax
wrmsr