[PATCH] powerpc: Fix denorm symbol name
Michael Neuling
mikey at neuling.org
Thu Nov 1 15:58:36 EST 2012
Fix global symbol name to match actual denorm_exception_hv label.
Signed-off-by: Michael Neuling <mikey at neuling.org>
---
arch/powerpc/kernel/exceptions-64s.S | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/arch/powerpc/kernel/exceptions-64s.S b/arch/powerpc/kernel/exceptions-64s.S
index b7a51c6..65f4520 100644
--- a/arch/powerpc/kernel/exceptions-64s.S
+++ b/arch/powerpc/kernel/exceptions-64s.S
@@ -318,7 +318,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
--
1.7.9.5
More information about the Linuxppc-dev
mailing list