diff options
author | Tejun Heo <tj@kernel.org> | 2013-03-12 19:29:59 +0100 |
---|---|---|
committer | Tejun Heo <tj@kernel.org> | 2013-03-12 19:29:59 +0100 |
commit | d84ff0512f1bfc0d8c864efadb4523fce68919cc (patch) | |
tree | b91fe48e9bd59e0709b00869cd200c79f882afff /lib/crc32defs.h | |
parent | workqueue: add wokrqueue_struct->maydays list to replace mayday cpu iterators (diff) | |
download | linux-d84ff0512f1bfc0d8c864efadb4523fce68919cc.tar.xz linux-d84ff0512f1bfc0d8c864efadb4523fce68919cc.zip |
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>
Diffstat (limited to 'lib/crc32defs.h')
0 files changed, 0 insertions, 0 deletions