[PATCH] bus/omap_l3: avoid sync initcall for modules
Arnd Bergmann
arnd at arndb.de
Tue May 13 08:12:31 PDT 2014
On Monday 12 May 2014 15:20:07 Tony Lindgren wrote:
>
> How about instead let's add this into include/linux/module.h
> like we have for other initcalls:
>
> #define postcore_initcall(fn) module_init(fn)
>
> There may be others missing too from there. BTW, this driver
> might be few of the drivers that actually might need to be
> initialized early for debugging to catch bad access from
> other drivers.
There is a comment above those defines saying:
/* Don't use these in loadable modules, but some people do... */
so I'm not sure if adding more would be appreciated.
Arnd
More information about the linux-arm-kernel
mailing list