Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix interrupt mask #17

Merged
merged 2 commits into from
Jun 22, 2023
Merged

Conversation

dwsJason
Copy link
Contributor

Honor the interrupt mask register, when dispatching interrupts. If it's masked, do not dispatch to the handler. I also rebuilt all the kernel binaries. I have reviewed the code for the recept changes to setdp, and setdbr. The old version of these macros did preserve mx, but the setdp would do .al, and the setdbr would do .as. I reviewed all locations these are used. Any place this broke code, people already had to fix up. (anything the original macros broke, would not work, before the changes to use PEA)

@dtremblay dtremblay merged commit 0f9e083 into Trinity-11:master Jun 22, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants