git: x86_64/specialreg.h: Rename two IA32_ARCH_* defines for consistency

Aaron LI aly at crater.dragonflybsd.org
Sat Jun 19 03:42:04 PDT 2021


commit 41c6e41833cddf2be6e89b10a09c4847c9968c68
Author: Aaron LI <aly at aaronly.me>
Date:   Tue May 11 13:18:43 2021 +0800

    x86_64/specialreg.h: Rename two IA32_ARCH_* defines for consistency
    
    Rename IA32_ARCH_SSB_NO -> IA32_ARCH_CAP_SSB_NO, and
    IA32_ARCH_MDS_NO -> IA32_ARCH_CAP_MDS_NO, for better consistency with
    other IA32_ARCH_CAP_* defines.
    
    Submitted in bug #3265 by chicken.
    https://bugs.dragonflybsd.org/issues/3265

Summary of changes:
 sys/cpu/x86_64/include/specialreg.h   | 4 ++--
 sys/platform/pc64/x86_64/vm_machdep.c | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/41c6e41833cddf2be6e89b10a09c4847c9968c68


-- 
DragonFly BSD source repository


More information about the Commits mailing list