Skip to content
GitLab
  • Menu
Projects Groups Snippets
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in
  • L linux-ae
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Locked Files
  • Issues 0
    • Issues 0
    • List
    • Boards
    • Service Desk
    • Milestones
    • Iterations
    • Requirements
  • Merge requests 0
    • Merge requests 0
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
    • Test Cases
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages & Registries
    • Packages & Registries
    • Container Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Code review
    • Insights
    • Issue
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • linux-arm
  • linux-ae
  • Repository
Switch branch/tag
  • linux-ae
  • arch
  • tile
  • kernel
  • intvec_32.S
Find file BlameHistoryPermalink
  • Chris Metcalf's avatar
    arch/tile: avoid accidentally unmasking NMI-type interrupt accidentally · e1d5c019
    Chris Metcalf authored Mar 30, 2012
    
    
    The return path as we reload registers and core state requires that r30
    hold a boolean indicating whether we are returning from an NMI, but in a
    couple of cases we weren't setting this properly, with the result that we
    could accidentally unmask the NMI interrupt(s), which could cause confusion.
    Now we set r30 in every place where we jump into the interrupt return path.
    Signed-off-by: default avatarChris Metcalf <cmetcalf@tilera.com>
    e1d5c019