diff options
author | Anton Blanchard <anton@samba.org> | 2015-10-29 11:44:07 +1100 |
---|---|---|
committer | Michael Ellerman <mpe@ellerman.id.au> | 2015-12-01 13:52:26 +1100 |
commit | 1f2e25b2d552cade43eacb2edc4e7f01c1cfecb3 (patch) | |
tree | c5176a84fe7cfbab1c964015a210b627cf0d879e /arch/powerpc/include/asm/processor.h | |
parent | 3eb5d5888dc68c9b187998ca4249b8b9fa481eeb (diff) | |
download | op-kernel-dev-1f2e25b2d552cade43eacb2edc4e7f01c1cfecb3.zip op-kernel-dev-1f2e25b2d552cade43eacb2edc4e7f01c1cfecb3.tar.gz |
powerpc: Remove fp_enable() and vec_enable(), use msr_check_and_{set, clear}()
More consolidation of our MSR available bit handling.
Signed-off-by: Anton Blanchard <anton@samba.org>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Diffstat (limited to 'arch/powerpc/include/asm/processor.h')
-rw-r--r-- | arch/powerpc/include/asm/processor.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/powerpc/include/asm/processor.h b/arch/powerpc/include/asm/processor.h index a2e8918..ac23308 100644 --- a/arch/powerpc/include/asm/processor.h +++ b/arch/powerpc/include/asm/processor.h @@ -380,8 +380,6 @@ extern int set_endian(struct task_struct *tsk, unsigned int val); extern int get_unalign_ctl(struct task_struct *tsk, unsigned long adr); extern int set_unalign_ctl(struct task_struct *tsk, unsigned int val); -extern void fp_enable(void); -extern void vec_enable(void); extern void load_fp_state(struct thread_fp_state *fp); extern void store_fp_state(struct thread_fp_state *fp); extern void load_vr_state(struct thread_vr_state *vr); |