While I haven't specifically tested this patch it looks 
    reasonable to me.  Are you going to do an engineering/commit
    cycle with it?

                                        -Matt
                                        Matthew Dillon 
                                        <[EMAIL PROTECTED]>

:The patch initializes nbuf (and many other things) statically again.
:The only losses are slight bloat of the data section and the ability
:...
:
:%%%
:Index: subr_param.c
:===================================================================
:RCS file: /home/ncvs/src/sys/kern/subr_param.c,v
:retrieving revision 1.52
:diff -u -2 -r1.52 subr_param.c
:--- subr_param.c       6 Feb 2002 01:19:19 -0000       1.52
:+++ subr_param.c       23 Feb 2002 07:44:45 -0000
:@@ -56,31 +56,27 @@
: #define       HZ 100
: #endif
:-#define       NPROC (20 + 16 * maxusers)
:...
:
:Bruce

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message

Reply via email to