diff options
Diffstat (limited to 'arch/powerpc/include/asm/exception-64s.h')
-rw-r--r-- | arch/powerpc/include/asm/exception-64s.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/powerpc/include/asm/exception-64s.h b/arch/powerpc/include/asm/exception-64s.h index 69435da8f2b..8057f4f6980 100644 --- a/arch/powerpc/include/asm/exception-64s.h +++ b/arch/powerpc/include/asm/exception-64s.h | |||
@@ -246,6 +246,10 @@ label##_hv: \ | |||
246 | KVMTEST(vec); \ | 246 | KVMTEST(vec); \ |
247 | _SOFTEN_TEST(EXC_HV) | 247 | _SOFTEN_TEST(EXC_HV) |
248 | 248 | ||
249 | #define SOFTEN_TEST_HV_201(vec) \ | ||
250 | KVMTEST(vec); \ | ||
251 | _SOFTEN_TEST(EXC_STD) | ||
252 | |||
249 | #define __MASKABLE_EXCEPTION_PSERIES(vec, label, h, extra) \ | 253 | #define __MASKABLE_EXCEPTION_PSERIES(vec, label, h, extra) \ |
250 | HMT_MEDIUM; \ | 254 | HMT_MEDIUM; \ |
251 | SET_SCRATCH0(r13); /* save r13 */ \ | 255 | SET_SCRATCH0(r13); /* save r13 */ \ |