Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 6 Jul 2006 21:39:39 +0000 (UTC)
From:      John Baldwin <jhb@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/kern kern_linker.c
Message-ID:  <200607062139.k66LddjH050530@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200607062139.k66LddjH050530>