From: Jim Cromie Date: Fri, 27 Apr 2012 20:30:39 +0000 (-0600) Subject: dynamic_debug: print ram usage by ddebug tables if verbose X-Git-Tag: v3.5-rc1~147^2~59 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4107692760db8160a65347f7bb2fa7fa7bf9b0d1;p=pandora-kernel.git dynamic_debug: print ram usage by ddebug tables if verbose Print ram usage of dynamic-debug tables and verbose section so user knows cost of enabling CONFIG_DYNAMIC_DEBUG. This only counts the size of the _ddebug tables for builtins and the __verbose section that they refer to, not those used in loadable modules. Signed-off-by: Jim Cromie Acked-by: Jason Baron Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed