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

interrupt: Various improvements #44

Merged
merged 4 commits into from
Oct 19, 2022
Merged

interrupt: Various improvements #44

merged 4 commits into from
Oct 19, 2022

Commits on Oct 19, 2022

  1. interrupt: Support RISC-V supervisor mode

    Under portable_atomic_s_mode cfg.
    taiki-e committed Oct 19, 2022
    Configuration menu
    Copy the full SHA
    a069efe View commit details
    Browse the repository at this point in the history
  2. interrupt: Support disabling FIQs on pre-v6 ARM

    Under portable_atomic_disable_fiq cfg.
    taiki-e committed Oct 19, 2022
    Configuration menu
    Copy the full SHA
    0002a23 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6619b73 View commit details
    Browse the repository at this point in the history
  4. interrupt: Defer mask until just before branch

    This does not change the code generation, but in the actual generated
    code the mask is deferred until just before the branch, like this.
    Since there has been some misleading discussion about this in the past,
    we will use code that more closely matches the generated code.
    taiki-e committed Oct 19, 2022
    Configuration menu
    Copy the full SHA
    d4ccac2 View commit details
    Browse the repository at this point in the history