

Break x86_64-kexec to make it compile.

Signed-off-by: Andrew Morton <akpm@osdl.org>
---

 25-akpm/arch/x86_64/kernel/machine_kexec.c |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)

diff -puN arch/x86_64/kernel/machine_kexec.c~kexec-kexecx86_64-4level-fix-unfix arch/x86_64/kernel/machine_kexec.c
--- 25/arch/x86_64/kernel/machine_kexec.c~kexec-kexecx86_64-4level-fix-unfix	2005-01-05 21:58:07.000000000 -0800
+++ 25-akpm/arch/x86_64/kernel/machine_kexec.c	2005-01-05 21:58:11.000000000 -0800
@@ -218,7 +218,7 @@ void machine_kexec(struct kimage *image)
 	 * as that will happen when I fully switch to my identity mapped
 	 * page table anyway.
 	 */
-	memcpy(current->active_mm->pml4, __va(start_pgtable), PAGE_SIZE/2);
+//	memcpy(current->active_mm->pml4, __va(start_pgtable), PAGE_SIZE/2);
 	__flush_tlb();
 
 
_
