Re: [PATCH 01/10] clocksource: add generic dummy timer driver

2013-03-07 Thread Stephen Boyd
On 03/07/13 06:00, Thomas Gleixner wrote: > On Wed, 6 Mar 2013, Stephen Boyd wrote: > >> +static int __init dummy_timer_register(void) >> +{ >> +int err = register_cpu_notifier(&dummy_timer_cpu_nb); >> +if (err) >> +return err; >> + >> +/* We won't get a call on the boot CPU

Re: [PATCH 01/10] clocksource: add generic dummy timer driver

2013-03-07 Thread Thomas Gleixner
On Wed, 6 Mar 2013, Stephen Boyd wrote: > +static int __init dummy_timer_register(void) > +{ > + int err = register_cpu_notifier(&dummy_timer_cpu_nb); > + if (err) > + return err; > + > + /* We won't get a call on the boot CPU, so register immediately */ > + dummy_timer