]> git.baikalelectronics.ru Git - kernel.git/commit
x86: Fix typo preventing msr_set/clear_bit from having an effect
authorAndres Freund <andres@anarazel.de>
Fri, 9 May 2014 01:29:16 +0000 (03:29 +0200)
committerH. Peter Anvin <hpa@zytor.com>
Fri, 9 May 2014 15:42:32 +0000 (08:42 -0700)
commit8ddfd6f5517f0fc7ec42de90115861e14d9144eb
tree847740df5ddf3da40a3083cd43799b40bfb4a205
parent9a4d3f081f68d92535b330615fc0be536e665458
x86: Fix typo preventing msr_set/clear_bit from having an effect

Due to a typo the msr accessor function introduced in
d7a29be73a88dd346b98a2216bf779054202a542 didn't have any lasting
effects because they accidentally wrote the old value back.

After 4a6d3bcb1b67bc265a002399ac800e1822e7439c this at the very least
this causes cpuid limits not to be lifted on some cpus leading to
missing capabilities for those.

Signed-off-by: Andres Freund <andres@anarazel.de>
Link: http://lkml.kernel.org/r/1399598957-7011-2-git-send-email-andres@anarazel.de
Cc: Borislav Petkov <bp@suse.de>
Signed-off-by: H. Peter Anvin <hpa@zytor.com>
arch/x86/lib/msr.c