From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757349Ab2FYQ7X (ORCPT ); Mon, 25 Jun 2012 12:59:23 -0400 Received: from mail-pz0-f46.google.com ([209.85.210.46]:37327 "EHLO mail-pz0-f46.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752516Ab2FYQ7V (ORCPT ); Mon, 25 Jun 2012 12:59:21 -0400 Date: Mon, 25 Jun 2012 09:59:16 -0700 From: Greg Kroah-Hartman To: Seth Jennings Cc: devel@driverdev.osuosl.org, Dan Magenheimer , Konrad Rzeszutek Wilk , linux-kernel@vger.kernel.org, linux-mm@kvack.org, Minchan Kim , Andrew Morton , Robert Jennings , Nitin Gupta Subject: Re: [PATCH 2/3] zsmalloc: add generic path and remove x86 dependency Message-ID: <20120625165915.GA20464@kroah.com> References: <1340640878-27536-1-git-send-email-sjenning@linux.vnet.ibm.com> <1340640878-27536-3-git-send-email-sjenning@linux.vnet.ibm.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1340640878-27536-3-git-send-email-sjenning@linux.vnet.ibm.com> User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, Jun 25, 2012 at 11:14:37AM -0500, Seth Jennings wrote: > This patch adds generic pages mapping methods that > work on all archs in the absence of support for > local_tlb_flush_kernel_range() advertised by the > arch through __HAVE_LOCAL_TLB_FLUSH_KERNEL_RANGE Is this #define something that other arches define now? Or is this something new that you are adding here? thanks, greg k-h From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from psmtp.com (na3sys010amx181.postini.com [74.125.245.181]) by kanga.kvack.org (Postfix) with SMTP id 367566B0373 for ; Mon, 25 Jun 2012 12:59:22 -0400 (EDT) Received: by dakp5 with SMTP id p5so6878853dak.14 for ; Mon, 25 Jun 2012 09:59:21 -0700 (PDT) Date: Mon, 25 Jun 2012 09:59:16 -0700 From: Greg Kroah-Hartman Subject: Re: [PATCH 2/3] zsmalloc: add generic path and remove x86 dependency Message-ID: <20120625165915.GA20464@kroah.com> References: <1340640878-27536-1-git-send-email-sjenning@linux.vnet.ibm.com> <1340640878-27536-3-git-send-email-sjenning@linux.vnet.ibm.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1340640878-27536-3-git-send-email-sjenning@linux.vnet.ibm.com> Sender: owner-linux-mm@kvack.org List-ID: To: Seth Jennings Cc: devel@driverdev.osuosl.org, Dan Magenheimer , Konrad Rzeszutek Wilk , linux-kernel@vger.kernel.org, linux-mm@kvack.org, Minchan Kim , Andrew Morton , Robert Jennings , Nitin Gupta On Mon, Jun 25, 2012 at 11:14:37AM -0500, Seth Jennings wrote: > This patch adds generic pages mapping methods that > work on all archs in the absence of support for > local_tlb_flush_kernel_range() advertised by the > arch through __HAVE_LOCAL_TLB_FLUSH_KERNEL_RANGE Is this #define something that other arches define now? Or is this something new that you are adding here? thanks, greg k-h -- 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