<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">

Break x86_64-kexec to make it compile.

Signed-off-by: Andrew Morton &lt;akpm@osdl.org&gt;
---

 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-&gt;active_mm-&gt;pml4, __va(start_pgtable), PAGE_SIZE/2);
+//	memcpy(current-&gt;active_mm-&gt;pml4, __va(start_pgtable), PAGE_SIZE/2);
 	__flush_tlb();
 
 
_
</pre></body></html>