summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kernel
diff options
context:
space:
mode:
authorNicholas Piggin2016-12-06 02:40:15 +0100
committerMichael Ellerman2017-02-06 21:26:57 +0100
commit852e5da99d15d0631c09e718abaa4b2fccda1185 (patch)
tree8149e7e77226de328ca5361650bcabc23e939fbf /arch/powerpc/kernel
parentpowerpc: Add new cache geometry aux vectors (diff)
downloadkernel-qcow2-linux-852e5da99d15d0631c09e718abaa4b2fccda1185.tar.gz
kernel-qcow2-linux-852e5da99d15d0631c09e718abaa4b2fccda1185.tar.xz
kernel-qcow2-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')
-rw-r--r--arch/powerpc/kernel/exceptions-64s.S2
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)