]> Git Repo - linux.git/commit
x86/cpufeatures: Put the AMX macros in the word 18 block
authorJim Mattson <[email protected]>
Thu, 3 Feb 2022 19:43:07 +0000 (11:43 -0800)
committerBorislav Petkov <[email protected]>
Tue, 8 Feb 2022 09:23:35 +0000 (10:23 +0100)
commitfa31a4d669bd471e9510db1abf9b91e1a6be6ff7
tree4a6b30529f6d292dfc4eebc0fd731f06c97d1888
parentab28e944197fa78e6af7c4a0ffd6bba9a5bbacf0
x86/cpufeatures: Put the AMX macros in the word 18 block

These macros are for bits in CPUID.(EAX=7,ECX=0):EDX, not for bits in
CPUID(EAX=7,ECX=1):EAX. Put them with their brethren.

  [ bp: Sort word 18 bits properly, as caught by Like Xu
    <[email protected]> ]

Signed-off-by: Jim Mattson <[email protected]>
Signed-off-by: Dave Hansen <[email protected]>
Signed-off-by: Borislav Petkov <[email protected]>
Link: https://lkml.kernel.org/r/[email protected]
arch/x86/include/asm/cpufeatures.h
This page took 0.056626 seconds and 4 git commands to generate.