aboutsummaryrefslogtreecommitdiffstats
path: root/arch/mips/sibyte/sb1250/time.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/mips/sibyte/sb1250/time.c')
-rw-r--r--arch/mips/sibyte/sb1250/time.c12
1 files changed, 0 insertions, 12 deletions
diff --git a/arch/mips/sibyte/sb1250/time.c b/arch/mips/sibyte/sb1250/time.c
index 5bb83cd4c113..eb177075e9c0 100644
--- a/arch/mips/sibyte/sb1250/time.c
+++ b/arch/mips/sibyte/sb1250/time.c
@@ -116,18 +116,6 @@ void sb1250_time_init(void)
116 */ 116 */
117} 117}
118 118
119void sb1250_timer_interrupt(void)
120{
121 int cpu = smp_processor_id();
122 int irq = K_INT_TIMER_0 + cpu;
123
124 /* ACK interrupt */
125 ____raw_writeq(M_SCD_TIMER_ENABLE | M_SCD_TIMER_MODE_CONTINUOUS,
126 IOADDR(A_SCD_TIMER_REGISTER(cpu, R_SCD_TIMER_CFG)));
127
128 ll_timer_interrupt(irq);
129}
130
131/* 119/*
132 * The HPT is free running from SB1250_HPT_VALUE down to 0 then starts over 120 * The HPT is free running from SB1250_HPT_VALUE down to 0 then starts over
133 * again. 121 * again.