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:
3665ee3
)
powerpc: Cleanup & use pr_devel() in arch/powerpc/mm/slb.c
author
Michael Ellerman
<michael@ellerman.id.au>
Wed, 17 Jun 2009 18:13:51 +0000
(18:13 +0000)
committer
Benjamin Herrenschmidt
<benh@kernel.crashing.org>
Wed, 8 Jul 2009 03:50:22 +0000
(13:50 +1000)
pr_debug() can now result in code being generated even when DEBUG
is not defined. That's not really desirable in some places.
With CONFIG_DYNAMIC_DEBUG=y:
size before:
text data bss dec hex filename
3261 416 4 3681 e61 arch/powerpc/mm/slb.o
size after:
text data bss dec hex filename
2861 248 4 3113 c29 arch/powerpc/mm/slb.o
Signed-off-by: Michael Ellerman <michael@ellerman.id.au>
Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
arch/powerpc/mm/slb.c
patch
|
blob
|
history
diff --cc
arch/powerpc/mm/slb.c
Simple merge