[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <177753046.dmVvfiu3Rn@wuerfel>
Date: Tue, 13 May 2014 17:12:31 +0200
From: Arnd Bergmann <arnd@...db.de>
To: Tony Lindgren <tony@...mide.com>
Cc: linux-arm-kernel@...ts.infradead.org, linux-kernel@...r.kernel.org,
Kishon Vijay Abraham I <kishon@...com>,
Felipe Balbi <balbi@...com>
Subject: Re: [PATCH] bus/omap_l3: avoid sync initcall for modules
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
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists