diff options
Diffstat (limited to 'include/asm-powerpc/pci-bridge.h')
-rw-r--r-- | include/asm-powerpc/pci-bridge.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/asm-powerpc/pci-bridge.h b/include/asm-powerpc/pci-bridge.h index 11537a07ca70..c49ce41cfa95 100644 --- a/include/asm-powerpc/pci-bridge.h +++ b/include/asm-powerpc/pci-bridge.h | |||
@@ -83,6 +83,7 @@ struct pci_dn { | |||
83 | int eeh_pe_config_addr; /* new-style partition endpoint address */ | 83 | int eeh_pe_config_addr; /* new-style partition endpoint address */ |
84 | int eeh_check_count; /* # times driver ignored error */ | 84 | int eeh_check_count; /* # times driver ignored error */ |
85 | int eeh_freeze_count; /* # times this device froze up. */ | 85 | int eeh_freeze_count; /* # times this device froze up. */ |
86 | int eeh_false_positives; /* # times this device reported #ff's */ | ||
86 | u32 config_space[16]; /* saved PCI config space */ | 87 | u32 config_space[16]; /* saved PCI config space */ |
87 | #endif | 88 | #endif |
88 | }; | 89 | }; |