(redirect to lkml)
Making MODULE_PARM work when compiled in will be nice, but I see two
flaws right off:
* passing multiple module parms is wasteful, because the module prefix
must be repeated for each argument. That strains cmdline limits (80
chars in boot environments) IMHO we can do better than that.
* There are cases where you do not want MODULE_PARM options appearing as
__setup, just like there are cases where options passed to __setup do
not belong as a MODULE_PARM. You should not unconditionally make
MODULE_PARM available on the kernel command line, even though that is
the simple solution.
-- Jeff Garzik | May you have warm words on a cold evening, Building 1024 | a full moon on a dark night, MandrakeSoft | and a smooth road all the way to your door. - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/