Files
kernel/include/asm-mips
Doug Thompson 39c29657fc include/asm-:mips add missing edac h file
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>
2007-07-26 11:35:18 -07:00
..
2007-07-18 08:38:22 -07:00
2007-07-10 17:33:06 +01:00
2007-07-10 17:33:03 +01:00
2007-07-17 10:23:11 -07:00
2007-07-10 17:32:55 +01:00
2007-07-11 16:02:11 -07:00
2007-07-16 09:05:36 -07:00
2007-07-10 17:33:03 +01:00
2007-06-11 18:20:53 +01:00
2007-07-12 17:41:11 +01:00
2007-07-24 16:02:47 +01:00