We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f5e705c commit 33e2dcfCopy full SHA for 33e2dcf
lib/bootconfig.c
@@ -901,7 +901,8 @@ static int __init xbc_parse_tree(void)
901
}
902
903
/**
904
- * xbc_exit() - Clean up all parsed bootconfig
+ * _xbc_exit() - Clean up all parsed bootconfig
905
+ * @early: Set true if this is called before budy system is initialized.
906
*
907
* This clears all data structures of parsed bootconfig on memory.
908
* If you need to reuse xbc_init() with new boot config, you can
0 commit comments