commit | 52b989231c6fad42dff57b69a53f38756db48e06 | [log] [tgz] |
---|---|---|
author | Nicholas Piggin <npiggin@gmail.com> | Fri Aug 02 20:56:49 2019 +1000 |
committer | Michael Ellerman <mpe@ellerman.id.au> | Fri Aug 30 11:14:56 2019 +1000 |
tree | 536d1c73040e88e5a93837c0efc45e7f2717528a | |
parent | d29768e13cf6b50bd54a690e2ac52ab71465e2eb [diff] |
powerpc/64s/exception: Add the virt variant of the denorm interrupt handler All other virt handlers have the prolog code in the virt vector rather than branch to the real vector. Follow this pattern in the denorm virt handler. 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-25-npiggin@gmail.com