diff options
author | Michael Neuling <mikey@neuling.org> | 2013-08-09 11:29:27 +0400 |
---|---|---|
committer | Benjamin Herrenschmidt <benh@kernel.crashing.org> | 2013-08-09 12:06:58 +0400 |
commit | 88f094120bd2f012ff494ae50a8d4e0d8af8f69e (patch) | |
tree | 65db8e372eae1210675d87dcf8a858711f916b05 /arch/arm/mach-s5pv210 | |
parent | e0e13614626bfb5a88678fd951d728ed40e3cbf6 (diff) | |
download | linux-88f094120bd2f012ff494ae50a8d4e0d8af8f69e.tar.xz |
powerpc: Fix hypervisor facility unavaliable vector number
Currently if we take hypervisor facility unavaliable (from 0xf80/0x4f80) we
mark it as an OS facility unavaliable (0xf60) as the two share the same code
path.
The becomes a problem in facility_unavailable_exception() as we aren't able to
see the hypervisor facility unavailable exceptions.
Below fixes this by duplication the required macros.
Signed-off-by: Michael Neuling <mikey@neuling.org>
Cc: <stable@vger.kernel.org> [v3.10]
Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Diffstat (limited to 'arch/arm/mach-s5pv210')
0 files changed, 0 insertions, 0 deletions