您的位置:首页 > Web前端

A handler can’t transfer data to or from user space

2013-11-20 10:20 501 查看
A handler can’t transfer data to or from user space, because it

doesn’t execute in the context of a process. Handlers also cannot do anything that

would sleep, such as calling wait_event, allocating memory with anything other than

GFP_ATOMIC, or locking a semaphore. Finally, handlers cannot call schedule.

“interrupt-pending” bit has been cleared.
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: 
相关文章推荐