[Patch] IA64 Kdump Fix fc.i offset in relocate_kernel.S

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Hi Tony,
	This patch is against your test tree.
	There is 8 byte wrong offset in icache flush instruction in
relocate_kernel.S. Which may cause normal
Kexec(not kdump) fail on Montecito Box.

Signed-off-by: Zou Nan hai <nanhai.zou@xxxxxxxxx>

--- linux-2.6/arch/ia64/kernel/relocate_kernel.S	2006-10-25 14:37:30.000000000 +0800
+++ b/arch/ia64/kernel/relocate_kernel.S	2006-10-25 14:45:59.000000000 +0800
@@ -166,8 +166,9 @@ GLOBAL_ENTRY(relocate_new_kernel)
 	mov ar.lc=r14;;
 1:
 	ld8 r14=[r18], 8;;
-	st8 [r17]=r14, 8;;
+	st8 [r17]=r14;;
 	fc.i r17
+	add r17=8, r17
 	br.ctop.sptk.few 1b
 	br.sptk.few .loop
 	;;

-
To unsubscribe from this list: send the line "unsubscribe linux-ia64" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html

[Index of Archives]     [Linux Kernel]     [Sparc Linux]     [DCCP]     [Linux ARM]     [Yosemite News]     [Linux SCSI]     [Linux x86_64]     [Linux for Ham Radio]

  Powered by Linux