commit | 156b5371a9c2482a9ad23ec82d1a4f89a3ab430d | [log] [tgz] |
---|---|---|
author | Nicholas Piggin <npiggin@gmail.com> | Sat Jan 30 23:08:29 2021 +1000 |
committer | Michael Ellerman <mpe@ellerman.id.au> | Tue Feb 09 00:02:10 2021 +1100 |
tree | 2bd0839a1b8d0c5d2d8b9cb112f4fe6f72c3d3a4 | |
parent | 3a3138836bc35966d59742512b597997755878f7 [diff] |
powerpc/perf: move perf irq/nmi handling details into traps.c This is required in order to allow more significant differences between NMI type interrupt handlers and regular asynchronous handlers. Signed-off-by: Nicholas Piggin <npiggin@gmail.com> Signed-off-by: Michael Ellerman <mpe@ellerman.id.au> Link: https://lore.kernel.org/r/20210130130852.2952424-20-npiggin@gmail.com