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:
791b897
)
x86: i387.c declare dump_fpu() before they get used
author
Jaswinder Singh
<jaswinder@infradead.org>
Mon, 21 Jul 2008 17:01:57 +0000
(22:31 +0530)
committer
Ingo Molnar
<mingo@elte.hu>
Tue, 22 Jul 2008 12:36:06 +0000
(14:36 +0200)
Signed-off-by: Jaswinder Singh <jaswinder@infradead.org>
include/asm-x86/i387.h
patch
|
blob
|
history
diff --git
a/include/asm-x86/i387.h
b/include/asm-x86/i387.h
index 37672f79dcc8f3c879e7899f31868d7d06c2e0ae..487898923830fb4380cacd0cd70877305a8db9e4 100644
(file)
--- a/
include/asm-x86/i387.h
+++ b/
include/asm-x86/i387.h
@@
-24,6
+24,7
@@
extern void mxcsr_feature_mask_init(void);
extern int init_fpu(struct task_struct *child);
extern asmlinkage void math_state_restore(void);
extern void init_thread_xstate(void);
+extern int dump_fpu(struct pt_regs *, struct user_i387_struct *);
extern user_regset_active_fn fpregs_active, xfpregs_active;
extern user_regset_get_fn fpregs_get, xfpregs_get, fpregs_soft_get;