* [patch 1/4] kernel salinfo changes
@ 2003-10-30 8:31 Keith Owens
0 siblings, 0 replies; only message in thread
From: Keith Owens @ 2003-10-30 8:31 UTC (permalink / raw)
To: linux-ia64
patch 1 - Print the header from INIT records, correct typo in sal.h.
diff -ur 2.4.23-pre8-cset-1.1069.1.143-to-1.1108-salinfo0/arch/ia64/kernel/mca.c 2.4.23-pre8-cset-1.1069.1.143-to-1.1108-salinfo1/arch/ia64/kernel/mca.c
--- 2.4.23-pre8-cset-1.1069.1.143-to-1.1108-salinfo0/arch/ia64/kernel/mca.c Thu Oct 30 17:06:18 2003
+++ 2.4.23-pre8-cset-1.1069.1.143-to-1.1108-salinfo1/arch/ia64/kernel/mca.c Thu Oct 30 18:33:20 2003
@@ -2383,7 +2383,8 @@
ia64_log_rec_header_print(IA64_LOG_CURR_BUFFER(sal_info_type), prfunc);
break;
case SAL_INFO_TYPE_INIT:
- prfunc("+MCA INIT ERROR LOG (UNIMPLEMENTED)\n");
+ prfunc("+CPU %d: SAL log contains INIT error record\n", smp_processor_id());
+ ia64_log_rec_header_print(IA64_LOG_CURR_BUFFER(sal_info_type), prfunc);
break;
case SAL_INFO_TYPE_CMC:
prfunc("+BEGIN HARDWARE ERROR STATE AT CMC\n");
diff -ur 2.4.23-pre8-cset-1.1069.1.143-to-1.1108-salinfo0/include/asm-ia64/sal.h 2.4.23-pre8-cset-1.1069.1.143-to-1.1108-salinfo1/include/asm-ia64/sal.h
--- 2.4.23-pre8-cset-1.1069.1.143-to-1.1108-salinfo0/include/asm-ia64/sal.h Thu Oct 30 17:06:20 2003
+++ 2.4.23-pre8-cset-1.1069.1.143-to-1.1108-salinfo1/include/asm-ia64/sal.h Thu Oct 30 18:34:11 2003
@@ -808,4 +808,4 @@
#endif /* __ASSEMBLY__ */
-#endif /* _ASM_IA64_PAL_H */
+#endif /* _ASM_IA64_SAL_H */
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2003-10-30 8:31 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-10-30 8:31 [patch 1/4] kernel salinfo changes Keith Owens
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.