Home
last modified time | relevance | path

Searched hist:c688c9051b3d31f3cd44d7eddc02d7a189888936 (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/x86/x86/
H A Dcpu_machdep.cdiff c688c9051b3d31f3cd44d7eddc02d7a189888936 Tue Feb 13 16:30:31 CET 2018 Konstantin Belousov <kib@FreeBSD.org> Fix build with gas.

Do not use C constant suffixes. Bit values are small enough to not
require typing, despite they are used for 64bit MSR writes. The added
cast in hw_ibrs_recalculate() is redundand but I prefer to add it for
clarity.

Reported by: bde
Sponsored by: The FreeBSD Foundation
MFC after: 1 week
/freebsd/sys/x86/include/
H A Dspecialreg.hdiff c688c9051b3d31f3cd44d7eddc02d7a189888936 Tue Feb 13 16:30:31 CET 2018 Konstantin Belousov <kib@FreeBSD.org> Fix build with gas.

Do not use C constant suffixes. Bit values are small enough to not
require typing, despite they are used for 64bit MSR writes. The added
cast in hw_ibrs_recalculate() is redundand but I prefer to add it for
clarity.

Reported by: bde
Sponsored by: The FreeBSD Foundation
MFC after: 1 week