From: Manuel Lauss Date: Sun, 21 Dec 2008 08:26:22 +0000 (+0100) Subject: MIPS: make cp0 counter clocksource/event usable as fallback. X-Git-Tag: v2.6.29-rc2~104^2~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=779e7d41ad004946603da139da99ba775f74cb1c;p=pandora-kernel.git MIPS: make cp0 counter clocksource/event usable as fallback. The current mips clock build infrastructure lets a system only use either the MIPS cp0 counter or a SoC specific timer as a clocksource / clockevent device. This patch renames the core cp0 counter clocksource / clockevent functions from mips_* to r4k_* and updates the wrappers in asm-mips/time.h to call these renamed functions instead. Chips which can detect whether it is safe to use a chip-specific timer can now fall back on the cp0 counter if necessary and possible (e.g. Alchemy with a follow-on patch). Existing behaviour is not changed in any way. Signed-off-by: Manuel Lauss Signed-off-by: Ralf Baechle --- Reading git-diff-tree failed