[PARISC] time: clocksource lost update_callback
So move the code to be called by smp_cpus_done, which is after we've figured out if there's more than one cpu actually present. Signed-off-by: Kyle McMartin <kyle@parisc-linux.org>
This commit is contained in:
@@ -567,6 +567,10 @@ void __init smp_prepare_cpus(unsigned int max_cpus)
|
||||
|
||||
void smp_cpus_done(unsigned int cpu_max)
|
||||
{
|
||||
extern int update_cr16_clocksource(void);
|
||||
|
||||
update_cr16_clocksource();
|
||||
|
||||
return;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user