commit | e0e0d6b7390b61feb06350ef4a9594bcf84ad204 | [log] [tgz] |
---|---|---|
author | Nicholas Piggin <npiggin@gmail.com> | Wed Sep 14 13:01:21 2016 +1000 |
committer | Michael Ellerman <mpe@ellerman.id.au> | Tue Sep 20 14:35:34 2016 +1000 |
tree | bdda9e73e12a553082bf284f0516538f8f72fa7e | |
parent | 7de3b27bac47da9de08409df1d69664acbb72197 [diff] |
powerpc/64: Replay hypervisor maintenance interrupt first The HMI (Hypervisor Maintenance Interrupt) is defined by the architecture to be higher priority than other maskable interrupts, so replay it first, as a best-effort to replay according to hardware priorities. Signed-off-by: Nicholas Piggin <npiggin@gmail.com> Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>