From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754133AbXDXPGP (ORCPT ); Tue, 24 Apr 2007 11:06:15 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1754154AbXDXPGP (ORCPT ); Tue, 24 Apr 2007 11:06:15 -0400 Received: from mga02.intel.com ([134.134.136.20]:27132 "EHLO mga02.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754133AbXDXPGO (ORCPT ); Tue, 24 Apr 2007 11:06:14 -0400 X-ExtLoop1: 1 X-IronPort-AV: i="4.14,448,1170662400"; d="scan'208"; a="233074958:sNHT28353878" Date: Fri, 20 Apr 2007 12:26:31 -0700 From: "Siddha, Suresh B" To: Christoph Lameter Cc: William Lee Irwin III , Ingo Molnar , linux-kernel@vger.kernel.org, Linus Torvalds , Andrew Morton , Con Kolivas , Nick Piggin , Mike Galbraith , Arjan van de Ven , Peter Williams , Thomas Gleixner , caglar@pardus.org.tr, Willy Tarreau , Gene Heskett Subject: Re: [patch] CFS scheduler, v3 Message-ID: <20070420192630.GB5475@linux-os.sc.intel.com> References: <20070418175017.GA5250@elte.hu> <20070418212645.GU2986@holomorphy.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4.1i Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org On Fri, Apr 20, 2007 at 12:24:17PM -0700, Christoph Lameter wrote: > On Wed, 18 Apr 2007, William Lee Irwin III wrote: > > > > > Mark the runqueues ____cacheline_aligned_in_smp to avoid false sharing. > > False sharing for a per cpu data structure? Are we updating that > structure from other processors? yes. during a remote process wakeup.