Index: kernel/arch/ppc32/include/arch/context_struct.h
===================================================================
--- kernel/arch/ppc32/include/arch/context_struct.h	(revision 8addb24acd8c8ad903505217be1dba5c2812d7a9)
+++ kernel/arch/ppc32/include/arch/context_struct.h	(revision 5110d0a1ed08ccaa0107b3c666b72c97dacb98d1)
@@ -53,6 +53,5 @@
 #define CONTEXT_OFFSET_R31  0x54
 #define CONTEXT_OFFSET_CR   0x58
-#define CONTEXT_OFFSET_IPL  0x5c
-#define CONTEXT_SIZE        0x60
+#define CONTEXT_SIZE        0x5c
 
 #ifndef __ASSEMBLER__
@@ -84,5 +83,4 @@
 	uint32_t r31;
 	uint32_t cr;
-	ipl_t ipl;
 } context_t;
 
