From: Dave Young Date: Wed, 1 Feb 2012 02:33:14 +0000 (+0800) Subject: module: add kernel param to force disable module load X-Git-Tag: v3.4-rc1~60^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=02608bef8f774c058779546926889a2f2717a499;p=pandora-kernel.git module: add kernel param to force disable module load Sometimes we need to test a kernel of same version with code or config option changes. We already have sysctl to disable module load, but add a kernel parameter will be more convenient. Since modules_disabled is int, so here use bint type in core_param. TODO: make sysctl accept bool and change modules_disabled to bool Signed-off-by: Dave Young Signed-off-by: Rusty Russell --- Reading git-diff-tree failed