> The task I'm suggesting was therefore: > - remove the -fno-unit-at-a-time in arch/i386/Makefile in your private > kernel sources > - use gcc 3.4 > - reduce the stack usages in call paths > 3kB
This is a good idea. However, I might suggest using gcc 4.0 (you'll have to use a snapshot now, but the release should only be a few weeks away). A patch went into gcc 4.0 that makes gcc more intelligent about sharing stack for variables that cannot be alive at the same time, and therefore it may be more feasible to make unit-at-a-time work for the i386 kernels. - R. - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/