From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andrew Morton Subject: Re: [PATCH, REBASED] asm-generic, mm: PTE_SPECIAL cleanup Date: Fri, 7 Dec 2012 12:35:17 -0800 Message-ID: <20121207123517.3fc93a34.akpm@linux-foundation.org> References: <1354881321-29363-1-git-send-email-kirill.shutemov@linux.intel.com> <20121207143002.GB21233@arm.com> <20121207144112.GA17044@otc-wbsnb-06> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <20121207144112.GA17044@otc-wbsnb-06> Sender: owner-linux-mm@kvack.org To: "Kirill A. Shutemov" Cc: Catalin Marinas , "linux-mm@kvack.org" , Arnd Bergmann , "linux-arch@vger.kernel.org" List-Id: linux-arch.vger.kernel.org On Fri, 7 Dec 2012 16:41:12 +0200 "Kirill A. Shutemov" wrote: > Advertise PTE_SPECIAL through Kconfig option and consolidate dummy > pte_special() and mkspecial() in why? -- 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 From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail.linuxfoundation.org ([140.211.169.12]:42285 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1424224Ab2LGUfT (ORCPT ); Fri, 7 Dec 2012 15:35:19 -0500 Date: Fri, 7 Dec 2012 12:35:17 -0800 From: Andrew Morton Subject: Re: [PATCH, REBASED] asm-generic, mm: PTE_SPECIAL cleanup Message-ID: <20121207123517.3fc93a34.akpm@linux-foundation.org> In-Reply-To: <20121207144112.GA17044@otc-wbsnb-06> References: <1354881321-29363-1-git-send-email-kirill.shutemov@linux.intel.com> <20121207143002.GB21233@arm.com> <20121207144112.GA17044@otc-wbsnb-06> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: linux-arch-owner@vger.kernel.org List-ID: To: "Kirill A. Shutemov" Cc: Catalin Marinas , "linux-mm@kvack.org" , Arnd Bergmann , "linux-arch@vger.kernel.org" Message-ID: <20121207203517.qve1rYYJzk5Abw129X9KubXi6xJRal1joJB-iG5Fe1Q@z> On Fri, 7 Dec 2012 16:41:12 +0200 "Kirill A. Shutemov" wrote: > Advertise PTE_SPECIAL through Kconfig option and consolidate dummy > pte_special() and mkspecial() in why?