From: Rusty Russell Date: Tue, 31 Mar 2009 19:05:33 +0000 (-0600) Subject: module: remove the SHF_ALLOC flag on the __versions section. X-Git-Tag: v2.6.30-rc1~206^2~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9cb610d8e35fe3ec95a2fe2030b02f85aeea83c1;p=pandora-kernel.git module: remove the SHF_ALLOC flag on the __versions section. Impact: reduce kernel memory usage This patch just takes off the SHF_ALLOC flag on __versions so we don't keep them around after module load. This saves about 7% of module memory if CONFIG_MODVERSIONS=y. Cc: Shawn Bohrer Signed-off-by: Rusty Russell --- Reading git-diff-tree failed