From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755311AbcITNxb (ORCPT ); Tue, 20 Sep 2016 09:53:31 -0400 Received: from mailapp01.imgtec.com ([195.59.15.196]:5752 "EHLO mailapp01.imgtec.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755211AbcITNxU (ORCPT ); Tue, 20 Sep 2016 09:53:20 -0400 Subject: Re: [PATCH v2 6/6] MIPS: Deprecate VPE Loader To: Ralf Baechle References: <1474361249-31064-1-git-send-email-matt.redfearn@imgtec.com> <1474361249-31064-7-git-send-email-matt.redfearn@imgtec.com> <20160920131934.GE14137@linux-mips.org> CC: Bjorn Andersson , Ohad Ben-Cohen , Thomas Gleixner , , , , From: Matt Redfearn Message-ID: Date: Tue, 20 Sep 2016 14:53:08 +0100 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.2.0 MIME-Version: 1.0 In-Reply-To: <20160920131934.GE14137@linux-mips.org> Content-Type: text/plain; charset="windows-1252"; format=flowed Content-Transfer-Encoding: 7bit X-Originating-IP: [10.150.130.83] Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Ralf, On 20/09/16 14:19, Ralf Baechle wrote: > On Tue, Sep 20, 2016 at 09:47:29AM +0100, Matt Redfearn wrote: > >> The MIPS remote processor driver (CONFIG_MIPS_RPROC) provides a more >> standard mechanism for using one or more VPs as coprocessors running >> separate firmware. >> >> Here we deprecate this mechanism before it is removed. > The world will be a better place once this is removed. Indeed :-) > > I receive the occasional minor cleanup or robopatch (coccinelle or similar) > for the VPE loader but I have no indication this is actually being used > by anybody, so is thee any reason why not to delete it right away? I'd like to get the remote processor implementation in, then delete the VPE loader in the next kernel revision, if that's ok with you. Once it is removed, we should also be able to remove the CMP SMP implementation, and other bits of infrastructure that'll no longer be needed. Thanks, Matt > > Ralf