aa64: finalise context switch, page fault handler and syscall
[lunaix-os.git] / lunaix-os / arch / aarch64 / exception / hart_fields.inc
index 5e9d63b4181c4c34a2d31a1e746c9f7116e6e7c2..0792638a9c42a23e5f8f01fe12889a5eb7cf2c98 100644 (file)
@@ -30,3 +30,14 @@ hart_regs:
 hart_execp:
     .struct hart_execp + execp_end
 hart_end:
+
+    .struct 0
+sig_num:
+    .struct sig_pend + 4
+sigact:
+    .struct sigact + 8
+sighand:
+    .struct sighand + 8
+saved_hstate:
+    .struct saved_hstate + 8
+sig_end:
\ No newline at end of file