diff options
author | Ingo Molnar <mingo@kernel.org> | 2017-06-05 09:54:49 +0200 |
---|---|---|
committer | Ingo Molnar <mingo@kernel.org> | 2017-06-05 09:54:49 +0200 |
commit | 4241119eeb14f762e2d7f6e7c52afd22cea1de37 (patch) | |
tree | 655a153ca0517acb93b1eea776bad49ce5d8b050 /tools/arch/x86/include/asm/cpufeatures.h | |
parent | e73ad5ff2f76da25390e9607cb549691639330c3 (diff) | |
parent | 3c2993b8c6143d8a5793746a54eba8f86f95240f (diff) | |
download | blackbird-op-linux-4241119eeb14f762e2d7f6e7c52afd22cea1de37.tar.gz blackbird-op-linux-4241119eeb14f762e2d7f6e7c52afd22cea1de37.zip |
Merge tag 'v4.12-rc4' into x86/mm, to pick up fixes
Signed-off-by: Ingo Molnar <mingo@kernel.org>
Diffstat (limited to 'tools/arch/x86/include/asm/cpufeatures.h')
-rw-r--r-- | tools/arch/x86/include/asm/cpufeatures.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/arch/x86/include/asm/cpufeatures.h b/tools/arch/x86/include/asm/cpufeatures.h index 0fe00446f9ca..2701e5f8145b 100644 --- a/tools/arch/x86/include/asm/cpufeatures.h +++ b/tools/arch/x86/include/asm/cpufeatures.h @@ -202,6 +202,8 @@ #define X86_FEATURE_AVX512_4VNNIW (7*32+16) /* AVX-512 Neural Network Instructions */ #define X86_FEATURE_AVX512_4FMAPS (7*32+17) /* AVX-512 Multiply Accumulation Single precision */ +#define X86_FEATURE_MBA ( 7*32+18) /* Memory Bandwidth Allocation */ + /* Virtualization flags: Linux defined, word 8 */ #define X86_FEATURE_TPR_SHADOW ( 8*32+ 0) /* Intel TPR Shadow */ #define X86_FEATURE_VNMI ( 8*32+ 1) /* Intel Virtual NMI */ |