From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andi Kleen Subject: Re: [RFC][PATCH] Runtime switching of the idle function [take 2] Date: Wed, 30 Nov 2005 02:58:09 +0100 Message-ID: <20051130015809.GF19515@wotan.suse.de> References: <20051129195336.GP19515@wotan.suse.de> <1133296540.4627.7.camel@mindpipe> <20051129205108.GQ19515@wotan.suse.de> <1133308505.4627.31.camel@mindpipe> <20051130010646.GD19515@wotan.suse.de> <1133313771.4627.39.camel@mindpipe> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Content-Disposition: inline In-Reply-To: <1133313771.4627.39.camel@mindpipe> Sender: linux-kernel-owner@vger.kernel.org To: Lee Revell Cc: Andi Kleen , "Brown, Len" , Nick Piggin , Ingo Molnar , Steven Rostedt , Andrew Morton , acpi-devel@lists.sourceforge.net, nando@ccrma.Stanford.EDU, linux-kernel@vger.kernel.org, paulmck@us.ibm.com, kr@cybsft.com, tglx@linutronix.de, pluto@agmk.net, john.cooper@timesys.com, bene@linutronix.de, dwalker@mvista.com, trini@kernel.crashing.org, george@mvista.com, Vojtech Pavlik , johnstul@us.ibm.com List-Id: linux-acpi@vger.kernel.org > > Then you're likely running 32bit. It doesn't use vsyscall gettimeofday > > yet, which makes it slower. 64bit would. > > Yes, I am. So it sounds like vsyscall gettimeofday for i386 is in the > works? John Stultz used to have patches for it, but for some reason he never pushed them into mainline. On i386 it unfortunately needs adding a test and branch to the syscall path to be 100% ABI compatible, but I doubt that was the reason he dropped it. -Andi