* question about arch_initcall()
@ 2006-01-04 10:04 Nathael Pajani
2006-01-04 15:00 ` Kumar Gala
0 siblings, 1 reply; 2+ messages in thread
From: Nathael Pajani @ 2006-01-04 10:04 UTC (permalink / raw)
To: linuxppc-embedded
Hi all
I would like to know how this macro is used, and when is called the functio=
n registered with it.
thanks for all.
----=20
Nathael PAJANI
Ing=E9nieur CPE Lyon
nathael.pajani@cpe.fr
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: question about arch_initcall()
2006-01-04 10:04 question about arch_initcall() Nathael Pajani
@ 2006-01-04 15:00 ` Kumar Gala
0 siblings, 0 replies; 2+ messages in thread
From: Kumar Gala @ 2006-01-04 15:00 UTC (permalink / raw)
To: Nathael Pajani; +Cc: linuxppc-embedded
Its like any other init call.
As for order look at include/linux/init.h
core_initcall() first and late_initcall() last.
There is no guarntee of the order in which functions are called =20
inside one group.
- kumar
On Jan 4, 2006, at 4:04 AM, Nathael Pajani wrote:
> Hi all
>
> I would like to know how this macro is used, and when is called the =20=
> function registered with it.
>
> thanks for all.
>
>
> ----
> Nathael PAJANI
> Ing=E9nieur CPE Lyon
> nathael.pajani@cpe.fr
> _______________________________________________
> Linuxppc-embedded mailing list
> Linuxppc-embedded@ozlabs.org
> https://ozlabs.org/mailman/listinfo/linuxppc-embedded
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2006-01-04 15:00 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-01-04 10:04 question about arch_initcall() Nathael Pajani
2006-01-04 15:00 ` Kumar Gala
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).