Files
linux-st/include/linux
Tejun Heo d84ff0512f workqueue: consistently use int for @cpu variables
Workqueue is mixing unsigned int and int for @cpu variables.  There's
no point in using unsigned int for cpus - many of cpu related APIs
take int anyway.  Consistently use int for @cpu variables so that we
can use negative values to mark special ones.

This patch doesn't introduce any visible behavior changes.

Signed-off-by: Tejun Heo <tj@kernel.org>
Reviewed-by: Lai Jiangshan <laijs@cn.fujitsu.com>
2013-03-12 11:29:59 -07:00
..
2013-03-01 13:39:00 -08:00
2013-02-25 09:24:55 -05:00
2013-02-26 02:46:08 -05:00
2013-02-22 23:31:31 -05:00
2013-02-27 19:10:21 -08:00