From 9bf4293c3ff5acab0542e73fc31d580446a73398 Mon Sep 17 00:00:00 2001 From: Subrata Banik Date: Fri, 23 Jul 2021 15:30:30 +0530 Subject: include/cpu: Remove one space from bitfield macro definition This change is to maintain parity with other macro declarations. Change-Id: I67bf78884adf6bd7faa5bb3afa2c17262c89b770 Signed-off-by: Subrata Banik Reviewed-on: https://review.coreboot.org/c/coreboot/+/56559 Reviewed-by: Angel Pons Tested-by: build bot (Jenkins) --- src/include/cpu/x86/msr.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/include') diff --git a/src/include/cpu/x86/msr.h b/src/include/cpu/x86/msr.h index 4991e0311d..26f1dcb6cf 100644 --- a/src/include/cpu/x86/msr.h +++ b/src/include/cpu/x86/msr.h @@ -90,7 +90,7 @@ #define IA32_HWP_STATUS 0x777 #define IA32_PQR_ASSOC 0xc8f /* MSR bits 33:32 encode slot number 0-3 */ -#define IA32_PQR_ASSOC_MASK (1 << 0 | 1 << 1) +#define IA32_PQR_ASSOC_MASK (1 << 0 | 1 << 1) #define IA32_L3_MASK_1 0xc91 #define IA32_L3_MASK_2 0xc92 -- cgit v1.2.3