]> git.baikalelectronics.ru Git - kernel.git/commit
powerpc/64s/exception: Fix performance monitor virt handler
authorNicholas Piggin <npiggin@gmail.com>
Fri, 2 Aug 2019 10:56:45 +0000 (20:56 +1000)
committerMichael Ellerman <mpe@ellerman.id.au>
Fri, 30 Aug 2019 00:32:36 +0000 (10:32 +1000)
commit5a0a10d85bf3029345f6017379f9629350f1838e
tree1dbd2fecf4e769f4a93022084882d42e6d926db6
parent7c57b0b35308f3bcb1bfd94297f521eee9dca692
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
arch/powerpc/kernel/exceptions-64s.S