DragonFly commits List (threaded) for 2011-10
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]
git: kernel - callout_init() -> callout_init_mp() in selected cases
commit bf0ecf68a85015324c985f09432f5d3fddfdba61
Author: Matthew Dillon <dillon@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
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]