|
@@ -93,7 +93,7 @@ struct eeh_pe {
|
|
|
struct pci_bus *bus; /* Top PCI bus for bus PE */
|
|
|
int check_count; /* Times of ignored error */
|
|
|
int freeze_count; /* Times of froze up */
|
|
|
- struct timeval tstamp; /* Time on first-time freeze */
|
|
|
+ time64_t tstamp; /* Time on first-time freeze */
|
|
|
int false_positives; /* Times of reported #ff's */
|
|
|
atomic_t pass_dev_cnt; /* Count of passed through devs */
|
|
|
struct eeh_pe *parent; /* Parent PE */
|