From: Peter Zijlstra Date: Wed, 9 Jun 2010 09:57:23 +0000 (+0200) Subject: perf: Fix build breakage for architecutes without atomic64_t X-Git-Tag: v2.6.36-rc1~532^2~73 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7be7923633a142402266d642ccebf74f556a649b;p=pandora-kernel.git perf: Fix build breakage for architecutes without atomic64_t The local64.h include dependency was not dependent on PERF_EVENT=y, which meant that arch's without atomic64_t support ended up including it and failed to build. Signed-off-by: Peter Zijlstra LKML-Reference: --- Reading git-diff-tree failed