diff options
author | David S. Miller <davem@davemloft.net> | 2005-07-08 18:21:51 -0400 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2005-07-08 18:21:51 -0400 |
commit | a6524813e032fb33bd1de807a98f8453414335e4 (patch) | |
tree | 4af95ee9310bb7f13de0272b21fec593f9da3b9b /arch/sparc64 | |
parent | dcc83a028552ac34538db52d82446d1da6ea8c22 (diff) |
[SPARC64]: Support CONFIG_HZ
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'arch/sparc64')
-rw-r--r-- | arch/sparc64/Kconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/sparc64/Kconfig b/arch/sparc64/Kconfig index d78bc13ebbb9..4b1329286242 100644 --- a/arch/sparc64/Kconfig +++ b/arch/sparc64/Kconfig | |||
@@ -43,6 +43,8 @@ config SPARC64_PAGE_SIZE_4MB | |||
43 | 43 | ||
44 | endchoice | 44 | endchoice |
45 | 45 | ||
46 | source kernel/Kconfig.hz | ||
47 | |||
46 | source "init/Kconfig" | 48 | source "init/Kconfig" |
47 | 49 | ||
48 | config SYSVIPC_COMPAT | 50 | config SYSVIPC_COMPAT |