git: <sys/cdefs.h>: Move various defines to <sys/systm.h> where they belong.

Sascha Wildner swildner at crater.dragonflybsd.org
Fri Jul 3 17:10:16 PDT 2020


commit cba80b66ac929c70baa6f713691c9d68522b0f27
Author: Sascha Wildner <saw at online.de>
Date:   Sat Jul 4 01:20:35 2020 +0200

    <sys/cdefs.h>: Move various defines to <sys/systm.h> where they belong.
    
    Namely, __exclusive_cache_line, __read_frequently and __read_mostly.
    
    While here, fix some whitespace.
    
    No functional changes.

Summary of changes:
 sys/dev/drm/include/linux/cache.h |  1 +
 sys/sys/cdefs.h                   |  5 -----
 sys/sys/systm.h                   | 16 ++++++++++++----
 3 files changed, 13 insertions(+), 9 deletions(-)

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


-- 
DragonFly BSD source repository


More information about the Commits mailing list