Skip to content

Commit

Permalink
Fix typo in comment.
Browse files Browse the repository at this point in the history
CONFIG_PRREMPT -> CONFIG_PREEMPT

Signed-off-by: Florian La Roche <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
  • Loading branch information
Florian La Roche authored and torvalds committed May 7, 2018
1 parent 76787cf commit f142f08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion init/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -423,7 +423,7 @@ static noinline void __ref rest_init(void)

/*
* Enable might_sleep() and smp_processor_id() checks.
* They cannot be enabled earlier because with CONFIG_PRREMPT=y
* They cannot be enabled earlier because with CONFIG_PREEMPT=y
* kernel_thread() would trigger might_sleep() splats. With
* CONFIG_PREEMPT_VOLUNTARY=y the init task might have scheduled
* already, but it's stuck on the kthreadd_done completion.
Expand Down

0 comments on commit f142f08

Please sign in to comment.