Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 269193
b: refs/heads/master
c: 29c158e
h: refs/heads/master
i:
  269191: 24dd08d
v: v3
  • Loading branch information
Heiko Carstens authored and Thomas Gleixner committed Sep 8, 2011
1 parent f64dd3d commit 4ae6817
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: a25cac5198d4ff2842ccca63b423962848ad24b2
refs/heads/master: 29c158e81c733ac7d6a75c5ee929f34fb9f92983
6 changes: 1 addition & 5 deletions trunk/kernel/time/tick-sched.c
Original file line number Diff line number Diff line change
Expand Up @@ -669,8 +669,6 @@ static void tick_nohz_switch_to_nohz(void)
next = ktime_add(next, tick_period);
}
local_irq_enable();

printk(KERN_INFO "Switched to NOHz mode on CPU #%d\n", smp_processor_id());
}

/*
Expand Down Expand Up @@ -822,10 +820,8 @@ void tick_setup_sched_timer(void)
}

#ifdef CONFIG_NO_HZ
if (tick_nohz_enabled) {
if (tick_nohz_enabled)
ts->nohz_mode = NOHZ_MODE_HIGHRES;
printk(KERN_INFO "Switched to NOHz mode on CPU #%d\n", smp_processor_id());
}
#endif
}
#endif /* HIGH_RES_TIMERS */
Expand Down

0 comments on commit 4ae6817

Please sign in to comment.