Skip to content

Commit

Permalink
dyntick: remove deferences from SH
Browse files Browse the repository at this point in the history
SH does not have a configuration option for NO_IDLE_HZ their Kconfig
files, yet their defconfig files lists them. Remove those references.

Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
  • Loading branch information
Russell King authored and Russell King committed May 12, 2008
1 parent ee9c578 commit 150c917
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 5 deletions.
1 change: 0 additions & 1 deletion arch/sh/configs/landisk_defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,6 @@ CONFIG_CPU_HAS_PTEA=y
#
CONFIG_SH_TMU=y
CONFIG_SH_TIMER_IRQ=16
# CONFIG_NO_IDLE_HZ is not set
CONFIG_SH_PCLK_FREQ=33333333

#
Expand Down
1 change: 0 additions & 1 deletion arch/sh/configs/lboxre2_defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,6 @@ CONFIG_CPU_HAS_PTEA=y
#
CONFIG_SH_TMU=y
CONFIG_SH_TIMER_IRQ=16
# CONFIG_NO_IDLE_HZ is not set
CONFIG_SH_PCLK_FREQ=40000000

#
Expand Down
1 change: 0 additions & 1 deletion arch/sh/configs/se7705_defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,6 @@ CONFIG_CPU_HAS_SR_RB=y
#
CONFIG_SH_TMU=y
CONFIG_SH_TIMER_IRQ=16
# CONFIG_NO_IDLE_HZ is not set
CONFIG_SH_PCLK_FREQ=33333333

#
Expand Down
1 change: 0 additions & 1 deletion arch/sh/configs/se7712_defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,6 @@ CONFIG_CPU_HAS_SR_RB=y
#
CONFIG_SH_TMU=y
CONFIG_SH_TIMER_IRQ=16
# CONFIG_NO_IDLE_HZ is not set
CONFIG_SH_PCLK_FREQ=66666666

#
Expand Down
1 change: 0 additions & 1 deletion arch/sh/configs/se7750_defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,6 @@ CONFIG_CPU_HAS_PTEA=y
#
CONFIG_SH_TMU=y
CONFIG_SH_TIMER_IRQ=16
# CONFIG_NO_IDLE_HZ is not set
CONFIG_SH_PCLK_FREQ=33333333

#
Expand Down

0 comments on commit 150c917

Please sign in to comment.