]> rtime.felk.cvut.cz Git - hercules2020/nv-tegra/linux-4.4.git/commit
stop_machine: Use 'cpu_stop_fn_t' where possible
authorOleg Nesterov <oleg@redhat.com>
Tue, 30 Jun 2015 01:29:55 +0000 (03:29 +0200)
committerIngo Molnar <mingo@kernel.org>
Mon, 3 Aug 2015 10:21:27 +0000 (12:21 +0200)
commit9a301f22faac7fc2207ee49c1855a6b4ba9c5a52
treef8a806fa897a55f5a3a0b1055a979ac6146d66bb
parent7eeb088e72048bf4660f64fc3824c8066cf17591
stop_machine: Use 'cpu_stop_fn_t' where possible

Cosmetic, but 'cpu_stop_fn_t' actually makes the code more readable and
it doesn't break cscope. And most of the declarations already use it.

Signed-off-by: Oleg Nesterov <oleg@redhat.com>
Signed-off-by: Peter Zijlstra (Intel) <peterz@infradead.org>
Cc: Linus Torvalds <torvalds@linux-foundation.org>
Cc: Mike Galbraith <efault@gmx.de>
Cc: Peter Zijlstra <peterz@infradead.org>
Cc: Tejun Heo <tj@kernel.org>
Cc: Thomas Gleixner <tglx@linutronix.de>
Cc: dave@stgolabs.net
Cc: der.herr@hofr.at
Cc: paulmck@linux.vnet.ibm.com
Cc: riel@redhat.com
Cc: viro@ZenIV.linux.org.uk
Link: http://lkml.kernel.org/r/20150630012955.GA23937@redhat.com
Signed-off-by: Ingo Molnar <mingo@kernel.org>
include/linux/stop_machine.h
kernel/stop_machine.c