diff options
author | Michael Ellerman <[email protected]> | 2018-07-26 23:07:05 +1000 |
---|---|---|
committer | Michael Ellerman <[email protected]> | 2018-08-07 21:49:33 +1000 |
commit | 75e8bef3d6b5c8d25d56f0c0b804ec97e9736645 (patch) | |
tree | c11eb1d09bb66d7785b99f428d123fa8de9c6d42 /arch/powerpc/include/asm/exception-64s.h | |
parent | e899fce509f527e7e8efd5dd8fff22fcc0c05013 (diff) |
powerpc/64s: Rename STD_EXCEPTION_PSERIES_OOL to STD_EXCEPTION_OOL
Signed-off-by: Michael Ellerman <[email protected]>
Diffstat (limited to 'arch/powerpc/include/asm/exception-64s.h')
-rw-r--r-- | arch/powerpc/include/asm/exception-64s.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/powerpc/include/asm/exception-64s.h b/arch/powerpc/include/asm/exception-64s.h index 3ff8473aa063..ff51aa504895 100644 --- a/arch/powerpc/include/asm/exception-64s.h +++ b/arch/powerpc/include/asm/exception-64s.h @@ -563,7 +563,7 @@ END_FTR_SECTION_NESTED(ftr,ftr,943) EXCEPTION_PROLOG_0(PACA_EXGEN) \ b hdlr; -#define STD_EXCEPTION_PSERIES_OOL(vec, label) \ +#define STD_EXCEPTION_OOL(vec, label) \ EXCEPTION_PROLOG_1(PACA_EXGEN, KVMTEST_PR, vec); \ EXCEPTION_PROLOG_PSERIES_1(label, EXC_STD) |