diff options
author | Muli Ben-Yehuda <muli@il.ibm.com> | 2007-07-21 11:10:55 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | 2007-07-21 21:37:11 -0400 |
commit | 8cb32dc748571fb474018172e6b59e5a06123192 (patch) | |
tree | 7b9352dd6fa3adc230e241b547f38f0fdac03966 /include/asm-x86_64 | |
parent | 00be3fa42f164f7e2783a5acf9766fb07fb64e68 (diff) |
x86_64: make dump_error_regs a chip op
Provide seperate versions for Calgary and CalIOC2
Also print out the PCIe Root Complex Status on CalIOC2 errors
Signed-off-by: Muli Ben-Yehuda <muli@il.ibm.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Andi Kleen <ak@suse.de>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'include/asm-x86_64')
-rw-r--r-- | include/asm-x86_64/calgary.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/asm-x86_64/calgary.h b/include/asm-x86_64/calgary.h index 458ab19a70f0..67f60406e2d8 100644 --- a/include/asm-x86_64/calgary.h +++ b/include/asm-x86_64/calgary.h | |||
@@ -46,6 +46,7 @@ struct iommu_table { | |||
46 | struct cal_chipset_ops { | 46 | struct cal_chipset_ops { |
47 | void (*handle_quirks)(struct iommu_table *tbl, struct pci_dev *dev); | 47 | void (*handle_quirks)(struct iommu_table *tbl, struct pci_dev *dev); |
48 | void (*tce_cache_blast)(struct iommu_table *tbl); | 48 | void (*tce_cache_blast)(struct iommu_table *tbl); |
49 | void (*dump_error_regs)(struct iommu_table *tbl); | ||
49 | }; | 50 | }; |
50 | 51 | ||
51 | #define TCE_TABLE_SIZE_UNSPECIFIED ~0 | 52 | #define TCE_TABLE_SIZE_UNSPECIFIED ~0 |