diff options
author | Nicholas Piggin <npiggin@gmail.com> | 2016-12-06 11:40:15 +1000 |
---|---|---|
committer | Michael Ellerman <mpe@ellerman.id.au> | 2017-02-07 07:26:57 +1100 |
commit | 852e5da99d15d0631c09e718abaa4b2fccda1185 (patch) | |
tree | 8149e7e77226de328ca5361650bcabc23e939fbf /arch/powerpc/kernel/exceptions-64s.S | |
parent | 98a5f361b8625c6f4841d6ba013bbf0e80d08147 (diff) | |
download | talos-op-linux-852e5da99d15d0631c09e718abaa4b2fccda1185.tar.gz talos-op-linux-852e5da99d15d0631c09e718abaa4b2fccda1185.zip |
powerpc/64s: Tidy up after exception handler rework
Somewhere along the line, search/replace left some naming garbled,
and untidy alignment (aka. mpe stuffed it up). Might as well fix them
all up now while git blame history doesn't extend too far.
Signed-off-by: Nicholas Piggin <npiggin@gmail.com>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Diffstat (limited to 'arch/powerpc/kernel/exceptions-64s.S')
-rw-r--r-- | arch/powerpc/kernel/exceptions-64s.S | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/powerpc/kernel/exceptions-64s.S b/arch/powerpc/kernel/exceptions-64s.S index 069aac8af909..bc1c2479a04c 100644 --- a/arch/powerpc/kernel/exceptions-64s.S +++ b/arch/powerpc/kernel/exceptions-64s.S @@ -960,7 +960,7 @@ EXC_COMMON(emulation_assist_common, 0xe40, emulation_assist_interrupt) * mode. */ __EXC_REAL_OOL_HV_DIRECT(hmi_exception, 0xe60, 0xe80, hmi_exception_early) -__TRAMP_REAL_REAL_OOL_MASKABLE_HV(hmi_exception, 0xe60) +__TRAMP_REAL_OOL_MASKABLE_HV(hmi_exception, 0xe60) EXC_VIRT_NONE(0x4e60, 0x4e80) TRAMP_KVM_HV(PACA_EXGEN, 0xe60) TRAMP_REAL_BEGIN(hmi_exception_early) |