|
@@ -100,7 +100,6 @@ void sb1250_time_init(void)
|
|
|
|
|
|
void sb1250_timer_interrupt(struct pt_regs *regs)
|
|
void sb1250_timer_interrupt(struct pt_regs *regs)
|
|
{
|
|
{
|
|
- extern asmlinkage void ll_local_timer_interrupt(int irq, struct pt_regs *regs);
|
|
|
|
int cpu = smp_processor_id();
|
|
int cpu = smp_processor_id();
|
|
int irq = K_INT_TIMER_0 + cpu;
|
|
int irq = K_INT_TIMER_0 + cpu;
|
|
|
|
|