cvs commit: src/sys/kern kern_linker.c
John Baldwin
jhb at FreeBSD.org
Thu Jul 6 21:39:39 UTC 2006
jhb 2006-07-06 21:39:39 UTC
FreeBSD src repository
Modified files:
sys/kern kern_linker.c
Log:
- Explicitly acquire Giant around SYSINIT's and SYSUNINIT's since they are
not all known to be MPSAFE yet.
- Actually remove Giant from the kernel linker by taking it out of the
KLD_LOCK() and KLD_UNLOCK() macros.
Pointy hat to: jhb (2)
Revision Changes Path
1.139 +10 -3 src/sys/kern/kern_linker.c
More information about the cvs-src
mailing list