Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 11 Nov 2010 19:18:52 +0000 (UTC)
From:      Dimitry Andric <dim@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/sys/net vnet.h src/sys/sys pcpu.h
Message-ID:  <201011111919.oABJJE1S096062@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
dim         2010-11-11 19:18:52 UTC

  FreeBSD src repository

  Modified files:
    sys/net              vnet.h 
    sys/sys              pcpu.h 
  Log:
  SVN rev 215138 on 2010-11-11 19:18:52Z by dim
  
  Use the same treatment as in linker_set.h for the __start and __stop
  symbols of the set_vnet and set_pcpu sections, so those symbols will
  always be emitted in kernel modules, if they use vnet.h or pcpu.h.
  
  Also, for pcpu.h, make the __(start|stop)_set_pcpu declarations, and
  associated macros invisible to userland, to prevent it picking up these
  symbols.
  
  Reviewed by:    kib
  
  Revision  Changes    Path
  1.33      +2 -0      src/sys/net/vnet.h
  1.47      +6 -0      src/sys/sys/pcpu.h



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