[MIPS] Malta: Delete dead code.
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
This commit is contained in:
parent
1097c6ac33
commit
fa33a54646
1 changed files with 0 additions and 13 deletions
|
@ -147,21 +147,8 @@ void __init plat_time_init(void)
|
||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
|
|
||||||
//static irqreturn_t mips_perf_interrupt(int irq, void *dev_id)
|
|
||||||
//{
|
|
||||||
// return perf_irq();
|
|
||||||
//}
|
|
||||||
|
|
||||||
//static struct irqaction perf_irqaction = {
|
|
||||||
// .handler = mips_perf_interrupt,
|
|
||||||
// .flags = IRQF_DISABLED | IRQF_PERCPU,
|
|
||||||
// .name = "performance",
|
|
||||||
//};
|
|
||||||
|
|
||||||
void __init plat_perf_setup(void)
|
void __init plat_perf_setup(void)
|
||||||
{
|
{
|
||||||
// struct irqaction *irq = &perf_irqaction;
|
|
||||||
|
|
||||||
cp0_perfcount_irq = -1;
|
cp0_perfcount_irq = -1;
|
||||||
|
|
||||||
#ifdef MSC01E_INT_BASE
|
#ifdef MSC01E_INT_BASE
|
||||||
|
|
Loading…
Add table
Reference in a new issue