unsigned long excess;
};
-enum row_location_type{
+enum row_location_type {
GHES,
DSM
};
+
enum apei_location_field_index {
APEI_NODE,
APEI_CARD,
LIST_ENTRY(page_addr) entry;
unsigned long long addr;
enum pstate offlined;
- int count;
+ int count;
time_t start;
};
void ras_record_page_error(unsigned long long addr,
unsigned int count, time_t time);
void ras_row_account_init(void);
-void ras_record_row_error(const char *detail, unsigned count, time_t time, unsigned long long addr);
+void ras_record_row_error(const char *detail, unsigned int count, time_t time,
+ unsigned long long addr);
void row_record_infos_free(void);
#endif