|
@@ -72,20 +72,6 @@ EXPORT_SYMBOL(perf_irq);
|
|
|
unsigned int mips_hpt_frequency;
|
|
|
EXPORT_SYMBOL_GPL(mips_hpt_frequency);
|
|
|
|
|
|
-/*
|
|
|
- * This function exists in order to cause an error due to a duplicate
|
|
|
- * definition if platform code should have its own implementation. The hook
|
|
|
- * to use instead is plat_time_init. plat_time_init does not receive the
|
|
|
- * irqaction pointer argument anymore. This is because any function which
|
|
|
- * initializes an interrupt timer now takes care of its own request_irq rsp.
|
|
|
- * setup_irq calls and each clock_event_device should use its own
|
|
|
- * struct irqrequest.
|
|
|
- */
|
|
|
-void __init plat_timer_setup(void)
|
|
|
-{
|
|
|
- BUG();
|
|
|
-}
|
|
|
-
|
|
|
static __init int cpu_has_mfc0_count_bug(void)
|
|
|
{
|
|
|
switch (current_cpu_type()) {
|