powerpc: Remove NULL task struct pointer checks in FP and vector code
[linux-2.6-microblaze.git] / arch / powerpc / kernel / fpu.S
index 50d2352..71bdce2 100644 (file)
@@ -173,8 +173,6 @@ END_FTR_SECTION_IFSET(CPU_FTR_VSX)
        MTMSRD(r5)                      /* enable use of fpu now */
        SYNC_601
        isync
-       PPC_LCMPI       0,r3,0
-       beqlr-                          /* if no previous owner, done */
        addi    r3,r3,THREAD            /* want THREAD of task */
        PPC_LL  r6,THREAD_FPSAVEAREA(r3)
        PPC_LL  r5,PT_REGS(r3)