From: Huang Ying Date: Fri, 31 Oct 2008 01:48:15 +0000 (+0800) Subject: kexec/i386: setup kexec page table in C X-Git-Tag: v2.6.29-rc1~538^2~19^2~9 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9868ee63b896ee4d2ceb8c292e88d7f4e66caaf9;p=pandora-kernel.git kexec/i386: setup kexec page table in C Impact: change the kexec bootstrap code implementation from assembly to C This patch transforms the kexec page tables setup code from assembler code to C code in machine_kexec_prepare. This improves readability and reduces code line number. Signed-off-by: Huang Ying Signed-off-by: Ingo Molnar --- Reading git-diff-tree failed