From: Peter Zijlstra Date: Thu, 17 Oct 2013 13:36:19 +0000 (+0200) Subject: perf: Remove useless atomic_t X-Git-Tag: omap-for-v3.13/fixes-for-merge-window-take2~41^2~23 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d9494cb4299da66541a3f3ab82c552889bee0606;p=pandora-kernel.git perf: Remove useless atomic_t There's nothing atomic about atomic_set vs atomic_read; so remove the atomic_t usage. Also, make running_sample_length static as it really is (and should be) local to this translation unit. Signed-off-by: Peter Zijlstra Cc: eranian@google.com Cc: Don Zickus Cc: jmario@redhat.com Cc: acme@infradead.org Cc: dave.hansen@linux.intel.com Link: http://lkml.kernel.org/n/tip-vw9lg588x1ic248whybjon0c@git.kernel.org Signed-off-by: Ingo Molnar --- Reading git-diff-tree failed