• Rusty Russell's avatar
    [PATCH] Module Parameter Core Patch · 326e7842
    Rusty Russell authored
    This patch is a rewrite of the insmod and boot parameter handling,
    to unify them.
    
    The new format is fairly simple: built on top of __module_param_call there
    are several helpers, eg "module_param(foo, int, 000)".  The final argument
    is the permissions bits, for exposing parameters in sysfs (if
    non-zero) at a later stage.
    326e7842
vmlinux.lds.S 2.53 KB