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:
e785059
)
perf: Fix build breakage for architecutes without atomic64_t
author
Peter Zijlstra
<a.p.zijlstra@chello.nl>
Wed, 9 Jun 2010 09:57:23 +0000
(11:57 +0200)
committer
Ingo Molnar
<mingo@elte.hu>
Wed, 9 Jun 2010 10:03:00 +0000
(12:03 +0200)
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 <a.p.zijlstra@chello.nl>
LKML-Reference: <new-submission>
No differences found