]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
powerpc: remove the unused function disable_kernel_fp()
authorKevin Hao <haokexin@gmail.com>
Sun, 14 Jul 2013 09:02:03 +0000 (17:02 +0800)
committerBenjamin Herrenschmidt <benh@kernel.crashing.org>
Wed, 14 Aug 2013 04:59:25 +0000 (14:59 +1000)
The only using of function disable_kernel_fp() was already dropped
in the commit 5daf9071 (powerpc: merge align.c).

Signed-off-by: Kevin Hao <haokexin@gmail.com>
Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
arch/powerpc/include/asm/switch_to.h
arch/powerpc/kernel/misc_64.S

index 49a13e0ef2344fb83c6dd89ed4ab8fd179d34c01..33e1cd8235856ffa02e1650c1312634664752120 100644 (file)
@@ -18,7 +18,6 @@ extern struct task_struct *_switch(struct thread_struct *prev,
 
 extern void giveup_fpu(struct task_struct *);
 extern void load_up_fpu(void);
-extern void disable_kernel_fp(void);
 extern void enable_kernel_fp(void);
 extern void flush_fp_to_thread(struct task_struct *);
 extern void enable_kernel_altivec(void);
index 0db7cb4060c1c4b4605d7559a989875da135be48..971d7e78aff20e1ca801dd923dfc77337e834ad5 100644 (file)
@@ -449,19 +449,6 @@ _GLOBAL(scom970_write)
        blr
 #endif /* CONFIG_CPU_FREQ_PMAC64 || CONFIG_CPU_FREQ_MAPLE */
 
-
-/*
- * disable_kernel_fp()
- * Disable the FPU.
- */
-_GLOBAL(disable_kernel_fp)
-       mfmsr   r3
-       rldicl  r0,r3,(63-MSR_FP_LG),1
-       rldicl  r3,r0,(MSR_FP_LG+1),0
-       mtmsrd  r3                      /* disable use of fpu now */
-       isync
-       blr
-
 /* kexec_wait(phys_cpu)
  *
  * wait for the flag to change, indicating this kernel is going away but