I noticed that in the Linux kernel 2.4 file sched.c there's a line that says:
void scheduling_functions_start_here(void) { }
and one that says
void scheduling_functions_end_here(void) { }
Shouldn't this kind of stuff be written as a comment? What is the gain of using functions?