Skip to content

Commit

Permalink
init/main.c: remove BKL notations
Browse files Browse the repository at this point in the history
According to commit 5e3d20a
(init: Remove the BKL from startup code) these sparse notations
should be removed also.

Signed-off-by: Namhyung Kim <[email protected]>
Signed-off-by: Arnd Bergmann <[email protected]>
  • Loading branch information
namhyung authored and arndb committed Oct 19, 2010
1 parent 01b284f commit 1fa4f3b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions init/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -424,7 +424,6 @@ static void __init setup_command_line(char *command_line)
static __initdata DECLARE_COMPLETION(kthreadd_done);

static noinline void __init_refok rest_init(void)
__releases(kernel_lock)
{
int pid;

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

0 comments on commit 1fa4f3b

Please sign in to comment.