From mboxrd@z Thu Jan 1 00:00:00 1970 From: James Bottomley Subject: Re: [PATCH 16/25] parisc: Use Kbuild infrastructure to handle asm-generic headers Date: Sat, 13 Oct 2012 13:36:54 +0100 Message-ID: <1350131814.2485.46.camel@dabdike.int.hansenpartnership.com> References: <20121013022632.024527228@goodmis.org> <20121013022954.722147403@goodmis.org> Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit Return-path: Received: from bedivere.hansenpartnership.com ([66.63.167.143]:56603 "EHLO bedivere.hansenpartnership.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753390Ab2JMMg6 (ORCPT ); Sat, 13 Oct 2012 08:36:58 -0400 In-Reply-To: <20121013022954.722147403@goodmis.org> Sender: linux-arch-owner@vger.kernel.org List-ID: To: Steven Rostedt Cc: linux-kernel@vger.kernel.org, linux-arch@vger.kernel.org, Andrew Morton , "James E.J. Bottomley" , Helge Deller On Fri, 2012-10-12 at 22:26 -0400, Steven Rostedt wrote: > plain text document attachment > (0016-parisc-Use-Kbuild-infrastructure-to-handle-asm-gener.patch) > From: Steven Rostedt > > Use Kbuild infrastructure to handle the asm-generic headers > and remove the wrapper headers that call them. > > This only affects headers that do nothing but include the generic > equivalent. It does not touch any header that does a little more. > > Cc: linux-kbuild@vger.kernel.org > Cc: linux-parisc@vger.kernel.org > Cc: "James E.J. Bottomley" > Cc: Helge Deller > Signed-off-by: Steven Rostedt Actually, we're already evaluating a patch like this: http://marc.info/?l=linux-kernel&m=134883983019018 When I compare the two, I notice you missed a few (segment.h, vga.h, hw_irq.h, mutex.h), so you probably want to adjust your scripts. James