Skip to content

Commit

Permalink
sparc: use Kconfig.hz
Browse files Browse the repository at this point in the history
We already has the proper definition in place in param.h.
So use the common Kconfig.hz file

Signed-off-by: Sam Ravnborg <sam@ravnborg.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
  • Loading branch information
Sam Ravnborg authored and David S. Miller committed Dec 4, 2008
1 parent 655ab99 commit 7189970
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions arch/sparc/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -55,10 +55,6 @@ config ARCH_NO_VIRT_TO_BUS
config OF
def_bool y

config HZ
int
default 100

source "init/Kconfig"

source "kernel/Kconfig.freezer"
Expand Down Expand Up @@ -93,6 +89,7 @@ config NR_CPUS
depends on SMP
default "32"

source "kernel/Kconfig.hz"

# Global things across all Sun machines.
config ISA
Expand Down

0 comments on commit 7189970

Please sign in to comment.