From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753058AbbBWVcJ (ORCPT ); Mon, 23 Feb 2015 16:32:09 -0500 Received: from mail-bn1on0132.outbound.protection.outlook.com ([157.56.110.132]:18512 "EHLO na01-bn1-obe.outbound.protection.outlook.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1752387AbbBWVcI (ORCPT ); Mon, 23 Feb 2015 16:32:08 -0500 Message-ID: <1424727116.4698.2.camel@freescale.com> Subject: Re: [PATCH 4/4] powerpc/mpic: remove unused functions From: Scott Wood To: Arseny Solokha CC: Michael Ellerman , Benjamin Herrenschmidt , Paul Mackerras , , , Date: Mon, 23 Feb 2015 15:31:56 -0600 In-Reply-To: <87d256kry8.fsf@KB00016249.iskra.kb> References: <1424084188-17097-1-git-send-email-asolokha@kb.kras.ru> <1424084188-17097-5-git-send-email-asolokha@kb.kras.ru> <1424307520.22020.5.camel@ellerman.id.au> <87d256kry8.fsf@KB00016249.iskra.kb> Content-Type: text/plain; charset="UTF-8" X-Mailer: Evolution 3.12.7-0ubuntu1 MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Originating-IP: [2601:2:5800:3f7:12bf:48ff:fe84:c9a0] X-ClientProxiedBy: BY1PR00CA0033.namprd00.prod.outlook.com (25.160.102.43) To CY1PR0301MB0730.namprd03.prod.outlook.com (25.160.159.148) Authentication-Results: spf=none (sender IP is ) smtp.mailfrom=scottwood@freescale.com; X-Microsoft-Antispam: UriScan:; X-Microsoft-Antispam: BCL:0;PCL:0;RULEID:;SRVR:CY1PR0301MB0730; X-Bulk-Sender: Mark as legitimate X-Microsoft-Antispam-PRVS: X-Exchange-Antispam-Report-Test: UriScan:; X-Exchange-Antispam-Report-CFA-Test: BCL:0;PCL:0;RULEID:(601004)(5005003);SRVR:CY1PR0301MB0730; X-Forefront-PRVS: 0496DF6962 X-Forefront-Antispam-Report: SFV:NSPM;SFS:(10019020)(6009001)(199003)(189002)(377424004)(24454002)(42186005)(50226001)(40100003)(50986999)(50466002)(68736005)(87976001)(92566002)(64706001)(122386002)(33646002)(46102003)(15975445007)(47776003)(76176999)(2950100001)(23676002)(110136001)(77156002)(101416001)(62966003)(97736003)(36756003)(93886004)(103116003)(86362001)(105586002)(19580395003)(106356001)(5820100001)(99106002)(3826002);DIR:OUT;SFP:1102;SCL:1;SRVR:CY1PR0301MB0730;H:[IPv6:2601:2:5800:3f7:12bf:48ff:fe84:c9a0];FPR:;SPF:None;PTR:InfoNoRecords;A:1;MX:1;LANG:en; X-Exchange-Antispam-Report-CFA-Test: BCL:0;PCL:0;RULEID:;SRVR:CY1PR0301MB0730; X-OriginatorOrg: freescale.com X-MS-Exchange-CrossTenant-OriginalArrivalTime: 23 Feb 2015 21:32:03.5339 (UTC) X-MS-Exchange-CrossTenant-FromEntityHeader: Hosted X-MS-Exchange-Transport-CrossTenantHeadersStamped: CY1PR0301MB0730 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, 2015-02-19 at 19:26 +0700, Arseny Solokha wrote: > + fsl_mpic_primary_get_version() is just a safe wrapper around > fsl_mpic_get_version() for SMP configurations. While the latter is > called explicitly for handling PIC initialization and setting up error > interrupt vector depending on PIC hardware version, the former isn't > used for anything. It was meant to be used by http://patchwork.ozlabs.org/patch/233211/ which never got respun. Hongtao, do you plan to revisit that patch? -Scott