]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
x86, microcode: Fix accessing dis_ucode_ldr on 32-bit
authorBorislav Petkov <bp@suse.de>
Wed, 5 Nov 2014 16:28:06 +0000 (17:28 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 21 Nov 2014 17:23:13 +0000 (09:23 -0800)
commitaf07bb46530c26de20eeeafea7f7272d5d5d78c1
tree12c6a727159b62f21ebd8990a3e7b20630aa3f98
parenta7dd03ac653dacbf0472499a0b86a90fcf481764
x86, microcode: Fix accessing dis_ucode_ldr on 32-bit

commit 85be07c32496dc264661308e4d9d4e9ccaff8072 upstream.

We should be accessing it through a pointer, like on the BSP.

Tested-by: Richard Hendershot <rshendershot@mchsi.com>
Fixes: 65cef1311d5d ("x86, microcode: Add a disable chicken bit")
Signed-off-by: Borislav Petkov <bp@suse.de>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
arch/x86/kernel/cpu/microcode/core_early.c