Root/
| 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 |
| 3 | @@ -52,7 +52,7 @@ |
| 4 | reboot_code_buffer = |
| 5 | (unsigned long)page_address(image->control_code_page); |
| 6 | |
| 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); |
| 11 | |
| 12 |
