[PATCH 1/8] drivers-edac-turnon edac device error logging

!MAILaRCHIVE_VOTE_RePLACE
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
To: <dougthompson@...>, <alan@...>, <linux-kernel@...>, <akpm@...>
Date: Friday, October 19, 2007 - 3:16 pm

From:	Doug Thompson <dougthompson@xmission.com>

This patch ENABLES the 'logging' of CE and UE events for the 
EDAC_DEVICE class of error harvester in EDAC

CC:	Alan Cox <alan@lxorguk.ukuu.org.uk
Signed-off-by:	Doug Thompson <dougthompson@xmission.com>
---

 edac_device.c |    4 ++++
 1 file changed, 4 insertions(+)

Index: linux-2.6.23/drivers/edac/edac_device.c
===================================================================
--- linux-2.6.23.orig/drivers/edac/edac_device.c
+++ linux-2.6.23/drivers/edac/edac_device.c
@@ -155,6 +155,10 @@ struct edac_device_ctl_info *edac_device
 	dev_ctl->instances = dev_inst;
 	dev_ctl->pvt_info = pvt;
 
+	/* Default logging of CEs and UEs */
+	dev_ctl->log_ce = 1;
+	dev_ctl->log_ue = 1;
+
 	/* Name of this edac device */
 	snprintf(dev_ctl->name,sizeof(dev_ctl->name),"%s",edac_device_name);
 
-
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
[PATCH 1/8] drivers-edac-turnon edac device error logging, , (Fri Oct 19, 3:16 pm)