您的位置:首页 > 运维架构 > Linux

Understanding the linux kernel-ch4-Nested Execution

2008-07-02 19:18 507 查看
An interrupt handler may preempt both other interrupt handlers and exception handlers.
Conversely, an exception handler never preempts an interrupt handler.
Linux interleaves kernel control paths for two major reasons
· To improve the throughput of programmable interrupt controllers and device controllers
· To implement an interrupt model without priority levels.
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: