From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S263971AbUHSI5T (ORCPT ); Thu, 19 Aug 2004 04:57:19 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S264260AbUHSI5T (ORCPT ); Thu, 19 Aug 2004 04:57:19 -0400 Received: from mx2.elte.hu ([157.181.151.9]:7071 "EHLO mx2.elte.hu") by vger.kernel.org with ESMTP id S263971AbUHSI4z (ORCPT ); Thu, 19 Aug 2004 04:56:55 -0400 Date: Thu, 19 Aug 2004 10:56:43 +0200 From: Ingo Molnar To: Lee Revell Cc: linux-kernel , Thomas Charbonnel , Florian Schmidt , Felipe Alfaro Solana , William Lee Irwin III Subject: Re: [patch] voluntary-preempt-2.6.8.1-P4 Message-ID: <20040819085643.GA4751@elte.hu> References: <20040816040515.GA13665@elte.hu> <1092654819.5057.18.camel@localhost> <20040816113131.GA30527@elte.hu> <20040816120933.GA4211@elte.hu> <1092716644.876.1.camel@krustophenia.net> <20040817080512.GA1649@elte.hu> <20040819073247.GA1798@elte.hu> <1092902417.8432.108.camel@krustophenia.net> <20040819084001.GA4098@elte.hu> <1092905104.8432.116.camel@krustophenia.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1092905104.8432.116.camel@krustophenia.net> User-Agent: Mutt/1.4.1i X-ELTE-SpamVersion: MailScanner 4.31.6-itk1 (ELTE 1.2) SpamAssassin 2.63 ClamAV 0.73 X-ELTE-VirusStatus: clean X-ELTE-SpamCheck: no X-ELTE-SpamCheck-Details: score=-4.9, required 5.9, BAYES_00 -4.90 X-ELTE-SpamLevel: X-ELTE-SpamScore: -4 Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org > > > Any comments on the unmap_vmas issue? > > > > wli indicated he's working on the pagetable zapping critical section > > issue - wli? actually - the unmap_vmas() issue might be different. Could you change the '32' in this part of mm/memory.c: # define ZAP_BLOCK_SIZE \ (voluntary_preemption ? (32 * PAGE_SIZE) : __ZAP_BLOCK_SIZE) to 16? Does that roughly halve the ~180 usec latency? Ingo