From 45645e27a35910eb194f4624060c629ea413c604 Mon Sep 17 00:00:00 2001 From: "H. Peter Anvin" Date: Fri, 15 Aug 2008 15:36:31 -0700 Subject: [PATCH] --- yaml --- r: 112753 b: refs/heads/master c: e2fe16d91228a005811335fbc4fbad5d4f5b75af h: refs/heads/master i: 112751: 2e9593847ea82c49e512398c0055d7b36457963b v: v3 --- [refs] | 2 +- trunk/arch/x86/boot/cpucheck.c | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/[refs] b/[refs] index e75dec46e15e..e693f5160d60 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 8d02c2110b3fb8e2700b31596a582a2989fd72ba +refs/heads/master: e2fe16d91228a005811335fbc4fbad5d4f5b75af diff --git a/trunk/arch/x86/boot/cpucheck.c b/trunk/arch/x86/boot/cpucheck.c index 7804389ee005..19b14f7ef9f1 100644 --- a/trunk/arch/x86/boot/cpucheck.c +++ b/trunk/arch/x86/boot/cpucheck.c @@ -46,12 +46,12 @@ static const u32 req_flags[NCAPINTS] = { REQUIRED_MASK0, REQUIRED_MASK1, - REQUIRED_MASK2, - REQUIRED_MASK3, + 0, /* REQUIRED_MASK2 not implemented in this file */ + 0, /* REQUIRED_MASK3 not implemented in this file */ REQUIRED_MASK4, - REQUIRED_MASK5, + 0, /* REQUIRED_MASK5 not implemented in this file */ REQUIRED_MASK6, - REQUIRED_MASK7, + 0, /* REQUIRED_MASK7 not implemented in this file */ }; #define A32(a, b, c, d) (((d) << 24)+((c) << 16)+((b) << 8)+(a))