Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 24 Feb 2005 00:05:50 +0000 (UTC)
From:      "Christian S.J. Peron" <csjp@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/kern kern_kse.c
Message-ID:  <200502240005.j1O05oPC099432@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
csjp        2005-02-24 00:05:50 UTC

  FreeBSD src repository

  Modified files:
    sys/kern             kern_kse.c 
  Log:
  Drop bzero and shove the responsibility of zeroing the kse upcall
  object on to the zone allocator. It should be noted that uma_zalloc(9)
  uses bzero to zero out the object so there probably wont be any
  real performance benefit. If UMA grows the ability to supply
  zeroed zones more efficiently in the future, we will not have to
  modify all the existing consumers.
  
  Discussed with: rwatson,julian
  MFC after:      1 week
  
  Revision  Changes    Path
  1.211     +1 -2      src/sys/kern/kern_kse.c



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