From mboxrd@z Thu Jan 1 00:00:00 1970 From: Peter Zijlstra Subject: Re: [RFC][PATCH 14/15] mm, sparc32: Convert sparc32 to generic tlb Date: Mon, 07 Mar 2011 18:54:12 +0100 Message-ID: <1299520452.2308.240.camel@twins> References: <20110307171350.989666626@chello.nl> <20110307172207.445811237@chello.nl> Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Return-path: In-Reply-To: <20110307172207.445811237@chello.nl> Sender: owner-linux-mm@kvack.org To: Thomas Gleixner Cc: Rik van Riel , Ingo Molnar , akpm@linux-foundation.org, Linus Torvalds , linux-kernel@vger.kernel.org, linux-arch@vger.kernel.org, linux-mm@kvack.org, Benjamin Herrenschmidt , David Miller , Hugh Dickins , Mel Gorman , Nick Piggin , Russell King , Chris Metcalf , Martin Schwidefsky List-Id: linux-arch.vger.kernel.org On Mon, 2011-03-07 at 18:14 +0100, Peter Zijlstra wrote: > plain text document attachment (sparc32-mmu_range.patch) > Cc: David Miller > Signed-off-by: Peter Zijlstra > --- > arch/sparc/Kconfig | 1 + > arch/sparc/include/asm/tlb_32.h | 10 ---------- > 2 files changed, 1 insertion(+), 10 deletions(-) >=20 > Index: linux-2.6/arch/sparc/Kconfig > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D > --- linux-2.6.orig/arch/sparc/Kconfig > +++ linux-2.6/arch/sparc/Kconfig > @@ -25,6 +25,7 @@ config SPARC > select HAVE_DMA_ATTRS > select HAVE_DMA_API_DEBUG > select HAVE_ARCH_JUMP_LABEL > + select HAVE_MMU_GATHER_RANGE > =20 > config SPARC32 > def_bool !64BIT Ah, I probably should put that in the SPARC32 bit.. ;-) -- To unsubscribe, send a message with 'unsubscribe linux-mm' in the body to majordomo@kvack.org. For more info on Linux MM, see: http://www.linux-mm.org/ . Fight unfair telecom internet charges in Canada: sign http://stopthemeter.ca/ Don't email: email@kvack.org From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from bombadil.infradead.org ([18.85.46.34]:54046 "EHLO bombadil.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751138Ab1CGRys convert rfc822-to-8bit (ORCPT ); Mon, 7 Mar 2011 12:54:48 -0500 Subject: Re: [RFC][PATCH 14/15] mm, sparc32: Convert sparc32 to generic tlb From: Peter Zijlstra In-Reply-To: <20110307172207.445811237@chello.nl> References: <20110307171350.989666626@chello.nl> <20110307172207.445811237@chello.nl> Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 8BIT Date: Mon, 07 Mar 2011 18:54:12 +0100 Message-ID: <1299520452.2308.240.camel@twins> Mime-Version: 1.0 Sender: linux-arch-owner@vger.kernel.org List-ID: To: Thomas Gleixner Cc: Rik van Riel , Ingo Molnar , akpm@linux-foundation.org, Linus Torvalds , linux-kernel@vger.kernel.org, linux-arch@vger.kernel.org, linux-mm@kvack.org, Benjamin Herrenschmidt , David Miller , Hugh Dickins , Mel Gorman , Nick Piggin , Russell King , Chris Metcalf , Martin Schwidefsky Message-ID: <20110307175412._XwxTUXbJ0WxAmo3HJaPGC2Nw3SN8jfVx76udyi9SRM@z> On Mon, 2011-03-07 at 18:14 +0100, Peter Zijlstra wrote: > plain text document attachment (sparc32-mmu_range.patch) > Cc: David Miller > Signed-off-by: Peter Zijlstra > --- > arch/sparc/Kconfig | 1 + > arch/sparc/include/asm/tlb_32.h | 10 ---------- > 2 files changed, 1 insertion(+), 10 deletions(-) > > Index: linux-2.6/arch/sparc/Kconfig > =================================================================== > --- linux-2.6.orig/arch/sparc/Kconfig > +++ linux-2.6/arch/sparc/Kconfig > @@ -25,6 +25,7 @@ config SPARC > select HAVE_DMA_ATTRS > select HAVE_DMA_API_DEBUG > select HAVE_ARCH_JUMP_LABEL > + select HAVE_MMU_GATHER_RANGE > > config SPARC32 > def_bool !64BIT Ah, I probably should put that in the SPARC32 bit.. ;-)