Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Thu, 6 Mar 2003 14:57:26 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Thu, 6 Mar 2003 14:57:26 -0500 Received: from neon-gw-l3.transmeta.com ([63.209.4.196]:15109 "EHLO neon-gw.transmeta.com") by vger.kernel.org with ESMTP id ; Thu, 6 Mar 2003 14:57:25 -0500 Date: Thu, 6 Mar 2003 12:05:48 -0800 (PST) From: Linus Torvalds To: Davide Libenzi cc: linux-kernel@vger.kernel.org Subject: Re: HT and idle = poll In-Reply-To: Message-ID: 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: 779 Lines: 20 On Thu, 6 Mar 2003, Davide Libenzi wrote: > > Not only. The polling CPU will also shoot a strom of memory requests, > clobbering the CPU's memory I/O stages. Well, that would only be true with a really crappy CPU with no caches. Polling the same location (as long as it's a pure poll, not trying to do some locked read-modify-write cycle) should be fine. At least for something like idle-polling, where the one location it _is_ polling should not actually be touched by anybody else until the wakeup actually happens. Linus - 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/