|
@@ -156,7 +156,7 @@ void set_timer(ulong t)
|
|
}
|
|
}
|
|
|
|
|
|
/* delay x useconds AND preserve advance timestamp value */
|
|
/* delay x useconds AND preserve advance timestamp value */
|
|
-void udelay(unsigned long usec)
|
|
|
|
|
|
+void __udelay(unsigned long usec)
|
|
{
|
|
{
|
|
long tmo = usec * (TIMER_CLOCK / 1000) / 1000;
|
|
long tmo = usec * (TIMER_CLOCK / 1000) / 1000;
|
|
unsigned long now, last = readl(&tmr->timer3_counter);
|
|
unsigned long now, last = readl(&tmr->timer3_counter);
|