Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 23 Jan 2001 16:36:04 -0800 (PST)
From:      John Baldwin <jhb@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/kern kern_malloc.c
Message-ID:  <200101240036.f0O0a4114273@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
jhb         2001/01/23 16:36:04 PST

  Modified files:
    sys/kern             kern_malloc.c 
  Log:
  Don't grab Giant when calling kmem_alloc/kmem_free as this is just
  encouraging other people to follow the same practice.  If this is going
  to be done, then it should be done inside of those two functions instead.
  
  Revision  Changes    Path
  1.79      +1 -5      src/sys/kern/kern_malloc.c



To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




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