From mboxrd@z Thu Jan 1 00:00:00 1970 From: Arnd Bergmann Subject: Re: [PATCH 1/5] asm-generic/mmu.h: Remove unused vmlist field from mm_context_t Date: Sun, 9 Dec 2012 22:15:56 +0000 Message-ID: <201212092215.56872.arnd@arndb.de> References: <1351765467-29244-1-git-send-email-lars@metafoo.de> <201212032354.10573.arnd@arndb.de> <50BDAD3D.9020209@metafoo.de> Mime-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-15" Content-Transfer-Encoding: 7bit Return-path: Received: from moutng.kundenserver.de ([212.227.126.171]:50723 "EHLO moutng.kundenserver.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752146Ab2LIWQS (ORCPT ); Sun, 9 Dec 2012 17:16:18 -0500 In-Reply-To: <50BDAD3D.9020209@metafoo.de> Sender: linux-arch-owner@vger.kernel.org List-ID: To: Lars-Peter Clausen Cc: Mark Salter , Aurelien Jacquiot , Yoshinori Sato , Chris Zankel , Max Filippov , linux-c6x-dev@linux-c6x.org, linux-kernel@vger.kernel.org, linux-xtensa@linux-xtensa.org, linux-arch@vger.kernel.org On Tuesday 04 December 2012, Lars-Peter Clausen wrote: > On 12/04/2012 12:54 AM, Arnd Bergmann wrote: > > On Thursday 01 November 2012, Lars-Peter Clausen wrote: > >> Nothing is using the vmlist field in mm_context_t anymore. It has been removed > >> from the non-generic versions over 3 years ago 8feae1311 ("NOMMU: Make VMAs per > >> MM as for MMU-mode linux"). > >> > >> Signed-off-by: Lars-Peter Clausen > > > > Whole series: > > > > Acked-by: Arnd Bergmann > > > > Do you want to include the patches in a patch set of your own, or should I put them > > into the asm-generic tree? > > > > Arnd > > Hi Arnd, > > The plan was to let it go through the asm-generic tree. Sorry for all the delay. I've applied it now. Arnd