[Midnightbsd-cvs] src: i386/include: Conditionally define MAXCPU the same for all kernels

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Mon Sep 27 18:20:10 EDT 2010


Log Message:
-----------
Conditionally define MAXCPU the same for all kernels regardless of SMP or !SMP.  

On i386 and amd64 define MAXCPU to 32 since they exist now.  Most kernel structures are resized based on this value.

Modified Files:
--------------
    src/sys/amd64/include:
        param.h (r1.2 -> r1.3)
        (http://cvsweb.midnightbsd.org/src/sys/amd64/include/param.h?r1=1.2&r2=1.3)
    src/sys/sparc64/include:
        param.h (r1.1.1.2 -> r1.2)
        (http://cvsweb.midnightbsd.org/src/sys/sparc64/include/param.h?r1=1.1.1.2&r2=1.2)
    src/sys/i386/include:
        param.h (r1.1.1.2 -> r1.2)
        (http://cvsweb.midnightbsd.org/src/sys/i386/include/param.h?r1=1.1.1.2&r2=1.2)


More information about the Midnightbsd-cvs mailing list