aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-powerpc/edac.h (follow)
AgeCommit message (Collapse)AuthorFilesLines
2007-03-09[POWERPC] EDAC ECC software scrubberDave Jiang1-0/+40
Implements the per arch atomic_scrub() that EDAC uses for software ECC scrubbing. It reads memory and then writes back the original value, allowing the hardware to detect and correct memory errors. Signed-off-by: Dave Jiang <djiang@mvista.com> Signed-off-by: Paul Mackerras <paulus@samba.org>