git: kernel - Reduce console spam in verbose mode when printing cpu sets

Matthew Dillon dillon at crater.dragonflybsd.org
Sat Jul 12 17:36:54 PDT 2014


commit 399efd7ffa729b837536da2a6e7180d2ac48e13a
Author: Matthew Dillon <dillon at apollo.backplane.com>
Date:   Sat Jul 12 17:20:29 2014 -0700

    kernel - Reduce console spam in verbose mode when printing cpu sets
    
    * Add helper function kprint_cpuset().
    
    * Print cpu ranges when printing out cpu sets.
    
    * Print cpu ranges when generating topology output for sysctl

Summary of changes:
 sys/kern/subr_cpu_topology.c | 62 ++++++++++++++++++++++++++++++++++----------
 sys/kern/subr_prf.c          | 43 ++++++++++++++++++++++++++++++
 sys/kern/usched_bsd4.c       | 17 +++++-------
 sys/kern/usched_dfly.c       | 15 +++++------
 sys/sys/systm.h              |  1 +
 5 files changed, 106 insertions(+), 32 deletions(-)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/399efd7ffa729b837536da2a6e7180d2ac48e13a


-- 
DragonFly BSD source repository



More information about the Commits mailing list