]> git.karo-electronics.de Git - karo-tx-linux.git/commit
init: add comments to keep initcall-names in sync with initcall levels
authorJim Cromie <jim.cromie@gmail.com>
Thu, 14 Jun 2012 22:00:59 +0000 (16:00 -0600)
committerStephen Rothwell <sfr@canb.auug.org.au>
Sat, 21 Jul 2012 22:28:14 +0000 (08:28 +1000)
commitca75e8c594ebba14c0bb15b09a69ca3245426209
treeda1239625a46b54df5e4d752c187f138f7d8e80c
parent02cefb586cefeee709985e26d6ed4811b98eb3d0
init: add comments to keep initcall-names in sync with initcall levels

main.c has initcall_level_names[] for parse_args to print in debug messages,
add comments to keep them in sync with initcalls defined in init.h.

Also add "loadable" into comment re not using *_initcall macros in
modules, to disambiguate from kernel/params.c and other builtins.

Signed-off-by: Jim Cromie <jim.cromie@gmail.com>
Acked-by: Borislav Petkov <borislav.petkov@amd.com>
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
include/linux/init.h
init/main.c