commit 41c6e41833cddf2be6e89b10a09c4847c9968c68 Author: Aaron LI <a...@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