From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail.linuxfoundation.org (mail.linuxfoundation.org [140.211.169.12]) by ozlabs.org (Postfix) with ESMTP id 26F7D1400A5 for ; Sat, 29 Mar 2014 09:14:16 +1100 (EST) Date: Fri, 28 Mar 2014 15:14:12 -0700 From: Andrew Morton To: Laura Abbott Subject: Re: [RESEND][PATCH 0/2] Cleanup asm/scatterlist.h Message-Id: <20140328151412.9d3ce44ee4c5ad3b1c75751d@linux-foundation.org> In-Reply-To: <1395512032-20575-1-git-send-email-lauraa@codeaurora.org> References: <1395512032-20575-1-git-send-email-lauraa@codeaurora.org> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Cc: linux-ia64@vger.kernel.org, Heiko Carstens , David Howells , Paul Mackerras , "H. Peter Anvin" , sparclinux@vger.kernel.org, Lennox Wu , Chen Liqin , Jesper Nilsson , linux-am33-list@redhat.com, Russell King , linux-scsi@vger.kernel.org, Hirokazu Takata , x86@kernel.org, Ingo Molnar , Fenghua Yu , linux-s390@vger.kernel.org, microblaze-uclinux@itee.uq.edu.au, Mikael Starvik , linux-m32r@ml.linux-m32r.org, Thomas Gleixner , linux-arm-kernel@lists.infradead.org, Michal Simek , Tony Luck , linux-cris-kernel@axis.com, linux-kernel@vger.kernel.org, "James E.J. Bottomley" , linux-alpha@vger.kernel.org, Martin Schwidefsky , linux390@de.ibm.com, Koichi Yasutake , linuxppc-dev@lists.ozlabs.org, "David S. Miller" List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Sat, 22 Mar 2014 11:13:50 -0700 Laura Abbott wrote: > I haven't gotten many responses so I'm going to try sending again > (this time with a cover letter which I probably should have done in > the first place...) > > ARCH_HAS_SG_CHAIN is currently defined as needed in asm/scatterlist.h. > It was suggested[1] that this should probably be a proper Kconfig. > At the same time, we can clean up most of the asm/scatterlist.h files > to reduce redundancy. This makes parisc the only architecture that still > has an asm/scatterlist.h file due to the #define sg_virt_addr (which > could probably be cleaned up further still) > > Andrew, once we get a few more Acked-bys can we take this through your tree > as suggested by Will? Grabbed. It's super late for 3.15-rc1 and I'm thinking of merging this in 3.16-rc1. Or I can maybe squeeze it into 3.15-rc2 is there's an immediatish need for it?