From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S269063AbUHMK3x (ORCPT ); Fri, 13 Aug 2004 06:29:53 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S269059AbUHMK1i (ORCPT ); Fri, 13 Aug 2004 06:27:38 -0400 Received: from holomorphy.com ([207.189.100.168]:26002 "EHLO holomorphy.com") by vger.kernel.org with ESMTP id S269058AbUHMKXy (ORCPT ); Fri, 13 Aug 2004 06:23:54 -0400 Date: Fri, 13 Aug 2004 03:23:34 -0700 From: William Lee Irwin III To: Zwane Mwaikambo , Keith Owens , Linus Torvalds , Pavel Machek , Linux Kernel , Andrew Morton , Matt Mackall Subject: Re: [PATCH][2.6] Completely out of line spinlocks / i386 Message-ID: <20040813102334.GD11200@holomorphy.com> Mail-Followup-To: William Lee Irwin III , Zwane Mwaikambo , Keith Owens , Linus Torvalds , Pavel Machek , Linux Kernel , Andrew Morton , Matt Mackall References: <23701.1092268910@ocs3.ocs.com.au> <20040812010115.GY11200@holomorphy.com> <20040812020424.GB11200@holomorphy.com> <20040812072058.GH11200@holomorphy.com> <20040813080116.GY11200@holomorphy.com> <20040813091640.GZ11200@holomorphy.com> <20040813093002.GA11200@holomorphy.com> <20040813094614.GB11200@holomorphy.com> <20040813100540.GC11200@holomorphy.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20040813100540.GC11200@holomorphy.com> User-Agent: Mutt/1.5.6+20040722i Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org On Fri, Aug 13, 2004 at 01:01:16AM -0700, William Lee Irwin III wrote: >>>>> text data bss dec hex filename >>>>> mainline: 19973522 6607761 1878448 28459731 1b242d3 vmlinux >>>>> cool: 19839487 6585707 1878448 28303642 1afe11a vmlinux >>>>> C-func: 19923848 6582771 1878384 28385003 1b11eeb vmlinux On Fri, Aug 13, 2004 at 02:16:40AM -0700, William Lee Irwin III wrote: >>>> unlock: 19895498 6582746 1878384 28356628 1b0b014 vmlinux On Fri, Aug 13, 2004 at 02:30:02AM -0700, William Lee Irwin III wrote: >>> unlock-irq: 19889858 6582721 1878384 28350963 1b099f3 vmlinux On Fri, Aug 13, 2004 at 02:46:14AM -0700, William Lee Irwin III wrote: >> read-unlock: 19883858 6582674 1878384 28344916 1b08254 vmlinux On Fri, Aug 13, 2004 at 03:05:40AM -0700, William Lee Irwin III wrote: > irqrestore: 19855759 6582442 1878384 28316585 1b013a9 vmlinux Reinlining read_unlock_irq() also yields: rdunlockirq: 19855255 6582369 1878384 28316008 1b01168 vmlinux -- wli