What is prepare_arch_schedule for?

Posted by EpsilonVector on Stack Overflow See other posts from Stack Overflow or by EpsilonVector
Published on 2010-05-04T18:44:42Z Indexed on 2010/05/04 18:48 UTC
Read the original article Hit count: 167

Filed under:
|
|

I'm messing around with Linux kernel 2.4 and function schedule() in sched.c uses the macro prepare_arch_schedule, which appears to be an infinite loop. What is that? And how does it finish?

© Stack Overflow or respective owner

Related posts about linux

Related posts about schedule