|
|
|
|
|
|
|
|
|
|
xen-devel
Re: [Xen-devel] Re: BUG: xen-unstable boot stuck after mtrr
On Thu, 17 Mar 2005, Rik van Riel wrote:
> Found it. Not the most debuggable wrt calling order though.
> Now to find out what function it calls after mtrr_init() ...
>
> static void __init do_initcalls(void)
> {
> initcall_t *call;
> for ( call = &__initcall_start; call < &__initcall_end; call++ )
> (*call)();
> }
The linker script does all this magic; the order of modules is dependant on
the linker being used.
-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxxxx
https://lists.sourceforge.net/lists/listinfo/xen-devel
|
|
|
|
|