summaryrefslogtreecommitdiffstats
path: root/include/linux/kexec.h
diff options
context:
space:
mode:
authorHuang Ying2008-10-31 02:48:02 +0100
committerIngo Molnar2008-10-31 10:01:55 +0100
commit31498a01496ffca3b542bae72b8ec499cd9302db (patch)
tree8ae851f09116cd3b2b25a2e266308522c28e20a3 /include/linux/kexec.h
parentMerge branch 'for-linus' of git://neil.brown.name/md (diff)
downloadkernel-qcow2-linux-31498a01496ffca3b542bae72b8ec499cd9302db.tar.gz
kernel-qcow2-linux-31498a01496ffca3b542bae72b8ec499cd9302db.tar.xz
kernel-qcow2-linux-31498a01496ffca3b542bae72b8ec499cd9302db.zip
kexec/i386: remove PAGE_SIZE alignment from relocate_kernel
Impact: save kernel .text by loosening kexec page alignment This patch removes PAGE_SIZE alignment from relocate_kernel(). Before kexec jump patches are merged, control page is mapped to relocate_kernel in kexec page tables, so relocate_kernel must be PAGE_SIZE aligned. Now, control page is mapped to identity mapped address, so relocate_kernel need not to be PAGE_SIZE aligned any more. This can reduce a few KB from kernel text segement. Signed-off-by: Huang Ying <ying.huang@intel.com> Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'include/linux/kexec.h')
0 files changed, 0 insertions, 0 deletions