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

Load/store exception handler: handle re-entry via a NMI. #644

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Jun 17, 2018

  1. Load/store exception handler: handle re-entry via a NMI.

    The NMI can asynchronously interrupt the load/store exception handler. This
    does occur frequently as the NMI handler code does invoke load/store
    exceptions, and the load/store exception handler is heavly used. This was
    corrupting the load/store exception handler saved state and thus randomly
    corrupting registers a0 to a6 of the interruptee.
    ourairquality committed Jun 17, 2018
    Configuration menu
    Copy the full SHA
    8513e5d View commit details
    Browse the repository at this point in the history