From mboxrd@z Thu Jan 1 00:00:00 1970 Authentication-Results: mx.groups.io; dkim=missing; spf=pass (domain: intel.com, ip: 192.55.52.88, mailfrom: ray.ni@intel.com) Received: from mga01.intel.com (mga01.intel.com [192.55.52.88]) by groups.io with SMTP; Mon, 05 Aug 2019 02:22:58 -0700 X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by fmsmga101.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 05 Aug 2019 02:22:58 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.64,349,1559545200"; d="scan'208";a="181627364" Received: from fmsmsx107.amr.corp.intel.com ([10.18.124.205]) by FMSMGA003.fm.intel.com with ESMTP; 05 Aug 2019 02:22:58 -0700 Received: from fmsmsx604.amr.corp.intel.com (10.18.126.84) by fmsmsx107.amr.corp.intel.com (10.18.124.205) with Microsoft SMTP Server (TLS) id 14.3.439.0; Mon, 5 Aug 2019 02:21:24 -0700 Received: from fmsmsx604.amr.corp.intel.com (10.18.126.84) by fmsmsx604.amr.corp.intel.com (10.18.126.84) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.1713.5; Mon, 5 Aug 2019 02:21:21 -0700 Received: from shsmsx153.ccr.corp.intel.com (10.239.6.53) by fmsmsx604.amr.corp.intel.com (10.18.126.84) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256) id 15.1.1713.5 via Frontend Transport; Mon, 5 Aug 2019 02:21:20 -0700 Received: from shsmsx104.ccr.corp.intel.com ([169.254.5.112]) by SHSMSX153.ccr.corp.intel.com ([169.254.12.215]) with mapi id 14.03.0439.000; Mon, 5 Aug 2019 17:21:19 +0800 From: "Ni, Ray" To: "Dong, Eric" , "devel@edk2.groups.io" CC: Laszlo Ersek Subject: Re: [Patch v2 0/2] UefiCpuPkg: Remove debug message. Thread-Topic: [Patch v2 0/2] UefiCpuPkg: Remove debug message. Thread-Index: AQHVS1ksoWo+8F74HU2OoAvYhO/o8absRwWQ Date: Mon, 5 Aug 2019 09:21:18 +0000 Deferred-Delivery: Mon, 5 Aug 2019 09:20:00 +0000 Message-ID: <734D49CCEBEEF84792F5B80ED585239D5C27047D@SHSMSX104.ccr.corp.intel.com> References: <20190805064359.29332-1-eric.dong@intel.com> In-Reply-To: <20190805064359.29332-1-eric.dong@intel.com> Accept-Language: en-US, zh-CN X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [10.239.127.40] MIME-Version: 1.0 Return-Path: ray.ni@intel.com Content-Language: en-US Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Reviewed-by: Ray Ni > -----Original Message----- > From: Dong, Eric > Sent: Monday, August 5, 2019 2:44 PM > To: devel@edk2.groups.io > Cc: Ni, Ray ; Laszlo Ersek > Subject: [Patch v2 0/2] UefiCpuPkg: Remove debug message. >=20 > This debug message may be called by BSP and APs. It may caused ASSERT > when APs call this debug code. >=20 > In order to avoid system boot assert, Remove this debug message. >=20 > Cc: Ray Ni > Cc: Laszlo Ersek >=20 > Eric Dong (2): > UefiCpuPkg/RegisterCpuFeaturesLib: Remove debug message. > UefiCpuPkg/PiSmmCpuDxeSmm: Remove debug message. >=20 > .../CpuFeaturesInitialize.c | 22 ------------------- > UefiCpuPkg/PiSmmCpuDxeSmm/CpuS3.c | 22 +------------------ > 2 files changed, 1 insertion(+), 43 deletions(-) >=20 > -- > 2.21.0.windows.1