From mboxrd@z Thu Jan 1 00:00:00 1970 From: "John Hawkes" Date: Fri, 16 Dec 2005 02:12:39 +0000 Subject: Re: [PATCH] ia64: disable preemption in udelay() Message-Id: <00b201c601e6$30c87ff0$d6069aa3@johnhaonw7lw1r> List-Id: References: <20051214232526.9039.15753.sendpatchset@tomahawk.engr.sgi.com> <20051215225040.GA9086@agluck-lia64.sc.intel.com> <1134698636.12086.222.camel@mindpipe> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: Lee Revell , Zwane Mwaikambo Cc: "Luck, Tony" , Tony Luck , Andrew Morton , linux-ia64@vger.kernel.org, linux-kernel@vger.kernel.org, Jack Steiner , Keith Owens , Dimitri Sivanich From: "Lee Revell" > There are 10 drivers that udelay(10000) or more and a TON that > udelay(1000). Turning those all into 1ms+ non preemptible sections will > be very bad. What about 100usec non-preemptible sections? John Hawkes