Bartlomiej Zolnierkiewicz wrote: > On Sunday 10 February 2008, Jan Kiszka wrote: >> Ingo Molnar wrote: >>> * Bartlomiej Zolnierkiewicz <[EMAIL PROTECTED]> wrote: >>>>> +static int init_kgdboc(void) >>>> __init >>> done. >> Uuh, careful. We need this for runtime reconfiguration. > > it is used only for 'module_init(init_kgdboc);' in v6
Yeah, the usage chain is not obvious (given I'm looking at the right version ATM - git just spits at me), the issue moved to param_set_kgdboc_var which has to call into configure_kgdboc - now __init. Ingo, please keep the original annotations, they where correct and should have been optimal (under the given constraints or runtime reconfiguration). Jan -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/