aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--arch/x86/boot/cpucheck.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/arch/x86/boot/cpucheck.c b/arch/x86/boot/cpucheck.c
index 7804389ee005..19b14f7ef9f1 100644
--- a/arch/x86/boot/cpucheck.c
+++ b/arch/x86/boot/cpucheck.c
@@ -46,12 +46,12 @@ static const u32 req_flags[NCAPINTS] =
46{ 46{
47 REQUIRED_MASK0, 47 REQUIRED_MASK0,
48 REQUIRED_MASK1, 48 REQUIRED_MASK1,
49 REQUIRED_MASK2, 49 0, /* REQUIRED_MASK2 not implemented in this file */
50 REQUIRED_MASK3, 50 0, /* REQUIRED_MASK3 not implemented in this file */
51 REQUIRED_MASK4, 51 REQUIRED_MASK4,
52 REQUIRED_MASK5, 52 0, /* REQUIRED_MASK5 not implemented in this file */
53 REQUIRED_MASK6, 53 REQUIRED_MASK6,
54 REQUIRED_MASK7, 54 0, /* REQUIRED_MASK7 not implemented in this file */
55}; 55};
56 56
57#define A32(a, b, c, d) (((d) << 24)+((c) << 16)+((b) << 8)+(a)) 57#define A32(a, b, c, d) (((d) << 24)+((c) << 16)+((b) << 8)+(a))