]> git.itanic.dy.fi Git - linux-stable/commit
powerpc: Wire up the HV facility unavailable exception
authorMichael Ellerman <michael@ellerman.id.au>
Tue, 25 Jun 2013 07:47:57 +0000 (17:47 +1000)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 25 Jul 2013 21:07:21 +0000 (14:07 -0700)
commitd24966cf890f3b22e379654ba70a38ad9a67d9db
tree43da9c4a5d536298c9434153b8f30b5f306fb0bd
parent8e0af91a12c135f6c22e472660f3400d46ed78ac
powerpc: Wire up the HV facility unavailable exception

commit b14b6260efeee6eb8942c6e6420e31281892acb6 upstream.

Similar to the facility unavailble exception, except the facilities are
controlled by HFSCR.

Adapt the facility_unavailable_exception() so it can be called for
either the regular or Hypervisor facility unavailable exceptions.

Signed-off-by: Michael Ellerman <michael@ellerman.id.au>
Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
arch/powerpc/kernel/exceptions-64s.S
arch/powerpc/kernel/traps.c