linux.conf.au/debiancon: January 2003 Recent EMail Thread: Linux Kernel Mailing List From: Rusty Russell To: torvalds@transmeta.com Cc: linux-kernel@vger.kernel.org Subject: [PATCH] Module loader against 2.5.46: 8/9 Date: Tue, 05 Nov 2002 11:43:42 +1100 Sender: linux-kernel-owner@vger.kernel.org Wedge to support old-style "MODULE_PARM" decls, by turning them into the equivalent PARAM table at load time. With this, module parameters work again on all modules. Rusty. ... +config OBSOLETE_MODPARM + bool + default y + help + Without this option you will not be able to use module parameters on + modules which have not been converted to the new module parameter + system yet. If unsure, say Y. +