git: <sys/systm.h>: Move cpu_feature/cpu_feature2 to <machine/md_var.h>

Aaron LI aly at crater.dragonflybsd.org
Fri Aug 22 20:27:14 PDT 2025


commit 45ee08f2e51ab5d0eb8be4888b0fe6576115dfbc
Author: Aaron LI <aly at aaronly.me>
Date:   Sat Aug 23 08:45:53 2025 +0800

    <sys/systm.h>: Move cpu_feature/cpu_feature2 to <machine/md_var.h>
    
    They're machine-dependent and should locate in <machine/md_var.h>,
    together with other CPU feature variables, like amd_feature,
    amd_feature2.

Summary of changes:
 sys/platform/pc64/include/md_var.h | 2 ++
 sys/sys/systm.h                    | 3 ---
 2 files changed, 2 insertions(+), 3 deletions(-)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/45ee08f2e51ab5d0eb8be4888b0fe6576115dfbc


-- 
DragonFly BSD source repository


More information about the Commits mailing list