Index: arch/ia64/src/fpu_context.c
===================================================================
--- arch/ia64/src/fpu_context.c	(revision 0c47db1790819c45bc70d5e7cfa28edd765464aa)
+++ arch/ia64/src/fpu_context.c	(revision 9c926f39b8a11f838823c4f9c29d773f16ec79ce)
@@ -31,33 +31,19 @@
 #include <fpu_context.h>
 
-void fpu_context_save(void)
+void fpu_context_save(fpu_context_t *fctx)
 {
 }
 
 
-void fpu_context_restore()
+void fpu_context_restore(fpu_context_t *fctx)
 {
 }
 
 
-void fpu_lazy_context_save()
+void fpu_lazy_context_save(fpu_context_t *fctx)
 {
-/*
-	pushl %eax
-        mov 8(%esp),%eax
-        fxsave (%eax)
-        popl %eax
-        ret
-*/	
 }
 
-void fpu_lazy_context_restore()
+void fpu_lazy_context_restore(fpu_context_t *fctx)
 {
-/*
-	pushl %eax
-        mov 8(%esp),%eax
-        fxrstor (%eax)
-        popl %eax
-        ret
-*/	
 }
