[MIPS] Probe for usability of cp0 compare interrupt.
authorRalf Baechle <ralf@linux-mips.org>
Tue, 16 Oct 2007 22:20:48 +0000 (23:20 +0100)
committerRalf Baechle <ralf@linux-mips.org>
Wed, 17 Oct 2007 17:28:47 +0000 (18:28 +0100)
commitb0d4056dd6f16eca63114d0c252b214449a13cca
tree50c55bdd330574fcdb718e4192d02b91f2aaa551
parent60b0d65541b581955279221e060f8a0a221151b4
[MIPS] Probe for usability of cp0 compare interrupt.

Some processors offer the option of using the interrupt on which
normally the count / compare interrupt would be signaled as a normal
interupt pin.  Previously this required some ugly hackery for each
system which is much easier done by a quick and simple probe.

Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
arch/mips/kernel/time.c