From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1161007AbWBNLLc (ORCPT ); Tue, 14 Feb 2006 06:11:32 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1161008AbWBNLLb (ORCPT ); Tue, 14 Feb 2006 06:11:31 -0500 Received: from mx2.mail.elte.hu ([157.181.151.9]:2950 "EHLO mx2.mail.elte.hu") by vger.kernel.org with ESMTP id S1161007AbWBNLLb (ORCPT ); Tue, 14 Feb 2006 06:11:31 -0500 Date: Tue, 14 Feb 2006 12:09:47 +0100 From: Ingo Molnar To: Roman Zippel Cc: Andrew Morton , linux-kernel@vger.kernel.org, tglx@linutronix.de Subject: Re: [PATCH 00/12] hrtimer patches Message-ID: <20060214110947.GA25341@elte.hu> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4.2.1i X-ELTE-SpamScore: -2.2 X-ELTE-SpamLevel: X-ELTE-SpamCheck: no X-ELTE-SpamVersion: ELTE 2.0 X-ELTE-SpamCheck-Details: score=-2.2 required=5.9 tests=ALL_TRUSTED,AWL autolearn=no SpamAssassin version=3.0.3 -2.8 ALL_TRUSTED Did not pass through any untrusted hosts 0.6 AWL AWL: From: address is in the auto white-list X-ELTE-VirusStatus: clean Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org * Roman Zippel wrote: > Here is new version of the hrtimer patches sorted by priority. I > dropped the remaining time patch, the const patch doesn't produce a > larger kernel with gcc3 and I also added the acks so far. I consider > the first four patches the most important and the remaining patches > simple enough, that I think they're still 2.6.16 material. i only consider the first two patches to be 2.6.16 material. The other patches avoid a ->get_time() call per timer interrupt - that's noise at most ... Ingo