> How do you get zero setup functions? There are things that are quite
> unconditional, like the "root=" one just before "checksetup()". Same goes
> for initcalls. 
> 
> (Or does 2.2.x copy the setup stuff without copying any of the regular
> _users_ of those setup functions?).

2.2 doesnt move existing users. Its a nice way to handle 2.4 API drivers in 2.2
and encourage people to write to the 2.4 API thus making life happier for
the future, however moving the old ones risks changing initialisation order -
and that way be dragons

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
Please read the FAQ at http://www.tux.org/lkml/

Reply via email to