From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andi Kleen Subject: Re: suspend blockers & Android integration Date: Fri, 04 Jun 2010 12:42:26 +0200 Message-ID: <8739x3xenh.fsf@basil.nowhere.org> References: <20100603193045.GA7188@elte.hu> <20100603231153.GA11302@elte.hu> <20100603232302.GA16184@elte.hu> <20100603234634.GA21831@elte.hu> <20100603204521.09808a7f@infradead.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from one.firstfloor.org ([213.235.205.2]:55727 "EHLO one.firstfloor.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754895Ab0FDKm3 (ORCPT ); Fri, 4 Jun 2010 06:42:29 -0400 In-Reply-To: (Linus Torvalds's message of "Thu\, 3 Jun 2010 21\:46\:01 -0700 \(PDT\)") Sender: linux-omap-owner@vger.kernel.org List-Id: linux-omap@vger.kernel.org To: Linus Torvalds Cc: Arjan van de Ven , tytso@mit.edu, Peter Zijlstra , Florian Mickler , Neil Brown , Brian Swetland , "H. Peter Anvin" , LKML , Peter Zijlstra , James Bottomley , Alan Cox , Linux PM , Ingo Molnar , Linux OMAP Mailing List , Thomas Gleixner , Felipe Balbi Linus Torvalds writes: > On Thu, 3 Jun 2010, Arjan van de Ven wrote: >> >> And because there's then no power saving (but a performance cost), it's >> actually a negative for battery life/total energy. > > Including the UP optimizations we do (ie lock prefix removal)? It's Those only help the kernel and most workloads do not do enough kernel execution for it to really matter, but spend most of their time in user space. Even if as kernel programmers we often have a different view, in most cases most cycles are in user space :) -Andi -- ak@linux.intel.com -- Speaking for myself only.