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:
899611e
)
slub: Force no inlining of debug functions
author
Christoph Lameter
<cl@linux.com>
Fri, 20 Aug 2010 17:37:12 +0000
(12:37 -0500)
committer
Pekka Enberg
<penberg@kernel.org>
Sat, 2 Oct 2010 07:24:26 +0000
(10:24 +0300)
Compiler folds the debgging functions into the critical paths.
Avoid that by adding noinline to the functions that check for
problems.
Acked-by: David Rientjes <rientjes@google.com>
Signed-off-by: Christoph Lameter <cl@linux.com>
Signed-off-by: Pekka Enberg <penberg@kernel.org>
No differences found