* [PATCH 5/8] sparc: use Kconfig.hz
@ 2008-11-15 21:34 Sam Ravnborg
2008-11-15 21:43 ` David Miller
0 siblings, 1 reply; 2+ messages in thread
From: Sam Ravnborg @ 2008-11-15 21:34 UTC (permalink / raw)
To: sparclinux
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>
---
arch/sparc/Kconfig | 5 +----
1 files changed, 1 insertions(+), 4 deletions(-)
diff --git a/arch/sparc/Kconfig b/arch/sparc/Kconfig
index d460fc5..3ff77f8 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
--
1.5.6.GIT
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2008-11-15 21:43 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-11-15 21:34 [PATCH 5/8] sparc: use Kconfig.hz Sam Ravnborg
2008-11-15 21:43 ` David Miller
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.