From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753127AbbKQLi3 (ORCPT ); Tue, 17 Nov 2015 06:38:29 -0500 Received: from mail-db3on0072.outbound.protection.outlook.com ([157.55.234.72]:10176 "EHLO emea01-db3-obe.outbound.protection.outlook.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1753006AbbKQLi2 convert rfc822-to-8bit (ORCPT ); Tue, 17 Nov 2015 06:38:28 -0500 From: Noam Camus To: Vineet Gupta , "linux-snps-arc@lists.infradead.org" CC: "linux-kernel@vger.kernel.org" , Tal Zilcer , Gil Fruchter , Chris Metcalf Subject: RE: [PATCH v2 07/19] ARC: rename smp operation init_irq_cpu() to init_per_cpu() Thread-Topic: [PATCH v2 07/19] ARC: rename smp operation init_irq_cpu() to init_per_cpu() Thread-Index: AQHRGUrvmVSDK2KrOUygtN19H9PXdZ6gIAqAgAADaYA= Date: Tue, 17 Nov 2015 11:38:24 +0000 Message-ID: References: <1446297327-16298-1-git-send-email-noamc@ezchip.com> <1446893557-29748-8-git-send-email-noamc@ezchip.com> <564B0C65.8030006@synopsys.com> In-Reply-To: <564B0C65.8030006@synopsys.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: authentication-results: spf=none (sender IP is ) smtp.mailfrom=noamc@ezchip.com; x-originating-ip: [212.179.42.66] x-microsoft-exchange-diagnostics: 1;DB5PR02MB1144;5:RztTeVgUrTNeV/yO+pVRqw+eX1Q+CVcoAlmB7rq6u1DevjZ++njH7YfH3dYmAq/idcV6ZawVYGeXsySoTJLCdYeSFXhhz7zRK2ElVEoImEMjQxu9D6R/vpd71h63nAkTwcrI/MIb9lqSBuabrON2gg==;24:XjB449azFjQSPCpJg7qNgBbeBWKnYAoWzUiqtCqlCtnVx8Xa32iSjSSmxJJNcxRG19O2jWo1YpuxNkN3HeiPJvYdYNAYnpnW8U8lWbQo1Kc=;20:TSqLhFIZOc43w2YYermNQD2zQG0jLAJaLLoLeIx0lTt2L2b0J6y+lQoaS9aXGEKJfOSGCBUGzeBNKmP3zSUlRw== x-microsoft-antispam: UriScan:;BCL:0;PCL:0;RULEID:;SRVR:DB5PR02MB1144; x-microsoft-antispam-prvs: x-exchange-antispam-report-test: UriScan:; x-exchange-antispam-report-cfa-test: BCL:0;PCL:0;RULEID:(601004)(2401047)(8121501046)(520078)(5005006)(3002001)(10201501046);SRVR:DB5PR02MB1144;BCL:0;PCL:0;RULEID:;SRVR:DB5PR02MB1144; x-forefront-prvs: 07630F72AD x-forefront-antispam-report: SFV:NSPM;SFS:(10009020)(6009001)(199003)(189002)(377454003)(106116001)(97736004)(40100003)(5003600100002)(66066001)(10400500002)(19580395003)(92566002)(86362001)(122556002)(19580405001)(106356001)(189998001)(105586002)(74316001)(5008740100001)(5001960100002)(107886002)(2900100001)(5007970100001)(2501003)(101416001)(2950100001)(102836002)(5004730100002)(87936001)(76576001)(11100500001)(76176999)(81156007)(33656002)(4001430100002)(5001770100001)(50986999)(5001920100001)(586003)(77096005)(5002640100001)(54356999);DIR:OUT;SFP:1101;SCL:1;SRVR:DB5PR02MB1144;H:DB5PR02MB1141.eurprd02.prod.outlook.com;FPR:;SPF:None;PTR:InfoNoRecords;A:1;MX:1;LANG:en; spamdiagnosticoutput: 1:23 spamdiagnosticmetadata: NSPM Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 8BIT MIME-Version: 1.0 X-OriginatorOrg: ezchip.com X-MS-Exchange-CrossTenant-originalarrivaltime: 17 Nov 2015 11:38:24.4083 (UTC) X-MS-Exchange-CrossTenant-fromentityheader: Hosted X-MS-Exchange-CrossTenant-id: 0fc16e0a-3cd3-4092-8b2f-0a42cff122c3 X-MS-Exchange-Transport-CrossTenantHeadersStamped: DB5PR02MB1144 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org From: Vineet Gupta [mailto:Vineet.Gupta1@synopsys.com] Sent: Tuesday, November 17, 2015 1:16 PM > > >Acked-by: Vineet Gupta > >Per our disccussion were you also going to rename the similar op in machine_desc ? No, Just rename the plat_smp_ops. About machine_desc, I believe that now init_cpu_smp is not needed. I will remove it if you wish to. -Noam