diff options
| author | Ingo Molnar <mingo@kernel.org> | 2013-01-24 14:49:10 +0100 |
|---|---|---|
| committer | Ingo Molnar <mingo@kernel.org> | 2013-01-24 14:49:10 +0100 |
| commit | 7c3c867f8d044c539ab577f2d134054099d0e0bf (patch) | |
| tree | fd4a5f153ee69456780b737eb080daa2bb1b827f /include/linux | |
| parent | 2a1337599b0b5629d3ff163f803659f658bb4a14 (diff) | |
| parent | 2cced2d95961acd318e9395578a60ee424d9db80 (diff) | |
Merge tag 'please-pull-aer-trace' of git://git.kernel.org/pub/scm/linux/kernel/git/ras/ras into perf/core
Use perf/event tracing to report PCI Express advanced errors, by
Tony Luck.
Signed-off-by: Ingo Molnar <mingo@kernel.org>
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/aer.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/linux/aer.h b/include/linux/aer.h index 544abdb2238c..ec10e1b24c1c 100644 --- a/include/linux/aer.h +++ b/include/linux/aer.h @@ -49,8 +49,8 @@ static inline int pci_cleanup_aer_uncorrect_error_status(struct pci_dev *dev) } #endif -extern void cper_print_aer(const char *prefix, int cper_severity, - struct aer_capability_regs *aer); +extern void cper_print_aer(const char *prefix, struct pci_dev *dev, + int cper_severity, struct aer_capability_regs *aer); extern int cper_severity_to_aer(int cper_severity); extern void aer_recover_queue(int domain, unsigned int bus, unsigned int devfn, int severity); |
