|
@@ -122,7 +122,7 @@ void __cpuinit sb1480_clockevent_init(void)
|
|
|
CLOCK_EVT_FEAT_ONESHOT;
|
|
|
clockevent_set_clock(cd, V_SCD_TIMER_FREQ);
|
|
|
cd->max_delta_ns = clockevent_delta2ns(0x7fffff, cd);
|
|
|
- cd->min_delta_ns = clockevent_delta2ns(1, cd);
|
|
|
+ cd->min_delta_ns = clockevent_delta2ns(2, cd);
|
|
|
cd->rating = 200;
|
|
|
cd->irq = irq;
|
|
|
cd->cpumask = cpumask_of_cpu(cpu);
|