diff options
author | Yinghai Lu <yinghai@kernel.org> | 2013-01-25 00:19:49 +0400 |
---|---|---|
committer | H. Peter Anvin <hpa@linux.intel.com> | 2013-01-30 03:12:26 +0400 |
commit | fa2bbce985ca97943305cdc81d9626e6810ed7f2 (patch) | |
tree | bd0f9e484064f0987dfe25db568ccf290158c54c /arch/x86/realmode | |
parent | aece27851d44bde62fc0587e06f5e8e27fd96e5f (diff) | |
download | linux-fa2bbce985ca97943305cdc81d9626e6810ed7f2.tar.xz |
x86, 64bit: Copy struct boot_params early
We want to support struct boot_params (formerly known as the
zero-page, or real-mode data) above the 4 GiB mark. We will have #PF
handler to set page table for not accessible ram early, but want to
limit it before x86_64_start_reservations to limit the code change to
native path only.
Also we will need the ramdisk info in struct boot_params to access the microcode
blob in ramdisk in x86_64_start_kernel, so copy struct boot_params early makes
it accessing ramdisk info simple.
Signed-off-by: Yinghai Lu <yinghai@kernel.org>
Link: http://lkml.kernel.org/r/1359058816-7615-9-git-send-email-yinghai@kernel.org
Cc: Alexander Duyck <alexander.h.duyck@intel.com>
Cc: Fenghua Yu <fenghua.yu@intel.com>
Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>
Diffstat (limited to 'arch/x86/realmode')
0 files changed, 0 insertions, 0 deletions