diff options
author | Dave Young <dyoung@redhat.com> | 2012-02-01 03:33:14 +0100 |
---|---|---|
committer | Rusty Russell <rusty@rustcorp.com.au> | 2012-03-26 04:20:50 +0200 |
commit | 02608bef8f774c058779546926889a2f2717a499 (patch) | |
tree | fdbdd5918c0d9a9f142c6c88535a2b18f13ce02c /tools/power | |
parent | Merge tag 'stable/for-linus-3.4-tag-two' of git://git.kernel.org/pub/scm/linu... (diff) | |
download | linux-02608bef8f774c058779546926889a2f2717a499.tar.xz linux-02608bef8f774c058779546926889a2f2717a499.zip |
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 <dyoung@redhat.com>
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
Diffstat (limited to 'tools/power')
0 files changed, 0 insertions, 0 deletions