x86: Use canonical spelling of MOVDIR64B feature/instruction

The former spelling probably confused MOVDIR64B with MOVDIRI64.

MOVDIR_64B is the 64-*byte* direct store instruction; MOVDIR_I64 is the
64-*bit* direct store instruction (underscores added here for clarity; they are
not part of the canonical instruction name).

No functional change.

Sponsored by:	Dell EMC Isilon
This commit is contained in:
Conrad Meyer 2019-10-14 20:55:01 +00:00
parent 96b224ed24
commit d23e252dfa
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=353521
2 changed files with 2 additions and 2 deletions

View File

@ -449,7 +449,7 @@
#define CPUID_STDEXT2_RDPID 0x00400000
#define CPUID_STDEXT2_CLDEMOTE 0x02000000
#define CPUID_STDEXT2_MOVDIRI 0x08000000
#define CPUID_STDEXT2_MOVDIRI64B 0x10000000
#define CPUID_STDEXT2_MOVDIR64B 0x10000000
#define CPUID_STDEXT2_ENQCMD 0x20000000
#define CPUID_STDEXT2_SGXLC 0x40000000

View File

@ -993,7 +993,7 @@ printcpuinfo(void)
"\027RDPID"
"\032CLDEMOTE"
"\034MOVDIRI"
"\035MOVDIRI64B"
"\035MOVDIR64B"
"\036ENQCMD"
"\037SGXLC"
);