+17
−4
include/asm-x86/edac_32.h
deleted100644 → 0
+0
−18
include/asm-x86/edac_64.h
deleted100644 → 0
+0
−18
Loading
Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more
Same file, except for whitespace, comment formatting and:
32-bit: unsigned long *virt_addr = va;
64-bit: unsigned int *virt_addr = va;
Both can be safely replaced by:
u32 i, *virt_addr = va;
Signed-off-by:
Thomas Gleixner <tglx@linutronix.de>