From: Rusty Russell Date: Thu, 5 Aug 2010 18:59:13 +0000 (-0600) Subject: module: cleanup comments, remove noinline X-Git-Tag: v2.6.36-rc1~549^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=51f3d0f474aaebbc253100fa32a49c8256812330;p=pandora-kernel.git module: cleanup comments, remove noinline On my (32-bit x86) machine, sys_init_module() uses 124 bytes of stack once load_module() is inlined. This effectively reverts ffb4ba76 which inlined it due to stack pressure. Signed-off-by: Rusty Russell --- Reading git-diff-tree failed