freebsd-dev/share/man
Brooks Davis 8232a1edda cpuset(9): Refer to CPU_SETSIZE not MAXCPU
The maximum CPU number of a cpuset_t is determined by CPU_SETSIZE. In
the kernel this is MAXCPU, but in userspace it is CPU_MAXSIZE unless
CPU_SETSIZE is defined before including sys/_cpuset.h. CPU_MAXSIZE is
256 and in userspace MAXCPU is generally 1 because it being set to a
larger MD value is gated on SMP being defined (not generally the case in
userspace).

Reported by:	Nathaniel Wesley Filardo <nwfilardo@gmail.com>
Reviewed by:	cem, jhb
MFC after:	3 days
Differential Revision:	https://reviews.freebsd.org/D36679
2022-09-23 21:20:52 +01:00
..
man1
man3 rb_tree: augmentation shortcut 2022-09-20 23:21:14 -05:00
man3lua flua: Add a libjail module 2020-10-24 17:08:59 +00:00
man4 iwlwifi.4: typo fixed 2022-09-22 22:35:16 +00:00
man5 linuxkpi: drm-kmod debugfs support 2022-09-20 19:41:10 +02:00
man6
man7 arch: armv4 isn't supported either on aarch64 running in aarch32 mode 2022-09-15 11:20:01 -06:00
man8 Indicate that kgdb.1 is from ports/devel/gdb. 2022-08-14 15:17:29 +02:00
man9 cpuset(9): Refer to CPU_SETSIZE not MAXCPU 2022-09-23 21:20:52 +01:00
Makefile flua: Add a libjail module 2020-10-24 17:08:59 +00:00