X-Git-Url: http://git.rot13.org/?a=blobdiff_plain;f=Documentation%2Fsched-coding.txt;h=cbd8db752acff8f9952305a12d5bdea883bec6a7;hb=cb8da8a38015ded1df319a39b7298e69f89036ac;hp=2b75ef67c9fe7f6819c0ab49bd01dcff59a17b5f;hpb=1da177e4c3f41524e886b7f1b8a0c1fc7321cac2;p=powerpc.git diff --git a/Documentation/sched-coding.txt b/Documentation/sched-coding.txt index 2b75ef67c9..cbd8db752a 100644 --- a/Documentation/sched-coding.txt +++ b/Documentation/sched-coding.txt @@ -15,7 +15,7 @@ Main Scheduling Methods void load_balance(runqueue_t *this_rq, int idle) Attempts to pull tasks from one cpu to another to balance cpu usage, if needed. This method is called explicitly if the runqueues are - inbalanced or periodically by the timer tick. Prior to calling, + imbalanced or periodically by the timer tick. Prior to calling, the current runqueue must be locked and interrupts disabled. void schedule()