on_each_cpu(): kill unused 'retry' parameter
authorJens Axboe <jens.axboe@oracle.com>
Fri, 9 May 2008 07:39:44 +0000 (09:39 +0200)
committerJens Axboe <jens.axboe@oracle.com>
Thu, 26 Jun 2008 09:24:38 +0000 (11:24 +0200)
It's not even passed on to smp_call_function() anymore, since that
was removed. So kill it.

Acked-by: Jeremy Fitzhardinge <jeremy.fitzhardinge@citrix.com>
Reviewed-by: Paul E. McKenney <paulmck@linux.vnet.ibm.com>
Signed-off-by: Jens Axboe <jens.axboe@oracle.com>

No differences found