diff options
author | H. Peter Anvin <hpa@zytor.com> | 2010-05-11 00:41:41 +0400 |
---|---|---|
committer | H. Peter Anvin <hpa@zytor.com> | 2010-05-11 00:41:41 +0400 |
commit | dce8bf4e115aa44d590802ce3554e926840c9042 (patch) | |
tree | 9ad06695bb99cd815152ec61dce75fd5a792b1bf /arch/x86/include/asm/cpufeature.h | |
parent | c3f8978ea332cd4be88e12574452a025892ac9af (diff) | |
download | linux-dce8bf4e115aa44d590802ce3554e926840c9042.tar.xz |
x86, fpu: Use the proper asm constraint in use_xsave()
The proper constraint for a receiving 8-bit variable is "=qm", not
"=g" which equals "=rim"; even though the "i" will never match, bugs
can and do happen due to the difference between "q" and "r".
Signed-off-by: H. Peter Anvin <hpa@zytor.com>
Cc: Avi Kivity <avi@redhat.com>
Cc: Suresh Siddha <suresh.b.siddha@intel.com>
LKML-Reference: <1273135546-29690-2-git-send-email-avi@redhat.com>
Diffstat (limited to 'arch/x86/include/asm/cpufeature.h')
0 files changed, 0 insertions, 0 deletions