git: kernel - callout_init() -> callout_init_mp() in selected cases

Matthew Dillon dillon at crater.dragonflybsd.org
Wed Oct 26 11:17:44 PDT 2011


commit bf0ecf68a85015324c985f09432f5d3fddfdba61
Author: Matthew Dillon <dillon at apollo.backplane.com>
Date:   Wed Oct 26 11:12:17 2011 -0700

    kernel - callout_init() -> callout_init_mp() in selected cases
    
    * Use callout_init_mp() in numerous cases where the BGL is not
      needed.  There are still a lot more left.

Summary of changes:
 sys/dev/disk/ahci/ahci.c       |    2 +-
 sys/dev/misc/syscons/syscons.c |    4 ++--
 sys/dev/netif/e1000/if_em.c    |    4 ++--
 sys/dev/netif/e1000/if_igb.c   |    2 +-
 sys/dev/netif/em/if_em.c       |    4 ++--
 sys/kern/kern_ktr.c            |    2 +-
 sys/kern/kern_objcache.c       |    2 +-
 sys/kern/subr_log.c            |    9 ++++-----
 sys/kern/uipc_domain.c         |   10 ++++++----
 sys/platform/pc64/isa/clock.c  |    2 +-
 10 files changed, 21 insertions(+), 20 deletions(-)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/bf0ecf68a85015324c985f09432f5d3fddfdba61


-- 
DragonFly BSD source repository





More information about the Commits mailing list