]> git.neil.brown.name Git - history.git/commit
[PATCH] schedule() in_atomic() check
authorRobert Love <rml@tech9.net>
Fri, 20 Sep 2002 06:42:54 +0000 (23:42 -0700)
committerLinus Torvalds <torvalds@home.transmeta.com>
Fri, 20 Sep 2002 06:42:54 +0000 (23:42 -0700)
commit2c7b2d56e2668ef355443baa88f399d508511780
treed9536c16acbcbd17fda0a56c08a7c13218fcbf6d
parent18277e88a38adc9ddc25343e61ed8e7476862bb2
[PATCH] schedule() in_atomic() check

This makes the in_atomic() check in schedule() actually work.  You
merged the PREEMPT_ACTIVE bits, we just need to handle the exit() case
correctly.
kernel/sched.c