diff options
Diffstat (limited to 'sys')
-rw-r--r-- | sys/alpha/alpha/machdep.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/alpha/alpha/machdep.c b/sys/alpha/alpha/machdep.c index 9af4441..3a2d20b 100644 --- a/sys/alpha/alpha/machdep.c +++ b/sys/alpha/alpha/machdep.c @@ -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); |