|
|
|
|
|
|
|
|
|
|
xen-devel
Re: [Xen-devel] Re: BUG: xen-unstable boot stuck after mtrr
On Thu, Mar 17, 2005 at 05:15:05PM -0500, 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() ...
i've had funnies here before too
> static void __init do_initcalls(void)
> {
> initcall_t *call;
> for ( call = &__initcall_start; call < &__initcall_end; call++ )
+ {
+ printk("about call %p\n", ...);
> (*call)();
sorta thing is what i resorted to
-------------------------------------------------------
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
|
|
|
|
|