From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756547Ab1BKN7W (ORCPT ); Fri, 11 Feb 2011 08:59:22 -0500 Received: from mx3.mail.elte.hu ([157.181.1.138]:57101 "EHLO mx3.mail.elte.hu" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756214Ab1BKN7V (ORCPT ); Fri, 11 Feb 2011 08:59:21 -0500 Date: Fri, 11 Feb 2011 14:59:06 +0100 From: Ingo Molnar To: Thomas Gleixner Cc: Linus Torvalds , LKML , Peter Zijlstra , linux-arch@vger.kernel.org, Greg Kroah-Hartman Subject: Re: [patch 00/75] genirq: Overhaul for 2.6.39 Message-ID: <20110211135906.GA16358@elte.hu> References: <20110210222908.661199947@linutronix.de> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: User-Agent: Mutt/1.5.20 (2009-08-17) X-ELTE-SpamScore: -2.0 X-ELTE-SpamLevel: X-ELTE-SpamCheck: no X-ELTE-SpamVersion: ELTE 2.0 X-ELTE-SpamCheck-Details: score=-2.0 required=5.9 tests=BAYES_00 autolearn=no SpamAssassin version=3.2.5 -2.0 BAYES_00 BODY: Bayesian spam probability is 0 to 1% [score: 0.0000] Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org * Thomas Gleixner wrote: > B1;2401;0cOn Fri, 11 Feb 2011, Thomas Gleixner wrote: > > On Thu, 10 Feb 2011, Linus Torvalds wrote: > > So yes, it's net more source lines, but not resulting in any binary > > bloat. > > Just checked. When the compat layer goes away it will kill about 500 > lines. So it's less code with better encapsulation. > > Once all genirq archs convert to the generic irq_show_interrupts(), > this will kill another 1000+ lines. So while this is the first step: >  29 files changed, 1353 insertions(+), 899 deletions(-) It turns into this end result (mockup): >  129 files changed, 1353 insertions(+), 2400 deletions(-) Right? Or, more likely, considering all the surrounding code changes, something like: >  129 files changed, 4353 insertions(+), 5400 deletions(-) Did I get the file count right - roughtly how many files are affected throughout all architectures? The changes are massively intrusive and widely spread out so we cannot do them in one go, right? Thanks, Ingo