commit | 6152e4b1c99a3689fc318d092cd144597f7dbd14 | [log] [tgz] |
---|---|---|
author | H. Peter Anvin <hpa@zytor.com> | Tue Jul 29 17:23:16 2008 -0700 |
committer | Ingo Molnar <mingo@elte.hu> | Wed Jul 30 19:50:35 2008 +0200 |
tree | 8d0590b7ea931da237d037db1bbff5aa0bf1ef34 | |
parent | b4a091a62c8e91d6077e575600363cff73fa02ef [diff] |
x86, xsave: keep the XSAVE feature mask as an u64 The XSAVE feature mask is a 64-bit number; keep it that way, in order to avoid the mistake done with rdmsr/wrmsr. Use the xsetbv() function provided in the previous patch. Signed-off-by: H. Peter Anvin <hpa@zytor.com> Signed-off-by: Ingo Molnar <mingo@elte.hu>