commit | 40e1b1cfb529891307b21f6e336d6375d4662cb7 | [log] [tgz] |
---|---|---|
author | Nicholas Piggin <npiggin@gmail.com> | Tue Sep 13 13:08:39 2016 +1000 |
committer | Michael Ellerman <mpe@ellerman.id.au> | Fri Sep 23 07:54:19 2016 +1000 |
tree | 2f6d085f0c3109d2846ce2f0f799965da82cefb5 | |
parent | 98b665da5751b10f3f5f3ce3ba75983d52bd949b [diff] |
powerpc/pseries: Fix HV facility unavailable to use correct handler The 0xf80 hv_facility_unavailable trampoline branches to the 0xf60 handler. This works because they both do the same thing, but it should be fixed. Signed-off-by: Nicholas Piggin <npiggin@gmail.com> Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>