]> git.baikalelectronics.ru Git - kernel.git/commit
kernel/stop_machine.c: remove CONFIG_SMP dependencies
authorAndrew Morton <akpm@linux-foundation.org>
Sat, 16 Jan 2016 00:58:16 +0000 (16:58 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Sat, 16 Jan 2016 19:17:24 +0000 (11:17 -0800)
commit4dba96ab5141d3feffcc3a050f302a2a6bb51aa2
treeedad645b4ef93e726dcf647ee1ebbbd7e7394308
parent9daac5512cb074bfa3513964da5c2091d0e8f5f2
kernel/stop_machine.c: remove CONFIG_SMP dependencies

stop_machine.o is only built if CONFIG_SMP=y, so this ifdef always
evaluates to true.

[akpm@linux-foundation.org: remove now-unneeded ifdef]
Reported-by: Valentin Rothberg <valentinrothberg@gmail.com>
Cc: Chris Wilson <chris@chris-wilson.co.uk>
Cc: Ingo Molnar <mingo@kernel.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
kernel/stop_machine.c