|
@@ -134,7 +134,7 @@ __setup("nohz=", setup_tick_nohz);
|
|
* value. We do this unconditionally on any cpu, as we don't know whether the
|
|
* value. We do this unconditionally on any cpu, as we don't know whether the
|
|
* cpu, which has the update task assigned is in a long sleep.
|
|
* cpu, which has the update task assigned is in a long sleep.
|
|
*/
|
|
*/
|
|
-void tick_nohz_update_jiffies(void)
|
|
|
|
|
|
+static void tick_nohz_update_jiffies(void)
|
|
{
|
|
{
|
|
int cpu = smp_processor_id();
|
|
int cpu = smp_processor_id();
|
|
struct tick_sched *ts = &per_cpu(tick_cpu_sched, cpu);
|
|
struct tick_sched *ts = &per_cpu(tick_cpu_sched, cpu);
|