1 --- a/arch/mips/kernel/machine_kexec.c 2010-03-15 15:52:04.000000000 +0000
2 +++ b/arch/mips/kernel/machine_kexec.c 2010-03-29 12:10:37.000000000 +0100
5 (unsigned long)page_address(image->control_code_page);
7 - kexec_start_address = image->start;
8 + kexec_start_address = (unsigned long) phys_to_virt(image->start);
9 kexec_indirection_page =
10 (unsigned long) phys_to_virt(image->head & PAGE_MASK);