diff options
author | Sam Ravnborg <sam@ravnborg.org> | 2008-11-15 16:43:13 -0500 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2008-12-04 12:16:51 -0500 |
commit | 71899704d66b7ce43e31e0f19e792292ff0684aa (patch) | |
tree | 7d6e6b7d8297c99f014e681897b1f1ced544e43a /arch/sparc/Kconfig | |
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>
Diffstat (limited to 'arch/sparc/Kconfig')
-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 | |||
55 | config OF | 55 | config OF |
56 | def_bool y | 56 | def_bool y |
57 | 57 | ||
58 | config HZ | ||
59 | int | ||
60 | default 100 | ||
61 | |||
62 | source "init/Kconfig" | 58 | source "init/Kconfig" |
63 | 59 | ||
64 | source "kernel/Kconfig.freezer" | 60 | source "kernel/Kconfig.freezer" |
@@ -93,6 +89,7 @@ config NR_CPUS | |||
93 | depends on SMP | 89 | depends on SMP |
94 | default "32" | 90 | default "32" |
95 | 91 | ||
92 | source "kernel/Kconfig.hz" | ||
96 | 93 | ||
97 | # Global things across all Sun machines. | 94 | # Global things across all Sun machines. |
98 | config ISA | 95 | config ISA |