Skip to content
Commit c0a717f2 authored by Borislav Petkov's avatar Borislav Petkov
Browse files

x86, microcode, AMD: Fix ucode patch stashing on 32-bit



Save the patch while we're running on the BSP instead of later, before
the initrd has been jettisoned. More importantly, on 32-bit we need to
access the physical address instead of the virtual.

This way we actually do find it on the APs instead of having to go
through the initrd each time.

Tested-by: default avatarRichard Hendershot <rshendershot@mchsi.com>
Fixes: 5335ba5c

 ("x86, microcode, AMD: Fix early ucode loading")
Cc: <stable@vger.kernel.org> # v3.13+
Signed-off-by: default avatarBorislav Petkov <bp@suse.de>
parent 85be07c3
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment