Skip to content
Snippets Groups Projects
Forked from card10 / firmware
Source project has a limited visibility.
  • rahix's avatar
    258d5963
    fix(epicardium): Reenable preemption · 258d5963
    rahix authored
    
    This commit changes the tickless idle behaviour.  Instead of keeping
    interrupts off during sleep, they are enabled because preemption somehow
    prevents them from triggering with WFE.  This might have unintended
    sideeffects and needs further verification.
    
    Signed-off-by: default avatarRahix <rahix@rahix.de>
    258d5963
    History
    fix(epicardium): Reenable preemption
    rahix authored
    
    This commit changes the tickless idle behaviour.  Instead of keeping
    interrupts off during sleep, they are enabled because preemption somehow
    prevents them from triggering with WFE.  This might have unintended
    sideeffects and needs further verification.
    
    Signed-off-by: default avatarRahix <rahix@rahix.de>