From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932184AbbESIC7 (ORCPT ); Tue, 19 May 2015 04:02:59 -0400 Received: from mail-bn1on0111.outbound.protection.outlook.com ([157.56.110.111]:11553 "EHLO na01-bn1-obe.outbound.protection.outlook.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1754673AbbESICl (ORCPT ); Tue, 19 May 2015 04:02:41 -0400 Authentication-Results: spf=none (sender IP is 165.204.84.222) smtp.mailfrom=amd.com; intel.com; dkim=none (message not signed) header.d=none; X-WSS-ID: 0NOL7O8-08-J6Z-02 X-M-MSG: From: Huang Rui To: Borislav Petkov , Len Brown , "Rafael J. Wysocki" , Thomas Gleixner CC: , , Fengguang Wu , Aaron Lu , Tony Li , Huang Rui Subject: [RFC PATCH 4/4] x86, mwait: fix redundant comment Date: Tue, 19 May 2015 16:01:12 +0800 Message-ID: <1432022472-2224-5-git-send-email-ray.huang@amd.com> X-Mailer: git-send-email 2.1.0 In-Reply-To: <1432022472-2224-1-git-send-email-ray.huang@amd.com> References: <1432022472-2224-1-git-send-email-ray.huang@amd.com> MIME-Version: 1.0 Content-Type: text/plain X-EOPAttributedMessage: 0 X-Microsoft-Exchange-Diagnostics: 1;BL2FFO11FD013;1:jk+RznvPqZFeN7czH1+V2fgNex9LsVVZD09EWJ2ujAGn+F7Dqnm++an5eLpbXeDJgC9Mw7TRyBt7QjhuMgMaaifKqd/aYmYYsG+kp82FRfvkM94yXiG5/yTbVS2oKbGJ7QHT3ZtMLkx4KbLdYZOK2hdweGMW+0+nkF4NLahMNQgeidmpN/EJTfGSs/dOXQmNjOaK6ESg/T8U8/ztfqKtGPuyAqgCAPXrvMbf26DlW2XgwKl8+eQwq7wzeuX+gwEkI045y9fORwcAsj7kbZXS0Y+dS9Sm8O8UucRd2XoflsWrrVcnsAlh/fdlfR4AWRT2Om9xAYB0vx5M6zRCkjl0Cw== X-Forefront-Antispam-Report: CIP:165.204.84.222;CTRY:US;IPV:NLI;EFV:NLI;SFV:NSPM;SFS:(10019020)(6009001)(428002)(199003)(189002)(64706001)(189998001)(86362001)(97736004)(5001830100001)(5001920100001)(5001770100001)(4001540100001)(5001860100001)(50226001)(77156002)(76176999)(50986999)(68736005)(229853001)(106466001)(46102003)(19580395003)(47776003)(77096005)(62966003)(48376002)(19580405001)(92566002)(105586002)(33646002)(36756003)(87936001)(53416004)(50466002)(2950100001)(101416001)(217873001);DIR:OUT;SFP:1102;SCL:1;SRVR:BN3PR02MB1111;H:atltwp02.amd.com;FPR:;SPF:None;PTR:InfoDomainNonexistent;A:1;MX:1;LANG:en; X-Microsoft-Antispam: UriScan:;BCL:0;PCL:0;RULEID:;SRVR:BN3PR02MB1111; X-Microsoft-Antispam-PRVS: X-Exchange-Antispam-Report-Test: UriScan:; X-Exchange-Antispam-Report-CFA-Test: BCL:0;PCL:0;RULEID:(601004)(5005006)(3002001);SRVR:BN3PR02MB1111;BCL:0;PCL:0;RULEID:;SRVR:BN3PR02MB1111; X-Forefront-PRVS: 0581B5AB35 X-OriginatorOrg: amd.com X-MS-Exchange-CrossTenant-OriginalArrivalTime: 19 May 2015 08:02:37.7980 (UTC) X-MS-Exchange-CrossTenant-Id: fde4dada-be84-483f-92cc-e026cbee8e96 X-MS-Exchange-CrossTenant-OriginalAttributedTenantConnectingIp: TenantId=fde4dada-be84-483f-92cc-e026cbee8e96;Ip=[165.204.84.222];Helo=[atltwp02.amd.com] X-MS-Exchange-CrossTenant-FromEntityHeader: HybridOnPrem X-MS-Exchange-Transport-CrossTenantHeadersStamped: BN3PR02MB1111 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org This patch removes the redundant comment. Signed-off-by: Huang Rui --- arch/x86/kernel/process.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/x86/kernel/process.c b/arch/x86/kernel/process.c index 9d68193..e3e12b6 100644 --- a/arch/x86/kernel/process.c +++ b/arch/x86/kernel/process.c @@ -458,7 +458,7 @@ static int not_support_mwaitx(const struct cpuinfo_x86 *c) } /* - * MONITOR/MWAIT with no hints, used for default default C1 state. + * MONITOR/MWAIT with no hints, used for default C1 state. * This invokes MWAIT with interrutps enabled and no flags, * which is backwards compatible with the original MWAIT implementation. */ -- 2.1.0