clean-up left-over arch-depend code from kernel base
[lunaix-os.git] / lunaix-os / includes / lunaix / hart_state.h
index a9172bdf98f5ee1d6cec9b25d5a678b3a378392b..e9d0f1c25d0425a5836f4951b0e50c6f4ee7589f 100644 (file)
@@ -6,7 +6,7 @@ struct regcontext;
 struct hart_state;
 
 #include <lunaix/compiler.h>
-#include <sys/hart.h>
+#include <asm/hart.h>
 
 struct hart_transition 
 {
@@ -14,7 +14,7 @@ struct hart_transition
     struct {
         struct hart_state state;
         struct exec_param eret;
-    } compact transfer;
+    } transfer;
 };
 
 bool