Index: kernel/arch/ia64/include/context.h
===================================================================
--- kernel/arch/ia64/include/context.h	(revision e7b7be3ff072782e570cb6ee64b50b1625a3fd89)
+++ kernel/arch/ia64/include/context.h	(revision 51baa8ad19af87e921ddfb1497fd4610a93ad7a9)
@@ -67,5 +67,5 @@
  * function calls.
  */
-struct context {
+typedef struct {
 
 	/*
@@ -129,5 +129,5 @@
 	
 	ipl_t ipl;
-};
+} context_t;
 
 #endif
Index: kernel/arch/ia64/include/fpu_context.h
===================================================================
--- kernel/arch/ia64/include/fpu_context.h	(revision e7b7be3ff072782e570cb6ee64b50b1625a3fd89)
+++ kernel/arch/ia64/include/fpu_context.h	(revision 51baa8ad19af87e921ddfb1497fd4610a93ad7a9)
@@ -43,7 +43,7 @@
 #define FRS 96
 
-struct fpu_context {
+typedef struct {
 	__r128 fr[FRS];
-};
+} fpu_context_t;
 
 #endif
