X-Git-Url: http://git.cascardo.eti.br/?a=blobdiff_plain;f=kernel%2Fstop_machine.c;h=695f0c6cd169a307de1f216cc67b4330a83363a4;hb=02512b2bd63385d1f34f6956860dedbfc9ac20d7;hp=01fbae5b97b765199feccfbb6f985c1309dc3475;hpb=2c316e699fa40f2fc161ebb770b6e2845db4f3b0;p=cascardo%2Flinux.git diff --git a/kernel/stop_machine.c b/kernel/stop_machine.c index 01fbae5b97b7..695f0c6cd169 100644 --- a/kernel/stop_machine.c +++ b/kernel/stop_machine.c @@ -307,6 +307,7 @@ int stop_two_cpus(unsigned int cpu1, unsigned int cpu2, cpu_stop_fn_t fn, void * * @cpu: cpu to stop * @fn: function to execute * @arg: argument to @fn + * @work_buf: pointer to cpu_stop_work structure * * Similar to stop_one_cpu() but doesn't wait for completion. The * caller is responsible for ensuring @work_buf is currently unused