projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1a7dc0d
)
x86/fpu: Remove stale init_fpu() prototype
author
Ingo Molnar
<
[email protected]
>
Fri, 3 Apr 2015 09:50:20 +0000
(11:50 +0200)
committer
Ingo Molnar
<
[email protected]
>
Tue, 19 May 2015 13:47:10 +0000
(15:47 +0200)
We are going to split init_fpu() so keep only a single prototype, in i387.h.
Reviewed-by: Borislav Petkov <
[email protected]
>
Cc: Andy Lutomirski <
[email protected]
>
Cc: Dave Hansen <
[email protected]
>
Cc: Fenghua Yu <
[email protected]
>
Cc: H. Peter Anvin <
[email protected]
>
Cc: Linus Torvalds <
[email protected]
>
Cc: Oleg Nesterov <
[email protected]
>
Cc: Peter Zijlstra <
[email protected]
>
Cc: Thomas Gleixner <
[email protected]
>
Signed-off-by: Ingo Molnar <
[email protected]
>
arch/x86/include/asm/xsave.h
patch
|
blob
|
history
diff --git
a/arch/x86/include/asm/xsave.h
b/arch/x86/include/asm/xsave.h
index c9a6d68b8d623b84d169f61c4680c194ea8d137a..58ed0ca5a11ee00cf8ccb16d5b41fe86774d0b8e 100644
(file)
--- a/
arch/x86/include/asm/xsave.h
+++ b/
arch/x86/include/asm/xsave.h
@@
-51,7
+51,6
@@
extern struct xsave_struct *init_xstate_buf;
extern void xsave_init(void);
extern void update_regset_xstate_info(unsigned int size, u64 xstate_mask);
-extern int init_fpu(struct task_struct *child);
/* These macros all use (%edi)/(%rdi) as the single memory argument. */
#define XSAVE ".byte " REX_PREFIX "0x0f,0xae,0x27"