]> Pileus Git - ~andy/linux/blobdiff - arch/arm/vfp/entry.S
ARM: 7729/1: vfp: ensure VFP_arch is non-zero when VFP is not supported
[~andy/linux] / arch / arm / vfp / entry.S
index 323ce1a62bbfa3465230632d5d7d35c458f380fa..46e17492fd1f3ecccda92c660474c805707b788b 100644 (file)
@@ -60,7 +60,7 @@ ENTRY(vfp_testing_entry)
        str     r11, [r10, #TI_PREEMPT]
 #endif
        ldr     r0, VFP_arch_address
-       str     r5, [r0]                @ known non-zero value
+       str     r0, [r0]                @ set to non-zero value
        mov     pc, r9                  @ we have handled the fault
 ENDPROC(vfp_testing_entry)