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

linux/preempt.h undefine preempt_enable_no_resched since 3.14 #156

Closed
tbarbette opened this issue Dec 18, 2014 · 1 comment
Closed

linux/preempt.h undefine preempt_enable_no_resched since 3.14 #156

tbarbette opened this issue Dec 18, 2014 · 1 comment

Comments

@tbarbette
Copy link
Collaborator

Hi all,

Since kernel 3.14, "preempt_enable_no_resched" is undefined in linux/preempt.h to prevent modules from playing with preemption. But "preempt_enable_no_resched()" is called in lib/master.cc .

I do not understand fixlinuxmodules.pl enough, but these undefine should probably be removed by that script...

Also, the problem about DEPRECATED mentioned in #136 is still there.

Thanks

@tbarbette
Copy link
Collaborator Author

Corrected by commit eccb63d

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant