Skip to content

Instantly share code, notes, and snippets.

@mgalgs
Created May 10, 2013 20:52
Show Gist options
  • Save mgalgs/5557318 to your computer and use it in GitHub Desktop.
Save mgalgs/5557318 to your computer and use it in GitHub Desktop.
static void __init do_initcalls(void)
{
int level;
for (level = 0; level < ARRAY_SIZE(initcall_levels) - 1; level++)
do_initcall_level(level);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment