commit | 9868ee63b896ee4d2ceb8c292e88d7f4e66caaf9 | [log] [tgz] |
---|---|---|
author | Huang Ying <ying.huang@intel.com> | Fri Oct 31 09:48:15 2008 +0800 |
committer | Ingo Molnar <mingo@elte.hu> | Fri Oct 31 10:01:57 2008 +0100 |
tree | 688fff3c2f44fa260a3a05589fa8b7529ddc9fb8 | |
parent | 92be3d6bdf2cb34972ab50e12ad4da1076e690da [diff] |
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 <ying.huang@intel.com> Signed-off-by: Ingo Molnar <mingo@elte.hu>