Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Sun, 8 Dec 2002 09:41:36 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Sun, 8 Dec 2002 09:41:36 -0500 Received: from 5-106.ctame701-1.telepar.net.br ([200.193.163.106]:44448 "EHLO 5-106.ctame701-1.telepar.net.br") by vger.kernel.org with ESMTP id ; Sun, 8 Dec 2002 09:41:35 -0500 Date: Sun, 8 Dec 2002 12:49:00 -0200 (BRST) From: Rik van Riel X-X-Sender: riel@imladris.surriel.com To: Anton Blanchard cc: linux-kernel@vger.kernel.org Subject: Re: 2.5.50-BK + 24 CPUs In-Reply-To: <20021208130908.GE19698@krispykreme> Message-ID: References: <20021208130908.GE19698@krispykreme> X-spambait: aardvark@kernelnewbies.org X-spammeplease: aardvark@nl.linux.org 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: 763 Lines: 25 On Mon, 9 Dec 2002, Anton Blanchard wrote: > profile: > 66260 total > 54227 cpu_idle > 1000 page_remove_rmap > 909 __get_page_state > 830 page_add_rmap Looks like the bitflag locking in rmap is hurting you. How does it work with a real spinlock in the struct page instead of using a bit in page->flags ? regards, Rik -- Bravely reimplemented by the knights who say "NIH". http://www.surriel.com/ http://guru.conectiva.com/ Current spamtrap: october@surriel.com - 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/