[PATCH 3.7.0 9/9] i82975x_edac: set sw-scrub mode, bump rev.

From: Arvind R
Date: Sat Dec 15 2012 - 15:46:16 EST


Subject: [PATCH 3.7.0 9/9] i82975x_edac: set sw-scrub mode, bump rev.

update revision number and enable software scrub mode.
Signed-off-by: Arvind R. <arvino55@xxxxxxxxx>
---
i82975x_edac.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

--- a/drivers/edac/i82975x_edac.c 2012-12-15 23:08:28.000000000 +0530
+++ b/drivers/edac/i82975x_edac.c 2012-12-15 23:09:29.000000000 +0530
@@ -16,7 +16,7 @@
#include <linux/edac.h>
#include "edac_core.h"

-#define I82975X_REVISION " Ver: 1.0.0"
+#define I82975X_REVISION " Ver: 2.0.0"
#define EDAC_MOD_STR "i82975x_edac"

#define i82975x_printk(level, fmt, arg...) \
@@ -586,7 +586,7 @@ static int i82975x_probe1(struct pci_dev
pvt = (struct i82975x_pvt *) mci->pvt_info;
pvt->chip = dev_idx;
i82975x_init_csrows(mci, mch_window);
- mci->scrub_mode = SCRUB_HW_SRC;
+ mci->scrub_mode = SCRUB_SW_SRC;
i82975x_get_error_info(mci, &discard); /* clear counters */

/* finalize this instance of memory controller with edac core */
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/