commit | 5aa3d718f259007121b9366d36315fb8a2983d3d | [log] [tgz] |
---|---|---|
author | Borislav Petkov <bp@suse.de> | Wed Dec 04 20:50:42 2013 +0100 |
committer | Borislav Petkov <bp@suse.de> | Mon Jan 13 19:56:25 2014 +0100 |
tree | 80ed9ca453d198e51f6c402880148a549b5e7380 | |
parent | 7e22e91102c6b9df7c4ae2168910e19d2bb14cd6 [diff] |
x86, ramdisk: Export relocated ramdisk VA The ramdisk can possibly get relocated if the whole image is not mapped. And since we're going over it in the microcode loader and fishing out the relevant microcode patches, we want access it at its new location. Thus, export it. Signed-off-by: Borislav Petkov <bp@suse.de> Tested-by: Aravind Gopalakrishnan <Aravind.Gopalakrishnan@amd.com>