On Tue, Mar 09, 2021, Kai Huang wrote:
> @@ -290,6 +290,8 @@
>  #define X86_FEATURE_FENCE_SWAPGS_KERNEL      (11*32+ 5) /* "" LFENCE in 
> kernel entry SWAPGS path */
>  #define X86_FEATURE_SPLIT_LOCK_DETECT        (11*32+ 6) /* #AC for split 
> lock */
>  #define X86_FEATURE_PER_THREAD_MBA   (11*32+ 7) /* "" Per-thread Memory 
> Bandwidth Allocation */
> +#define X86_FEATURE_SGX1             (11*32+ 8) /* "" Basic SGX */
> +#define X86_FEATURE_SGX2             (11*32+ 9) /* "" SGX Enclave Dynamic 
> Memory Management (EDMM) */

There are spaces immediately after _SGX2 that can be replace by a tab.

Reply via email to