Index: kernel/arch/riscv64/include/arch/context_struct.h
===================================================================
--- kernel/arch/riscv64/include/arch/context_struct.h	(revision 8addb24acd8c8ad903505217be1dba5c2812d7a9)
+++ kernel/arch/riscv64/include/arch/context_struct.h	(revision daadfa699247351099d4c91048e2f9e9a29c346a)
@@ -46,6 +46,5 @@
 #define CONTEXT_OFFSET_S10  0x70
 #define CONTEXT_OFFSET_S11  0x78
-#define CONTEXT_OFFSET_IPL  0x80
-#define CONTEXT_SIZE        0x88
+#define CONTEXT_SIZE        0x80
 
 #ifndef __ASSEMBLER__
@@ -70,5 +69,4 @@
 	uint64_t s10;
 	uint64_t s11;
-	ipl_t ipl;
 } context_t;
 
