1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-15 10:17:20 +00:00

Fix a comment, we have mutexes now instead of a single lock.

This commit is contained in:
John Baldwin 2000-09-13 18:22:07 +00:00
parent 8dc1deec65
commit 7ce7aa2a0b
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=65818

View File

@ -1038,7 +1038,7 @@ alpha_init(pfn, ptb, bim, bip, biv)
SLIST_INSERT_HEAD(&cpuhead, GLOBALP, gd_allcpu);
/*
* Initialise the kernel lock.
* Initialise mutexes.
*/
mtx_init(&Giant, "Giant", MTX_DEF);
mtx_init(&sched_lock, "sched lock", MTX_SPIN);