cvs commit: src/sys/kern sched_ule.c
Peter Wemm
peter at FreeBSD.org
Sun Dec 7 01:57:53 PST 2003
peter 2003/12/07 01:57:51 PST
FreeBSD src repository
Modified files:
sys/kern sched_ule.c
Log:
rqb_bits[] may be an int64_t (eg: on alpha, and recently on amd64).
Be sure to shift (long)1 << 33 and higher, not (int)1. Otherwise bad
things happen(TM). This is why beast.freebsd.org paniced with ULE.
Reviewed by: jeff
Revision Changes Path
1.85 +1 -1 src/sys/kern/sched_ule.c
More information about the cvs-src
mailing list