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 general interrupt overview table ie description #394

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Commits on Apr 9, 2024

  1. Fix general interrupt overview table ie description

    ie represents the new global interrupt enable mstatus.xie.  Clarify that the highest ranked interrupt must have clicintip[i] and clicintie[i] == 1.
    
    Signed-off-by: Dan Smathers <dan.smathers@seagate.com>
    dansmathers committed Apr 9, 2024
    Configuration menu
    Copy the full SHA
    fbfb1ef View commit details
    Browse the repository at this point in the history

Commits on Apr 10, 2024

  1. add additional line to generic interrupt behavior table to remove und…

    …efined refence to e
    
    using 'e' value in the ie column in the last line of the generic interrupt behavior table only saved one line in the table.  Just added the extra line to the table and removed the reference to e and replaced with 0 then 1.
    
    Signed-off-by: Dan Smathers <dan.smathers@seagate.com>
    dansmathers committed Apr 10, 2024
    Configuration menu
    Copy the full SHA
    878398b View commit details
    Browse the repository at this point in the history