From: Jonas Bonn Date: Sat, 2 Jul 2011 08:29:24 +0000 (+0200) Subject: asm-generic: adapt delay.h to common implementation X-Git-Tag: v3.1-rc1~262^2~23 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=30ab2b034fa87472d700f584e277e3aeb7a84d2c;p=pandora-kernel.git asm-generic: adapt delay.h to common implementation Several architectures are using a common delay.h implementation that appears to have originated with the x86 architecture. This common implementation is a bit fuller than the current asm-generic version and has some compile-time checks that should be interesting for all architectures. This patch takes the common delay.h version and replaces the rather trivial asm-generic version with it. As no architecture was actually using asm-generic/delay.h, this change is rather innocuous; it will, however, allow us to switch at least four architectures over to using the asm-generic version. Signed-off-by: Jonas Bonn Acked-by: Arnd Bergmann --- Reading git-diff-tree failed