[PATCH] MAXCPU alterable in kernel config - needs testers
Astrodog
astrodog at gmail.com
Sun Oct 8 22:52:09 PDT 2006
On 10/8/06, Kip Macy <kmacy at fsmware.com> wrote:
> >
> > I think MAXCPU should not be great than 32, since we currently define
> > cpumask_t as an integer which now should be changed to a bitmap and
> > a group of operations like we did for sigset_t.
>
> This will need to be changed soon for T2 support.
> _______________________________________________
> freebsd-current at freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-current
> To unsubscribe, send any mail to "freebsd-current-unsubscribe at freebsd.org"
>
With the potential of needing to support 128 logical CPUs, I don't
think there's any way to get around this becoming alterable.
--- Harrison
More information about the freebsd-current
mailing list