From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755259AbYEYNds (ORCPT ); Sun, 25 May 2008 09:33:48 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1752490AbYEYNdh (ORCPT ); Sun, 25 May 2008 09:33:37 -0400 Received: from earthlight.etchedpixels.co.uk ([81.2.110.250]:54755 "EHLO lxorguk.ukuu.org.uk" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1752475AbYEYNdg (ORCPT ); Sun, 25 May 2008 09:33:36 -0400 Date: Sun, 25 May 2008 14:19:21 +0100 From: Alan Cox To: Steven Rostedt Cc: Thomas Gleixner , LKML , linux-rt-users , akpm@osdl.org, Ingo Molnar , Clark Williams , Peter Zijlstra , "Luis Claudio R. Goncalves" , Gregory Haskins , Andi Kleen , Linus Torvalds Subject: Re: [PATCH] x86: enable preemption in delay Message-ID: <20080525141921.79c1bdc2@core> In-Reply-To: References: X-Mailer: Claws Mail 3.3.1 (GTK+ 2.12.5; x86_64-redhat-linux-gnu) Organization: Red Hat UK Cyf., Amberley Place, 107-111 Peascod Street, Windsor, Berkshire, SL4 1TE, Y Deyrnas Gyfunol. Cofrestrwyd yng Nghymru a Lloegr o'r rhif cofrestru 3798903 Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org > And what happens when we have 10GHz boxes that can do migration in 1us, > and the delay that is asked for is 2us. We can return early. I don't like > to place assumptions of this kind that can hurt with future hardware > enhancements. Then in the hypothetical future you fix it, and for now its clearly documented. Th preempt botch in the current tree breaks all sorts of existing real world setups so needs to go. (and we have people who do stuff like mdelay(150); Alan