From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1759339AbYDBRnb (ORCPT ); Wed, 2 Apr 2008 13:43:31 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1757518AbYDBRnO (ORCPT ); Wed, 2 Apr 2008 13:43:14 -0400 Received: from smtp-out.google.com ([216.239.33.17]:28946 "EHLO smtp-out.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1757106AbYDBRnM (ORCPT ); Wed, 2 Apr 2008 13:43:12 -0400 DomainKey-Signature: a=rsa-sha1; s=beta; d=google.com; c=nofws; q=dns; h=received:subject:from:to:cc:in-reply-to:references: content-type:organization:date:message-id:mime-version:x-mailer:content-transfer-encoding; b=xt0bEVgQZz5lLMZSXfqmnV9s9snTWXguXwolgZtVOZrVekI3/C6OOdq3qRU/xD5nN TH+gwjkWp4wmb6FabawQA== Subject: Re: posix-cpu-timers revamp From: Frank Mayhar To: Roland McGrath Cc: linux-kernel@vger.kernel.org In-Reply-To: <20080402020707.151E126F8DC@magilla.localdomain> References: <20080206165045.89b809cc.akpm@linux-foundation.org> <1202345893.8525.33.camel@peace.smo.corp.google.com> <20080207162203.3e3cf5ab@Varda> <20080207165455.04ec490b@Varda> <1204314904.4850.23.camel@peace.smo.corp.google.com> <20080304070016.903E127010A@magilla.localdomain> <1204660376.9768.1.camel@bobble.smo.corp.google.com> <20080305040826.D0E6127010A@magilla.localdomain> <1204830243.20004.31.camel@bobble.smo.corp.google.com> <20080311075020.A93DB26F991@magilla.localdomain> <1205269507.23124.57.camel@bobble.smo.corp.google.com> <20080311213507.5BCDF26F991@magilla.localdomain> <1205455050.19551.16.camel@bobble.smo.corp.google.com> <20080321071846.1B22B26F9A7@magilla.localdomain> <1206122240.14638.31.camel@bobble.smo.corp.google.com> <20080322215829.D69D026F9A7@magilla.localdomain> <1206380079.21896.20.camel@bobble.smo.corp.google.com> <20080331054404.78CDB26F8E9@magilla.localdomain> <1206995072.14649.41.camel@bobble.smo.corp.google.com> <20080402020707.151E126F8DC@magilla.localdomain> Content-Type: text/plain Organization: Google, Inc. Date: Wed, 02 Apr 2008 10:42:44 -0700 Message-Id: <1207158164.11976.32.camel@bobble.smo.corp.google.com> Mime-Version: 1.0 X-Mailer: Evolution 2.6.1 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, 2008-04-01 at 19:07 -0700, Roland McGrath wrote: > The first thing to do is move the existing summation of utime, stime, and > sum_exec_runtime in __exit_signal into an inline thread_group_cputime_exit. > That abstracts it into the set of inlines that can vary for the different > flavors of storage model. For UP, it does nothing. One quick note: this inline isn't needed for the 2b solution (allocate percpu storage in copy_signal CLONE_THREAD case), since if there's more than one thread there'll always be a percpu area and if there's only one thread the summation code won't be entered. -- Frank Mayhar Google, Inc.