public inbox for linux-ia64@vger.kernel.org
 help / color / mirror / Atom feed
From: Keith Owens <kaos@sgi.com>
To: linux-ia64@vger.kernel.org
Subject: [patch 1/4] kernel salinfo changes
Date: Thu, 30 Oct 2003 08:31:01 +0000	[thread overview]
Message-ID: <marc-linux-ia64-106750297018132@msgid-missing> (raw)

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 */


                 reply	other threads:[~2003-10-30  8:31 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=marc-linux-ia64-106750297018132@msgid-missing \
    --to=kaos@sgi.com \
    --cc=linux-ia64@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox