Make syscalls accept their interrupt frame, remove useless intr_eoi() param

This commit is contained in:
2025-09-20 00:28:28 +02:00
parent 81dc694a23
commit dcc68154b2
4 changed files with 22 additions and 22 deletions

View File

@ -35,6 +35,4 @@ typedef struct {
void intr_init(void);
IntrStackFrame *INTR_CURRENT_FRAME;
#endif // HAL_INTR_H_