* [Q] module_init()'s order of execution?
@ 2002-01-15 17:27 Francois-Xavier Kowalski
0 siblings, 0 replies; only message in thread
From: Francois-Xavier Kowalski @ 2002-01-15 17:27 UTC (permalink / raw)
To: linux-kernel mailing-list
Hello,
AFAIK, the macros module_init() and module_exit() are used both in case
a source is built-in (the code is called from the init stage) or as a
kernel module (implementing a init_module symbol).
In case 2 of /built-in/ modules (or more) I am wondering if it is
possible to know by advance the order used to call the various
module_init() entry points. Is it possible to fix this order, or to
setup a dependency between 2 module_init()?
TIA
-- FiX
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2002-01-15 17:27 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-01-15 17:27 [Q] module_init()'s order of execution? Francois-Xavier Kowalski
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox