diff options
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/edac/edac_core.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/drivers/edac/edac_core.h b/drivers/edac/edac_core.h index a3e4b97fe4fe..968f48399e00 100644 --- a/drivers/edac/edac_core.h +++ b/drivers/edac/edac_core.h | |||
@@ -194,12 +194,12 @@ enum scrub_type { | |||
194 | }; | 194 | }; |
195 | 195 | ||
196 | #define SCRUB_FLAG_SW_PROG BIT(SCRUB_SW_PROG) | 196 | #define SCRUB_FLAG_SW_PROG BIT(SCRUB_SW_PROG) |
197 | #define SCRUB_FLAG_SW_SRC BIT(SCRUB_SW_SRC_CORR) | 197 | #define SCRUB_FLAG_SW_SRC BIT(SCRUB_SW_SRC) |
198 | #define SCRUB_FLAG_SW_PROG_SRC BIT(SCRUB_SW_PROG_SRC_CORR) | 198 | #define SCRUB_FLAG_SW_PROG_SRC BIT(SCRUB_SW_PROG_SRC) |
199 | #define SCRUB_FLAG_SW_TUN BIT(SCRUB_SW_SCRUB_TUNABLE) | 199 | #define SCRUB_FLAG_SW_TUN BIT(SCRUB_SW_SCRUB_TUNABLE) |
200 | #define SCRUB_FLAG_HW_PROG BIT(SCRUB_HW_PROG) | 200 | #define SCRUB_FLAG_HW_PROG BIT(SCRUB_HW_PROG) |
201 | #define SCRUB_FLAG_HW_SRC BIT(SCRUB_HW_SRC_CORR) | 201 | #define SCRUB_FLAG_HW_SRC BIT(SCRUB_HW_SRC) |
202 | #define SCRUB_FLAG_HW_PROG_SRC BIT(SCRUB_HW_PROG_SRC_CORR) | 202 | #define SCRUB_FLAG_HW_PROG_SRC BIT(SCRUB_HW_PROG_SRC) |
203 | #define SCRUB_FLAG_HW_TUN BIT(SCRUB_HW_TUNABLE) | 203 | #define SCRUB_FLAG_HW_TUN BIT(SCRUB_HW_TUNABLE) |
204 | 204 | ||
205 | /* FIXME - should have notify capabilities: NMI, LOG, PROC, etc */ | 205 | /* FIXME - should have notify capabilities: NMI, LOG, PROC, etc */ |