Revert "cpuset: increase userland maximum size to 1024"

This reverts commit 76887e84be.

struct vm_exit currently requires that cpuset_t be identical in userland
and kernel.  This will be recommitted after these are decoupled.

PR:		271330, 269572
Reported by:	corvink
Sponsored by:	The FreeBSD Foundation
This commit is contained in:
Ed Maste 2023-05-09 09:40:27 -04:00
parent 8a16fb4730
commit ea6dd3d1d4

View File

@ -40,7 +40,7 @@
#define CPU_SETSIZE MAXCPU
#endif
#define CPU_MAXSIZE 1024
#define CPU_MAXSIZE 256
#ifndef CPU_SETSIZE
#define CPU_SETSIZE CPU_MAXSIZE