public inbox for linux-ia64@vger.kernel.org
 help / color / mirror / Atom feed
* [patch 2.6.16-rc1] Set the correct default OS status in the MCA handler
@ 2006-01-24  1:31 Keith Owens
  0 siblings, 0 replies; only message in thread
From: Keith Owens @ 2006-01-24  1:31 UTC (permalink / raw)
  To: linux-ia64

sos->os_status is set to a default value of IA64_MCA_COLD_BOOT for an
MCA, but then is incorrectly overwritten with IA64_MCA_SAME_CONTEXT (0).
This makes SAL think that all MCAs have been recovered.

Signed-off-by: Keith Owens <kaos@sgi.com>

Index: linux/arch/ia64/kernel/mca_asm.S
=================================--- linux.orig/arch/ia64/kernel/mca_asm.S	2006-01-19 10:27:30.921806584 +1100
+++ linux/arch/ia64/kernel/mca_asm.S	2006-01-24 12:13:35.878617761 +1100
@@ -512,7 +512,7 @@ ia64_state_save:
 	st8 [temp1]=r12		// os_status, default is cold boot
 	mov r6=IA64_MCA_SAME_CONTEXT
 	;;
-	st8 [temp1]=r6		// context, default is same context
+	st8 [temp2]=r6		// context, default is same context
 
 	// Save the pt_regs data that is not in minstate.  The previous code
 	// left regs at sos.


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2006-01-24  1:31 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-01-24  1:31 [patch 2.6.16-rc1] Set the correct default OS status in the MCA handler Keith Owens

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox