From mboxrd@z Thu Jan 1 00:00:00 1970 From: davem@davemloft.net (David Miller) Date: Mon, 29 Apr 2013 13:27:08 -0400 (EDT) Subject: [PATCH v2 05/21] atm: he: use msleep instead of large udelay constants In-Reply-To: <201304291513.27104.arnd@arndb.de> References: <20130426091220.468cf59e@thirdoffive.cmf.nrl.navy.mil> <201304291513.27104.arnd@arndb.de> Message-ID: <20130429.132708.1188315001953129841.davem@davemloft.net> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org From: Arnd Bergmann Date: Mon, 29 Apr 2013 15:13:26 +0200 > From a0ddf082821b064cc2d6a9bb90861f9b81a559a5 Mon Sep 17 00:00:00 2001 > From: Arnd Bergmann > Date: Thu, 14 Mar 2013 15:21:36 +0100 > Subject: [PATCH] atm: he: use mdelay instead of large udelay constants > > ARM cannot handle udelay for more than 2 miliseconds, and > it is rather bad style to block the cpu for 16ms anyway, > so let's use msleep instead. > > Signed-off-by: Arnd Bergmann Applied, thanks.