]> git.baikalelectronics.ru Git - kernel.git/commit
[PATCH] EDAC: core EDAC support code
authorAlan Cox <alan@lxorguk.ukuu.org.uk>
Thu, 19 Jan 2006 01:44:13 +0000 (17:44 -0800)
committerLinus Torvalds <torvalds@g5.osdl.org>
Thu, 19 Jan 2006 03:20:31 +0000 (19:20 -0800)
commit9afe54a3af94b0cfbb67bfdb07a6e4e277531571
tree016b66985a651d071d3873e74b115108ddf0b3f5
parente2e76cf500773d9e75c6f6ae4e4bd28fbb6c856a
[PATCH] EDAC: core EDAC support code

This is a subset of the bluesmoke project core code, stripped of the NMI work
which isn't ready to merge and some of the "interesting" proc functionality
that needs reworking or just has no place in kernel.  It requires no core
kernel changes except the added scrub functions already posted.

The goal is to merge further functionality only after the core code is
accepted and proven in the base kernel, and only at the point the upstream
extras are really ready to merge.

From: doug thompson <norsk5@xmission.com>

  This converts EDAC to sysfs and is the final chunk neccessary before EDAC
  has a stable user space API and can be considered for submission into the
  base kernel.

Signed-off-by: Alan Cox <alan@redhat.com>
Signed-off-by: Adrian Bunk <bunk@stusta.de>
Signed-off-by: Jesper Juhl <jesper.juhl@gmail.com>
Signed-off-by: doug thompson <norsk5@xmission.com>
Signed-off-by: Pavel Machek <pavel@suse.cz>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
19 files changed:
Documentation/drivers/edac/edac.txt [new file with mode: 0644]
MAINTAINERS
arch/i386/kernel/quirks.c
drivers/Kconfig
drivers/Makefile
drivers/edac/Kconfig [new file with mode: 0644]
drivers/edac/Makefile [new file with mode: 0644]
drivers/edac/amd76x_edac.c
drivers/edac/e752x_edac.c
drivers/edac/e7xxx_edac.c
drivers/edac/edac_mc.c [new file with mode: 0644]
drivers/edac/edac_mc.h [new file with mode: 0644]
drivers/edac/i82860_edac.c
drivers/edac/i82875p_edac.c
drivers/edac/r82600_edac.c
include/asm-i386/atomic.h
include/asm-i386/edac.h [new file with mode: 0644]
include/asm-x86_64/atomic.h
include/asm-x86_64/edac.h [new file with mode: 0644]