Re: 2.6.10-rc2 doesn't boot

From: Linus Torvalds
Date: Sun Nov 14 2004 - 23:49:41 EST




On Mon, 15 Nov 2004, Adrian Bunk wrote:
> io scheduler deadline registered
> io scheduler cfq registered
>
> ----> 2.6.10-rc2 stops here
>
> loop: loaded (max 8 devices)

Strange. There is not a lot in between those two registrations. The "cfq
registered" comes from cfq_init(), and the "loop: loaded" thing comes from
loop_init(), and in between them in the link there is just floppy.o.

And I don't see that _any_ of those three has changed. Yes, cfq got an
__exit added to its exit function, and floppy got __initdata added, but
neither of those should make any difference what-so-ever.

Just for interest, what happens if you disable floppy support? It doesn't
look like you have a floppy on that system..

Linus
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/