From mboxrd@z Thu Jan 1 00:00:00 1970 From: Arnd Bergmann Subject: Re: [PATCH 00/25] asm-generic: Convert all to use Kbuild file Date: Sat, 13 Oct 2012 09:09:52 +0000 Message-ID: <1762180.8nMW7nCt7B@wuerfel> References: <20121013022632.024527228@goodmis.org> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Return-path: Received: from moutng.kundenserver.de ([212.227.126.187]:51646 "EHLO moutng.kundenserver.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752390Ab2JMJJ5 (ORCPT ); Sat, 13 Oct 2012 05:09:57 -0400 In-Reply-To: <20121013022632.024527228@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 On Friday 12 October 2012 22:26:32 Steven Rostedt wrote: > > Please feel free to pluck these patches into your architecture and > run them to make sure that they boot as well (I only had the compiler > and not the box... Also I only tested with defconfig, I may have > broken other configs). > > One note, the best thing about these changes is: > > 390 files changed, 369 insertions(+), 1378 deletions(-) Thanks a lot for doing this! I had initially converted a bunch of architectures to use the asm-generic files this way, but gave up after some of them turned out to be too much work to get in. Note that while you are addressing all the obvious candidates that have only a single #include statement in them, there is room to take this further because a lot of the other header files in architectures are still identical to their asm-generic counterparts (aside from whitespace and comments). I would recommend to arch maintainers that have not already done so to go through all the headers and replace the identical ones with generated headers that include the asm-generic version. Arnd