Yup.
It puts those functions into the .text.init section. The linker then puts
that section (and .data.init) between the nicely aligned symbols
__init_begin and __init_end. Then free_initmem() frees up all of those
pages, which is called from init() before execve'ing /sbin/init.
Regards,
Brad
-
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/