On Thu, Mar 27, 2008 at 08:42:11AM -0700, Sam Leffler wrote: > What is the impact on UP+small systems? Those of us building for > embedded applications are already fighting the existing bloat in the kernel.
I don't think this is a big deal for UP+small systems because they probably don't allocate things in the kernel modules that are dimensioned by MAXCPU. The FreeBSD kernel module design relies on kernel modules being built to work both on UP and SMP if the arch allows. -- John Birrell _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "[EMAIL PROTECTED]"
