Name
add_timer_on — 
     start a timer on a particular CPU
 
Synopsis
| void add_timer_on ( | struct timer_list * timer, | 
|  | int cpu ); | 
 
Arguments
- timer
- 
     the timer to be added
     
- cpu
- 
     the CPU to start it on
     
Description
   This is not very scalable on SMP. Double adds are not possible.