diff options
author | Michael Ellerman <[email protected]> | 2021-04-19 22:24:32 +1000 |
---|---|---|
committer | Michael Ellerman <[email protected]> | 2021-04-19 22:35:40 +1000 |
commit | cbd3d5ba46b68c033986a6087209930f001cbcca (patch) | |
tree | 1416ae5f432eb9132ec475f9c298be6b77a516f3 /tools/perf/scripts/python/net_dropmonitor.py | |
parent | d8a1d6c58986d8778768b15dc5bac0b4b082d345 (diff) |
powerpc/fadump: Fix compile error since trap type change
sfr reports that the allyesconfig build fails with:
arch/powerpc/kernel/fadump.c: In function 'crash_fadump':
arch/powerpc/kernel/fadump.c:731:28: error: 'INTERRUPT_SYSTEM_RESET' undeclared
731 | if (TRAP(&(fdh->regs)) == INTERRUPT_SYSTEM_RESET) {
Add an include of interrupt.h to fix it.
Fixes: 7153d4bf0b37 ("powerpc/traps: Enhance readability for trap types")
Signed-off-by: Stephen Rothwell <[email protected]>
[mpe: Reformat change log]
Signed-off-by: Michael Ellerman <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Diffstat (limited to 'tools/perf/scripts/python/net_dropmonitor.py')
0 files changed, 0 insertions, 0 deletions