From: Atsushi Nemoto Date: Fri, 4 Nov 2005 17:02:54 +0000 (+0900) Subject: Define MAX_UDELAY_MS X-Git-Tag: v2.6.15-rc1~446^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a0f08209c685b4f7dccaf013da74e0e80986c477;p=pandora-kernel.git Define MAX_UDELAY_MS If HZ was 1000, mdelay(2) cause overflow on multiplication in __udelay. We should define MAX_UDELAY_MS properly to prevent this. Signed-off-by: Atsushi Nemoto Signed-off-by: Ralf Baechle --- Reading git-diff-tree failed