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>
This commit is contained in:
parent
71e1849724
commit
51cf2b30a5
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user