From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752111Ab0HTVtJ (ORCPT ); Fri, 20 Aug 2010 17:49:09 -0400 Received: from mx1.redhat.com ([209.132.183.28]:21033 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751821Ab0HTVtI (ORCPT ); Fri, 20 Aug 2010 17:49:08 -0400 Message-ID: <4C6EF82C.2090703@redhat.com> Date: Fri, 20 Aug 2010 17:48:28 -0400 From: Rik van Riel User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.7) Gecko/20100720 Fedora/3.1.1-1.fc13 Lightning/1.0b2pre Thunderbird/3.1.1 MIME-Version: 1.0 To: Peter Zijlstra CC: Linus Torvalds , Andrew Morton , Ingo Molnar , Thomas Gleixner , "H. Peter Anvin" , Russell King , David Howells , Ralf Baechle , David Miller , Paul Mackerras , Benjamin Herrenschmidt , Hugh Dickins , linux-kernel@vger.kernel.org, linux-mm@kvack.org, linux-arch@vger.kernel.org Subject: Re: [RFC][PATCH 3/6] mm, frv: Out-of-line kmap-atomic References: <20100819201317.673172547@chello.nl> <20100819202753.710621383@chello.nl> In-Reply-To: <20100819202753.710621383@chello.nl> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 08/19/2010 04:13 PM, Peter Zijlstra wrote: > Out-of-line the kmap_atomic implementation since the dynamic type > destroys all the constant value reduction previously used. > > Also, remove the first 4 primary maps, since those are used by the > architecture for special purposes, mostly through direct assembly, but > also through the __kmap_atomic_primary() interface. > > Signed-off-by: Peter Zijlstra Acked-by: Rik van Riel -- All rights reversed From mboxrd@z Thu Jan 1 00:00:00 1970 From: Rik van Riel Subject: Re: [RFC][PATCH 3/6] mm, frv: Out-of-line kmap-atomic Date: Fri, 20 Aug 2010 17:48:28 -0400 Message-ID: <4C6EF82C.2090703@redhat.com> References: <20100819201317.673172547@chello.nl> <20100819202753.710621383@chello.nl> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <20100819202753.710621383@chello.nl> Sender: owner-linux-mm@kvack.org To: Peter Zijlstra Cc: Linus Torvalds , Andrew Morton , Ingo Molnar , Thomas Gleixner , "H. Peter Anvin" , Russell King , David Howells , Ralf Baechle , David Miller , Paul Mackerras , Benjamin Herrenschmidt , Hugh Dickins , linux-kernel@vger.kernel.org, linux-mm@kvack.org, linux-arch@vger.kernel.org List-Id: linux-arch.vger.kernel.org On 08/19/2010 04:13 PM, Peter Zijlstra wrote: > Out-of-line the kmap_atomic implementation since the dynamic type > destroys all the constant value reduction previously used. > > Also, remove the first 4 primary maps, since those are used by the > architecture for special purposes, mostly through direct assembly, but > also through the __kmap_atomic_primary() interface. > > Signed-off-by: Peter Zijlstra Acked-by: Rik van Riel -- All rights reversed -- 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/ . Don't email: email@kvack.org