From: Christoph Lameter Date: Sat, 3 Oct 2009 10:48:23 +0000 (+0900) Subject: this_cpu: Use this_cpu ops for VM statistics X-Git-Tag: v2.6.33-rc1~288^2~19 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4dac3e98840f11bb2d8d52fd375150c7c1912117;p=pandora-kernel.git this_cpu: Use this_cpu ops for VM statistics Using per cpu atomics for the vm statistics reduces their overhead. And in the case of x86 we are guaranteed that they will never race even in the lax form used for vm statistics. Acked-by: Tejun Heo Signed-off-by: Christoph Lameter Signed-off-by: Tejun Heo --- Reading git-diff-tree failed