git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cfb8243
)
fs: Use this_cpu_inc_return in buffer.c
author
Christoph Lameter
<cl@linux.com>
Mon, 6 Dec 2010 17:40:05 +0000
(11:40 -0600)
committer
Tejun Heo
<tj@kernel.org>
Fri, 17 Dec 2010 14:18:05 +0000
(15:18 +0100)
__this_cpu_inc can create a single instruction with the same effect
as the _get_cpu_var(..)++ construct in buffer.c.
Cc: Wu Fengguang <fengguang.wu@intel.com>
Cc: Christoph Hellwig <hch@lst.de>
Acked-by: H. Peter Anvin <hpa@zytor.com>
Signed-off-by: Christoph Lameter <cl@linux.com>
Signed-off-by: Tejun Heo <tj@kernel.org>
No differences found