Comment in sched.c

David Gomez (davidge@jazzfree.com)
Fri, 22 Jun 2001 05:44:41 +0200 (CEST)


I know this is maybe stupid, but...

At the beggining of sched.c, this commentary appears:

/*
* 'sched.c' is the main kernel file. It contains scheduling primitives
* (sleep_on, wakeup, schedule etc) as well as a number of simple system
* call functions (type getpid()), which just extract a field from
* current-task
*/

Shouldn't be ommited the last part ? It has several system calls, but
sys_getpid is in timer.c, not in sched.c.

David Gómez

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