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>
This commit is contained in:
committed by
David S. Miller
parent
655ab9940e
commit
71899704d6
@@ -55,10 +55,6 @@ config ARCH_NO_VIRT_TO_BUS
|
|||||||
config OF
|
config OF
|
||||||
def_bool y
|
def_bool y
|
||||||
|
|
||||||
config HZ
|
|
||||||
int
|
|
||||||
default 100
|
|
||||||
|
|
||||||
source "init/Kconfig"
|
source "init/Kconfig"
|
||||||
|
|
||||||
source "kernel/Kconfig.freezer"
|
source "kernel/Kconfig.freezer"
|
||||||
@@ -93,6 +89,7 @@ config NR_CPUS
|
|||||||
depends on SMP
|
depends on SMP
|
||||||
default "32"
|
default "32"
|
||||||
|
|
||||||
|
source "kernel/Kconfig.hz"
|
||||||
|
|
||||||
# Global things across all Sun machines.
|
# Global things across all Sun machines.
|
||||||
config ISA
|
config ISA
|
||||||
|
Reference in New Issue
Block a user