public inbox for linux-ia64@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] Quiet corrected errors (CMC/CPE)
@ 2004-06-24  6:05 Hidetoshi Seto
  2004-06-24  7:14 ` Grant Grundler
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: Hidetoshi Seto @ 2004-06-24  6:05 UTC (permalink / raw)
  To: linux-ia64

Hi,

I think we don't always need this message to printk.

Is it better to have a choice between a daemon-A which quickly alerts
a user to the error or a daemon-B which silently takes the error statistic,
or a quiet with no daemon?

...BTW, could anyone tell me a link to the most recent salinfo_decode?


Thanks,
H.Seto

-----

diff -Nur linux-2.6.7/arch/ia64/kernel/mca.c linux-2.6.7-noprintk/arch/ia64/kernel/mca.c
--- linux-2.6.7/arch/ia64/kernel/mca.c  2004-06-24 14:04:32.000000000 +0900
+++ linux-2.6.7-noprintk/arch/ia64/kernel/mca.c 2004-06-24 14:05:14.000000000 +0900
@@ -253,7 +253,7 @@
        salinfo_log_wakeup(sal_info_type, buffer, size, irq_safe);

        if (irq_safe)
-               printk(KERN_INFO "CPU %d: SAL log contains %s error record\n",
+               IA64_MCA_DEBUG("CPU %d: SAL log contains %s error record\n",
                        smp_processor_id(),
                        sal_info_type < ARRAY_SIZE(rec_name) ? rec_name[sal_info_type] : "UNKNOWN");



^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2004-06-29  9:52 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-06-24  6:05 [PATCH] Quiet corrected errors (CMC/CPE) Hidetoshi Seto
2004-06-24  7:14 ` Grant Grundler
2004-06-26  1:29 ` David Mosberger
2004-06-28 16:45 ` Luck, Tony
2004-06-29  9:51 ` Hidetoshi Seto
2004-06-29  9:52 ` Hidetoshi Seto

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