Index: kernel/arch/ia32/include/arch/context_struct.h
===================================================================
--- kernel/arch/ia32/include/arch/context_struct.h	(revision 8addb24acd8c8ad903505217be1dba5c2812d7a9)
+++ kernel/arch/ia32/include/arch/context_struct.h	(revision 7c5320cc53df744a0d53d60a263d390f3fe84b5e)
@@ -37,6 +37,5 @@
 #define CONTEXT_OFFSET_EBP  0x14
 #define CONTEXT_OFFSET_TP   0x18
-#define CONTEXT_OFFSET_IPL  0x1c
-#define CONTEXT_SIZE        0x20
+#define CONTEXT_SIZE        0x1c
 
 #ifndef __ASSEMBLER__
@@ -53,5 +52,4 @@
 	uint32_t ebp;
 	uint32_t tp;
-	ipl_t ipl;
 } context_t;
 
