OSDN Git Service

connector: Use this_cpu operations
authorChristoph Lameter <cl@linux.com>
Wed, 8 Dec 2010 16:42:23 +0000 (17:42 +0100)
committerTejun Heo <tj@kernel.org>
Fri, 17 Dec 2010 14:18:05 +0000 (15:18 +0100)
commit3ea9f6833c8f865a221b59ce37d7650dcf3b3e17
tree1f304f3ef65c84c9a6446d2ad7fa3ce2e7e248ad
parentb2e4ae69757cdfef4c612a04f097c1e20489a565
connector: Use this_cpu operations

The patch was originally in the use cpuops patchset but it needs an
inc_return and is therefore dependent on an extension of the cpu ops.
Fixed up and verified that it compiles.

get_seq can benefit from this_cpu_operations.  Address calculation is
avoided and the increment is done using an xadd.

Cc: Scott James Remnant <scott@ubuntu.com>
Cc: Mike Frysinger <vapier@gentoo.org>
Acked-by: H. Peter Anvin <hpa@zytor.com>
Signed-off-by: Christoph Lameter <cl@linux.com>
Signed-off-by: Tejun Heo <tj@kernel.org>
drivers/connector/cn_proc.c