|
@@ -793,6 +793,7 @@ static void run_init_process(char *init_filename)
|
|
* makes it inline to init() and it becomes part of init.text section
|
|
* makes it inline to init() and it becomes part of init.text section
|
|
*/
|
|
*/
|
|
static noinline int init_post(void)
|
|
static noinline int init_post(void)
|
|
|
|
+ __releases(kernel_lock)
|
|
{
|
|
{
|
|
/* need to finish all async __init code before freeing the memory */
|
|
/* need to finish all async __init code before freeing the memory */
|
|
async_synchronize_full();
|
|
async_synchronize_full();
|