commit | 9a7a0773d7d2fd1e4c581f42ad75de7872a174dc | [log] [tgz] |
---|---|---|
author | Nicholas Piggin <npiggin@gmail.com> | Fri Aug 02 20:56:45 2019 +1000 |
committer | Michael Ellerman <mpe@ellerman.id.au> | Fri Aug 30 10:32:36 2019 +1000 |
tree | 1dbd2fecf4e769f4a93022084882d42e6d926db6 | |
parent | def0db4f9ddc24ad7b37735c34a78e9c3c7978ef [diff] |
powerpc/64s/exception: Fix performance monitor virt handler The perf virt handler uses EXCEPTION_PROLOG_2_REAL rather than _VIRT. In practice this is okay because the _REAL variant is usable by virt mode interrupts, but should be fixed (and is a performance win). Signed-off-by: Nicholas Piggin <npiggin@gmail.com> Signed-off-by: Michael Ellerman <mpe@ellerman.id.au> Link: https://lore.kernel.org/r/20190802105709.27696-21-npiggin@gmail.com