commit | 0f0c6ca1945b2d20dc493e3dd36dc3e6621ccd5f | [log] [tgz] |
---|---|---|
author | Nicholas Piggin <npiggin@gmail.com> | Wed Sep 21 17:44:05 2016 +1000 |
committer | Michael Ellerman <mpe@ellerman.id.au> | Tue Oct 04 13:07:15 2016 +1100 |
tree | 737cbf3d8e79f6592d0a27a39076e3ef86304711 | |
parent | 3965f8ab77e378339b71eb13b0b90516e6ef91ae [diff] |
powerpc/64s: Move __replay_interrupt function below handlers This is not an exception handler as such, it's called from local_irq_enable(), not exception entry. Also clean up some now redundant comments at the end of the consolidation series. Signed-off-by: Nicholas Piggin <npiggin@gmail.com> Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>