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:
a1797b2
)
powerpc/perf: Move BHRB code into CONFIG_PPC64 region
author
Michael Neuling
<mikey@neuling.org>
Mon, 13 May 2013 18:44:56 +0000
(18:44 +0000)
committer
Benjamin Herrenschmidt
<benh@kernel.crashing.org>
Tue, 14 May 2013 06:00:21 +0000
(16:00 +1000)
The new Branch History Rolling buffer (BHRB) code is only useful on 64bit
processors, so move it into the #ifdef CONFIG_PPC64 region.
This avoids code bloat on 32bit systems.
Signed-off-by: Michael Neuling <mikey@neuling.org>
Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
No differences found