]> git.proxmox.com Git - mirror_ubuntu-zesty-kernel.git/blobdiff - arch/arm/include/asm/edac.h
EDAC: Cleanup atomic_scrub mess
[mirror_ubuntu-zesty-kernel.git] / arch / arm / include / asm / edac.h
index 0df7a2c1fc3dc9873b21b55ae8fe3846e2e03d14..5189fa819b601a41e32f1e6e822efeb764bb37b5 100644 (file)
 #define ASM_EDAC_H
 /*
  * ECC atomic, DMA, SMP and interrupt safe scrub function.
- * Implements the per arch atomic_scrub() that EDAC use for software
+ * Implements the per arch edac_atomic_scrub() that EDAC use for software
  * ECC scrubbing.  It reads memory and then writes back the original
  * value, allowing the hardware to detect and correct memory errors.
  */
-static inline void atomic_scrub(void *va, u32 size)
+
+static inline void edac_atomic_scrub(void *va, u32 size)
 {
 #if __LINUX_ARM_ARCH__ >= 6
        unsigned int *virt_addr = va;