powerpc: Remove the empty giveup_fpu() function on 32bit kernel
[cascardo/linux.git] / arch / powerpc / kernel / head_fsl_booke.S
index d10a7ca..289afaf 100644 (file)
@@ -947,16 +947,6 @@ _GLOBAL(giveup_spe)
        blr
 #endif /* CONFIG_SPE */
 
-/*
- * extern void giveup_fpu(struct task_struct *prev)
- *
- * Not all FSL Book-E cores have an FPU
- */
-#ifndef CONFIG_PPC_FPU
-_GLOBAL(giveup_fpu)
-       blr
-#endif
-
 /*
  * extern void abort(void)
  *