x86, ramdisk: Export relocated ramdisk VA
authorBorislav Petkov <bp@suse.de>
Wed, 4 Dec 2013 19:50:42 +0000 (20:50 +0100)
committerBorislav Petkov <bp@suse.de>
Mon, 13 Jan 2014 18:56:25 +0000 (19:56 +0100)
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>
arch/x86/include/asm/setup.h
arch/x86/kernel/setup.c

Simple merge
Simple merge