diff options
author | Sam Ravnborg <sam@ravnborg.org> | 2008-11-15 13:43:13 -0800 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2008-12-04 09:16:51 -0800 |
commit | 71899704d66b7ce43e31e0f19e792292ff0684aa (patch) | |
tree | 7d6e6b7d8297c99f014e681897b1f1ced544e43a | |
parent | 655ab9940e6a6c50ef21d466b0f8af506026c22a (diff) |
sparc: use Kconfig.hz
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>
-rw-r--r-- | arch/sparc/Kconfig | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/arch/sparc/Kconfig b/arch/sparc/Kconfig index d460fc51d546..3ff77f81bd83 100644 --- a/arch/sparc/Kconfig +++ b/arch/sparc/Kconfig @@ -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" @@ -93,6 +89,7 @@ config NR_CPUS depends on SMP default "32" +source "kernel/Kconfig.hz" # Global things across all Sun machines. config ISA |