Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S269538AbUICBcF (ORCPT ); Thu, 2 Sep 2004 21:32:05 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S269220AbUICB3w (ORCPT ); Thu, 2 Sep 2004 21:29:52 -0400 Received: from dragnfire.mtl.istop.com ([66.11.160.179]:28156 "EHLO dsl.commfireservices.com") by vger.kernel.org with ESMTP id S269511AbUICB2J (ORCPT ); Thu, 2 Sep 2004 21:28:09 -0400 Date: Thu, 2 Sep 2004 21:32:31 -0400 (EDT) From: Zwane Mwaikambo To: Linus Torvalds Cc: Linux Kernel , Andrew Morton , Matt Mackall , William Lee Irwin III Subject: Re: [PATCH][1/8] Arch agnostic completely out of line locks / generic In-Reply-To: Message-ID: References: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1324 Lines: 38 On Thu, 2 Sep 2004, Linus Torvalds wrote: > On Thu, 2 Sep 2004, Zwane Mwaikambo wrote: > > > > No real reason, i have a habit of never specifying the section in the > > definition. The following simply moves __lockfunc into spinlock.h and > > uses it everywhere. > > Ok, I'm happy with this. I'll even apply it if you make a version relative > to my -BK tree ;). Great, i'll merge. > Btw, there must be something wrong in your size comparison for x86: > > i386 = 524115 bytes > text data bss dec hex filename > 5695619 870906 328112 6894637 69342d vmlinux-after > 6221254 870634 326864 7418752 713380 vmlinux-before > > The "bss" number shouldn't change as far as I can tell, and indeed, on all > the other architectures you cite, it doesn't change. So I think your > before/after numbers on x86 are something else. i386 = 416075 bytes text data bss dec hex filename 5808371 867442 326864 7002677 6ada35 vmlinux-after 6221254 870634 326864 7418752 713380 vmlinux-before Those seem to make a lot more sense. Thanks, Zwane - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/