From: Paul Mackerras Date: Sat, 13 Jun 2009 07:06:50 +0000 (+1000) Subject: perf_counter: Fix atomic_set vs. atomic64_t type mismatch X-Git-Tag: v2.6.31-rc1~93^2~47 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=87847b8f26cc7176ec9b239898dc7ce47a94e1a6;p=pandora-kernel.git perf_counter: Fix atomic_set vs. atomic64_t type mismatch Using atomic_set on an atomic64_t variable gives a compiler warning on powerpc, and won't give the desired result at runtime. This fixes an instance of this error in the perf_counter code. Signed-off-by: Paul Mackerras Cc: Peter Zijlstra LKML-Reference: <18995.20490.979429.244883@cargo.ozlabs.ibm.com> Signed-off-by: Ingo Molnar --- Reading git-diff-tree failed