nr_running: wake_up_process -> add_to_runqueue

Tigran Aivazian (tigran@aivazian.demon.co.uk)
Thu, 10 Dec 1998 17:18:23 +0000 (GMT)


Hello,

nr_running-- is in del_from_runqueue() but nr_running++ is in
wake_up_process(). Shouldn't we move it to add_to_runqueue() to make things
a bit more symmetric? The end result, I think, is probably the same but the
code looks more predictable.

Regards,
Tigran.

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu
Please read the FAQ at http://www.tux.org/lkml/