From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from gate.crashing.org (gate.crashing.org [63.228.1.57]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTP id 9E45EDDECC for ; Wed, 11 Jul 2007 00:26:48 +1000 (EST) In-Reply-To: <20070710105212.GA14682@iram.es> References: <135307ED-7125-4859-8594-4B5B900D92D6@kernel.crashing.org> <464C9E67.2020909@ru.mvista.com> <6E0D5E13-C939-4FCE-81A3-F29DFA6436A2@kernel.crashing.org> <464CA222.8000407@ru.mvista.com> <464D9E7E.3090605@genesi-usa.com> <464DADFC.3080802@ru.mvista.com> <464DB800.40702@genesi-usa.com> <1179499713.12981.75.camel@chaos> <32E780BE-58B7-4303-AA49-1852C4C7EB50@kernel.crashing.org> <464DD9DD.8030603@genesi-usa.com> <20070710105212.GA14682@iram.es> Mime-Version: 1.0 (Apple Message framework v752.2) Content-Type: text/plain; charset=US-ASCII; format=flowed Message-Id: <78777AB0-8FA2-4FB0-9D02-6504ED28957D@kernel.crashing.org> From: Segher Boessenkool Subject: Re: [PATCH 2.6.21-rt2] PowerPC: decrementer clockevent driver Date: Tue, 10 Jul 2007 16:24:07 +0200 To: Gabriel Paubert Cc: Thomas Gleixner , mingo@elte.hu, linux-kernel@vger.kernel.org, linuxppc-dev@ozlabs.org List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , > This scales with the number of processors since there is one > decrementer per core (is it per thread on SMT chips? > I don't know). One per core. Segher