altq(4)コードはすでにSMPを扱えるためALTQ_NOPCCがなぜ必要なのかを明確にしました

修正

# Individual disciplines must be built into the base system and can not be
# loaded as modules at this point. In order to build a SMP kernelALTQ requires a stable TSC so if yours is
# broken or changes with CPU throttling then you must also have the ALTQ_NOPCC
# option.
options ALTQ_NOPCC
Required for SMP buildif the TSC is unusable

commit log

The altq(4) code already handles SMP so clarify what ALTQ_NOPCC is needed for.
altq(4)コードはすでにSMPを扱えるため、ALTQ_NOPCCがなぜ必要なのかを明確にしました。
$FreeBSD: src/sys/conf/NOTES,v 1.1353 2006/03/02 19:45:59 thompsa Exp $