Index: kernel/arch/sparc64/include/arch/context_struct.h
===================================================================
--- kernel/arch/sparc64/include/arch/context_struct.h	(revision 8addb24acd8c8ad903505217be1dba5c2812d7a9)
+++ kernel/arch/sparc64/include/arch/context_struct.h	(revision b596d0d09d98dccf4c29d7a1e774447f21f4fc13)
@@ -49,6 +49,5 @@
 #define CONTEXT_OFFSET_L7   0x88
 #define CONTEXT_OFFSET_TP   0x90
-#define CONTEXT_OFFSET_IPL  0x98
-#define CONTEXT_SIZE        0xa0
+#define CONTEXT_SIZE        0x98
 
 #ifndef __ASSEMBLER__
@@ -76,5 +75,4 @@
 	uint64_t l7;
 	uint64_t tp;  // %g7
-	ipl_t ipl;
 } context_t;
 
