From: Andrew Morton Date: Mon, 2 Oct 2006 09:17:38 +0000 (-0700) Subject: [PATCH] isdn: work around excessive udelay() X-Git-Tag: v2.6.19-rc1~451 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ca8af486765852302931bb69075871d5564e1e5b;p=pandora-kernel.git [PATCH] isdn: work around excessive udelay() As reported in http://bugzilla.kernel.org/show_bug.cgi?id=6970, ISDN can issue excessively-long udelays, which triggers a build-time error on ARM. This is very sucky of ISDN, but I doubt if anyone is going to suddenly fix it. So change the macro to do the microsecond counting itself. Cc: Cc: Karsten Keil Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed