Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit f142f08b authored by Florian La Roche's avatar Florian La Roche Committed by Linus Torvalds
Browse files

Fix typo in comment.



CONFIG_PRREMPT -> CONFIG_PREEMPT

Signed-off-by: default avatarFlorian La Roche <Florian.LaRoche@googlemail.com>
Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
parent 76787cf4
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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.