summaryrefslogtreecommitdiff
path: root/arch/x86/math-emu/fpu_proto.h
diff options
context:
space:
mode:
authorIngo Molnar <mingo@elte.hu>2009-02-13 12:05:57 (GMT)
committerIngo Molnar <mingo@elte.hu>2009-02-13 12:05:57 (GMT)
commitd040c1614c24162adc3fe106b182596999264e26 (patch)
tree5af02052e633bcde0e33f77cac52ab4685ad07f1 /arch/x86/math-emu/fpu_proto.h
parentd88316c243e5458a1888edbe0353c4dec6e61c73 (diff)
parent7032e8696726354d6180d8a2d17191f958cd93ae (diff)
downloadlinux-fsl-qoriq-d040c1614c24162adc3fe106b182596999264e26.tar.xz
Merge branch 'x86/core' into x86/headers
Diffstat (limited to 'arch/x86/math-emu/fpu_proto.h')
-rw-r--r--arch/x86/math-emu/fpu_proto.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/x86/math-emu/fpu_proto.h b/arch/x86/math-emu/fpu_proto.h
index aa49b6a..9779df4 100644
--- a/arch/x86/math-emu/fpu_proto.h
+++ b/arch/x86/math-emu/fpu_proto.h
@@ -51,8 +51,8 @@ extern void ffreep(void);
extern void fst_i_(void);
extern void fstp_i(void);
/* fpu_entry.c */
-asmlinkage extern void math_emulate(long arg);
-extern void math_abort(struct info *info, unsigned int signal);
+extern void math_emulate(struct math_emu_info *info);
+extern void math_abort(struct math_emu_info *info, unsigned int signal);
/* fpu_etc.c */
extern void FPU_etc(void);
/* fpu_tags.c */