summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kernel
diff options
context:
space:
mode:
authorMichael Neuling2012-10-31 19:58:36 +0100
committerBenjamin Herrenschmidt2012-11-15 03:00:48 +0100
commit51cf2b30a552fe890a1af83cc0bcf49f92d82e58 (patch)
tree59320c51b46a592f9dc111754ce269876fc0e18a /arch/powerpc/kernel
parentpowerpc: POWER8 cputable entry (diff)
downloadkernel-qcow2-linux-51cf2b30a552fe890a1af83cc0bcf49f92d82e58.tar.gz
kernel-qcow2-linux-51cf2b30a552fe890a1af83cc0bcf49f92d82e58.tar.xz
kernel-qcow2-linux-51cf2b30a552fe890a1af83cc0bcf49f92d82e58.zip
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:
KVM_HANDLER_PR_SKIP(PACA_EXGEN, EXC_STD, 0x1300)
. = 0x1500
- .global denorm_Hypervisor
+ .global denorm_exception_hv
denorm_exception_hv:
HMT_MEDIUM
mtspr SPRN_SPRG_HSCRATCH0,r13