aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-mips/edac.h (follow)
AgeCommit message (Collapse)AuthorFilesLines
2007-08-27[MIPS] Polish <asm/edac.h>.Ralf Baechle1-9/+8
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
2007-07-26include/asm-:mips add missing edac h fileDoug Thompson1-0/+35
EDAC has a foundation to perform software memory scrubbing, but it requires a per architecture (atomic_scrub) function for performing an atomic update operation. Under X86, this is done with a lock: add [addr],0 in the file asm-x86/edac.h This patch provides the MIPS arch with that atomic function, atomic_scrub() in asm-mips/edac.h Cc: Alan Cox <alan@lxorguk.ukuu.org.uk> Cc: Ralf Baechle <ralf@linux-mips.org> Signed-off-by: Doug Thompson <dougthompson@xmission.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>