Ville Juven 132868b728 arm64_syscall.c: Don't need to set register context during syscall
The register context is not needed, the original idea was to provide
the user stack pointer for signal handler delivery, but the user stack
can be obtained via sp_el0 so the context registers are not needed.

SP0 is not stored upon exception entry anyways, so this code is just
completely redundant and wrong.
2024-09-10 23:23:21 +08:00
..
2024-08-14 22:36:57 +08:00
2024-08-14 22:36:57 +08:00
2024-08-14 22:36:57 +08:00
2024-08-14 22:36:57 +08:00
2024-08-14 22:36:57 +08:00
2024-09-03 19:22:28 -03:00