Support to multi-threading and pthread interface (POSIX.1-2008) (#23)
[lunaix-os.git] / lunaix-os / arch / i386 / includes / sys / interrupt.S.inc
index 2d95fac608ea8d21f55c90b8a87c881429c71541..055439e35f410d27d1667af504ed867ecb22c665 100644 (file)
@@ -67,17 +67,9 @@ exuss:
 
 /* struct layout: critical section of struct proc_info */
     .struct 0
-proc_pid:
-    .struct proc_pid + regsize
-proc_parent:
-    .struct proc_parent + regsize
-proc_intr_ctx:
-    .struct proc_intr_ctx + regsize
-proc_ustack_top:
-    .struct proc_ustack_top + regsize
-proc_page_table:
-    .struct proc_page_table + regsize
-proc_fxstate:
+thread_intr_ctx:
+    .struct thread_intr_ctx + regsize
+thread_ustack_top:
 
 /* struct layout: proc_sig */
     .struct 0