-
David S. Miller authored
Before timers were run per-cpu as they are now, one used to use the SMP_TIMER_* macros to move globally synchronized timer work into tasklets. But with per-cpu timers this is useless work and in fact makes thing run more slowly.
f8449a82