Decoupling Architectural-specific Code (#35)
[lunaix-os.git] / lunaix-os / arch / i386 / includes / sys / interrupt.S.inc
index 055439e35f410d27d1667af504ed867ecb22c665..1d698fac6e26a11ca3b991a1573bcc36e7134659 100644 (file)
@@ -30,8 +30,8 @@ igs:
 iexecp:
 iesp:
     .struct iesp + regsize
-isave_prev:
-    .struct isave_prev + regsize
+isave_parent:
+    .struct isave_parent + regsize
 ivec:
     .struct ivec + regsize
 iecode:
@@ -67,8 +67,8 @@ exuss:
 
 /* struct layout: critical section of struct proc_info */
     .struct 0
-thread_intr_ctx:
-    .struct thread_intr_ctx + regsize
+thread_hstate:
+    .struct thread_hstate + regsize
 thread_ustack_top:
 
 /* struct layout: proc_sig */
@@ -79,4 +79,4 @@ psig_sigact:
     .struct psig_sigact + regsize
 psig_sighand:
     .struct psig_sighand + regsize
-psig_saved_ictx:
\ No newline at end of file
+psig_saved_hstate:
\ No newline at end of file