From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753483Ab2JMMhA (ORCPT ); Sat, 13 Oct 2012 08:37:00 -0400 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 Message-ID: <1350131814.2485.46.camel@dabdike.int.hansenpartnership.com> Subject: Re: [PATCH 16/25] parisc: Use Kbuild infrastructure to handle asm-generic headers From: James Bottomley To: Steven Rostedt Cc: linux-kernel@vger.kernel.org, linux-arch@vger.kernel.org, Andrew Morton , "James E.J. Bottomley" , Helge Deller Date: Sat, 13 Oct 2012 13:36:54 +0100 In-Reply-To: <20121013022954.722147403@goodmis.org> References: <20121013022632.024527228@goodmis.org> <20121013022954.722147403@goodmis.org> Content-Type: text/plain; charset="UTF-8" X-Mailer: Evolution 3.4.4 Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 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