Gitweb:
http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=fa33a54646fa305a7cf5a2872da062f20ac94b6f
Commit: fa33a54646fa305a7cf5a2872da062f20ac94b6f
Parent: 1097c6ac33defae6cf501b7919c23faf240601f0
Author: Ralf Baechle <[EMAIL PROTECTED]>
AuthorDate: Mon Oct 22 15:13:22 2007 +0100
Committer: Ralf Baechle <[EMAIL PROTECTED]>
CommitDate: Mon Oct 22 22:09:00 2007 +0100
[MIPS] Malta: Delete dead code.
Signed-off-by: Ralf Baechle <[EMAIL PROTECTED]>
---
arch/mips/mips-boards/generic/time.c | 13 -------------
1 files changed, 0 insertions(+), 13 deletions(-)
diff --git a/arch/mips/mips-boards/generic/time.c
b/arch/mips/mips-boards/generic/time.c
index 1d00b77..9d6243a 100644
--- a/arch/mips/mips-boards/generic/time.c
+++ b/arch/mips/mips-boards/generic/time.c
@@ -147,21 +147,8 @@ void __init plat_time_init(void)
#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)
{
-// struct irqaction *irq = &perf_irqaction;
-
cp0_perfcount_irq = -1;
#ifdef MSC01E_INT_BASE
-
To unsubscribe from this list: send the line "unsubscribe git-commits-head" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at http://vger.kernel.org/majordomo-info.html