diff options
Diffstat (limited to 'include/linux')
-rw-r--r-- | include/linux/edac.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/linux/edac.h b/include/linux/edac.h index bab9f8473dc1..1b8c02b36f76 100644 --- a/include/linux/edac.h +++ b/include/linux/edac.h | |||
@@ -533,6 +533,7 @@ struct csrow_info { | |||
533 | 533 | ||
534 | u32 ue_count; /* Uncorrectable Errors for this csrow */ | 534 | u32 ue_count; /* Uncorrectable Errors for this csrow */ |
535 | u32 ce_count; /* Correctable Errors for this csrow */ | 535 | u32 ce_count; /* Correctable Errors for this csrow */ |
536 | u32 nr_pages; /* combined pages count of all channels */ | ||
536 | 537 | ||
537 | struct mem_ctl_info *mci; /* the parent */ | 538 | struct mem_ctl_info *mci; /* the parent */ |
538 | 539 | ||
@@ -667,6 +668,8 @@ struct mem_ctl_info { | |||
667 | u32 fake_inject_ue; | 668 | u32 fake_inject_ue; |
668 | u16 fake_inject_count; | 669 | u16 fake_inject_count; |
669 | #endif | 670 | #endif |
671 | __u8 csbased : 1, /* csrow-based memory controller */ | ||
672 | __resv : 7; | ||
670 | }; | 673 | }; |
671 | 674 | ||
672 | #endif | 675 | #endif |