| Submitter | Michael Neuling |
|---|---|
| Date | Nov. 9, 2012, 6:18 a.m. |
| Message ID | <1352441953-29096-2-git-send-email-mikey@neuling.org> |
| Download | mbox | patch |
| Permalink | /patch/197929/ |
| State | Accepted |
| Headers | show |
Comments
Patch
diff --git a/arch/powerpc/kernel/exceptions-64s.S b/arch/powerpc/kernel/exceptions-64s.S index 10b658a..5663018 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
Signed-off-by: Michael Neuling <mikey@neuling.org> --- arch/powerpc/kernel/exceptions-64s.S | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)