From: Michael Ellerman Date: Wed, 17 Jun 2009 18:13:54 +0000 (+0000) Subject: powerpc: Use pr_devel() in arch/powerpc/mm/mmu_context_nohash.c X-Git-Tag: v2.6.31-rc3~57^2~7 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a1ac38ab98e8a79ce225347b725f3b9751c70f1e;p=pandora-kernel.git powerpc: Use pr_devel() in arch/powerpc/mm/mmu_context_nohash.c 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 1508 48 28 1584 630 powerpc/mm/mmu_context_nohash.o size after: text data bss dec hex filename 1088 0 28 1116 45c powerpc/mm/mmu_context_nohash.o Signed-off-by: Michael Ellerman Signed-off-by: Benjamin Herrenschmidt --- Reading git-diff-tree failed