From mboxrd@z Thu Jan 1 00:00:00 1970 Authentication-Results: mx.groups.io; dkim=missing; spf=pass (domain: redhat.com, ip: 209.132.183.28, mailfrom: lersek@redhat.com) Received: from mx1.redhat.com (mx1.redhat.com [209.132.183.28]) by groups.io with SMTP; Wed, 05 Jun 2019 04:25:58 -0700 Received: from smtp.corp.redhat.com (int-mx06.intmail.prod.int.phx2.redhat.com [10.5.11.16]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id BFE27B6A5A; Wed, 5 Jun 2019 11:25:47 +0000 (UTC) Received: from lacos-laptop-7.usersys.redhat.com (ovpn-117-4.ams2.redhat.com [10.36.117.4]) by smtp.corp.redhat.com (Postfix) with ESMTP id 080845C22B; Wed, 5 Jun 2019 11:25:46 +0000 (UTC) Subject: Re: [edk2-devel] [PATCH v2 0/2] Fix the issue that OS complains memory < 1MB changes across S3 To: devel@edk2.groups.io, ray.ni@intel.com References: <20190605054920.123184-1-ray.ni@intel.com> From: "Laszlo Ersek" Message-ID: <57fb94ab-18ce-d50e-9472-3dc0e3da3818@redhat.com> Date: Wed, 5 Jun 2019 13:25:45 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.9.1 MIME-Version: 1.0 In-Reply-To: <20190605054920.123184-1-ray.ni@intel.com> X-Scanned-By: MIMEDefang 2.79 on 10.5.11.16 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.26]); Wed, 05 Jun 2019 11:25:47 +0000 (UTC) Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit On 06/05/19 07:49, Ni, Ray wrote: > v2: > Answer Laszlo's comments: > 1. Add 1/2 patch to change IA32 waking up vector assembly code to increase > NumApsExecuting only for ApInitConfig. > 2. Change 2/2 patch to remove the unnecessary debug messages. > > Ray Ni (2): > UefiCpuPkg/MpInitLib: increase NumApsExecuting only for ApInitConfig > UefiCpuPkg/MpInitLib: Decrease NumApsExecuting only for ApInitConfig > > UefiCpuPkg/Library/MpInitLib/Ia32/MpFuncs.nasm | 14 +++++++------- > UefiCpuPkg/Library/MpInitLib/MpLib.c | 5 +++-- > 2 files changed, 10 insertions(+), 9 deletions(-) > For the series: Reviewed-by: Laszlo Ersek Regression-tested-by: Laszlo Ersek Thanks, Laszlo