aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kernel
diff options
context:
space:
mode:
authorMichael Neuling <mikey@neuling.org>2012-10-31 14:58:36 -0400
committerBenjamin Herrenschmidt <benh@kernel.crashing.org>2012-11-14 21:00:48 -0500
commit51cf2b30a552fe890a1af83cc0bcf49f92d82e58 (patch)
tree59320c51b46a592f9dc111754ce269876fc0e18a /arch/powerpc/kernel
parent71e184972456a8095657e80fd1470a3857b441a0 (diff)
powerpc: Fix denorm symbol name
Fix global symbol name to match actual denorm_exception_hv label. Signed-off-by: Michael Neuling <mikey@neuling.org> Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
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 10b658ad65e1..56630189f2ee 100644
--- a/arch/powerpc/kernel/exceptions-64s.S
+++ b/arch/powerpc/kernel/exceptions-64s.S
@@ -276,7 +276,7 @@ vsx_unavailable_pSeries_1:
276 KVM_HANDLER_PR_SKIP(PACA_EXGEN, EXC_STD, 0x1300) 276 KVM_HANDLER_PR_SKIP(PACA_EXGEN, EXC_STD, 0x1300)
277 277
278 . = 0x1500 278 . = 0x1500
279 .global denorm_Hypervisor 279 .global denorm_exception_hv
280denorm_exception_hv: 280denorm_exception_hv:
281 HMT_MEDIUM 281 HMT_MEDIUM
282 mtspr SPRN_SPRG_HSCRATCH0,r13 282 mtspr SPRN_SPRG_HSCRATCH0,r13