From: Manuel Lauss Date: Sat, 22 Aug 2009 16:09:27 +0000 (+0200) Subject: MIPS: Alchemy: get rid of allow_au1k_wait X-Git-Tag: v2.6.32-rc1~658^2~10 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2882b0c63ac6085fd5c18959240b6f7d6ffb8d5b;p=pandora-kernel.git MIPS: Alchemy: get rid of allow_au1k_wait Eliminate the 'allow_au1k_wait' variable. MIPS kernel installs the Alchemy-specific wait code before timer initialization; if the C0 timer must be used for timekeeping the wait function is set to NULL which means no wait implementation is available. As a sideeffect, the 'wait instruction available' output in /proc/cpuinfo now correctly indicates whether 'wait' is usable. Run-tested on DB1200. Signed-off-by: Manuel Lauss Signed-off-by: Ralf Baechle --- Reading git-diff-tree failed