Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 372905
b: refs/heads/master
c: 0644ca5
h: refs/heads/master
i:
  372903: 06811fa
v: v3
  • Loading branch information
Frederic Weisbecker committed Apr 15, 2013
1 parent 1b169a0 commit 0000b2e
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 5 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: 1034fc2f41aaf32f782a9362178f9a236ac5a50a
refs/heads/master: 0644ca5c774f1a7033bfc83c7ed0660f74f28b56
12 changes: 8 additions & 4 deletions trunk/kernel/time/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -75,10 +75,6 @@ config NO_HZ_COMMON
depends on !ARCH_USES_GETTIMEOFFSET && GENERIC_CLOCKEVENTS
select TICK_ONESHOT

# Kept around for compatibility, maps to NO_HZ_IDLE
config NO_HZ
bool

choice
prompt "Timer tick handling"
default NO_HZ_IDLE if NO_HZ
Expand Down Expand Up @@ -130,6 +126,14 @@ config NO_HZ_EXTENDED

endchoice

config NO_HZ
bool "Old Idle dynticks config"
depends on !ARCH_USES_GETTIMEOFFSET && GENERIC_CLOCKEVENTS
help
This is the old config entry that enables dynticks idle.
We keep it around for a little while to enforce backward
compatibility with older config files.

config HIGH_RES_TIMERS
bool "High Resolution Timer Support"
depends on !ARCH_USES_GETTIMEOFFSET && GENERIC_CLOCKEVENTS
Expand Down

0 comments on commit 0000b2e

Please sign in to comment.