[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <1241024107-14535-1-git-send-email-borislav.petkov@amd.com>
Date: Wed, 29 Apr 2009 18:54:46 +0200
From: Borislav Petkov <borislav.petkov@....com>
To: akpm@...ux-foundation.org, greg@...ah.com
CC: <mingo@...e.hu>, <tglx@...utronix.de>, <hpa@...or.com>,
<dougthompson@...ssion.com>, <linux-kernel@...r.kernel.org>,
Borislav Petkov <borislav.petkov@....com>,
Doug Thompson <dougthompson@...ssion.com>
Subject: [RFC PATCH 00/21 v2] amd64_edac: EDAC module for AMD64
Hi,
thanks to all reviewers of the previous submission, here is the second
version of this series.
Highlights are the addition of two helpers to read/write MSRs on several
CPUs, denoted by a cpumask and using an array of MSR values per-CPU, as
Peter suggested. Since IMHO they look generic enough I've added them to
arch/x86/lib/msr-on-cpu.c (now renamed to msr.c).
Moreover, I've addressed all the issues raised from the previous series.
Please let me know should there be anything else remaining.
Thanks,
Boris.
arch/x86/include/asm/msr.h | 11 +
arch/x86/lib/Makefile | 2 +-
arch/x86/lib/msr-on-cpu.c | 97 -
arch/x86/lib/msr.c | 151 ++
drivers/edac/Kconfig | 26 +
drivers/edac/Makefile | 1 +
drivers/edac/amd64_edac.c | 5385 ++++++++++++++++++++++++++++++++++++++++++++
7 files changed, 5575 insertions(+), 98 deletions(-)
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists