Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 860f7be2 authored by David Howells's avatar David Howells Committed by Linus Torvalds
Browse files

MN10300: define HZ as a config option



Define HZ as a config option.

Signed-off-by: default avatarDavid Howells <dhowells@redhat.com>
Signed-off-by: default avatarAndrew Morton <akpm@linux-foundation.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
parent 1a823ac9
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -63,6 +63,10 @@ config GENERIC_HARDIRQS
config HOTPLUG_CPU
	def_bool n

config HZ
	int
	default 1000

mainmenu "Matsushita MN10300/AM33 Kernel Configuration"

source "init/Kconfig"
+1 −1
Original line number Diff line number Diff line
@@ -12,7 +12,7 @@
#define _ASM_PARAM_H

#ifdef __KERNEL__
#define HZ		1000		/* Internal kernel timer frequency */
#define HZ		CONFIG_HZ	/* Internal kernel timer frequency */
#define USER_HZ		100		/* .. some user interfaces are in
					 * "ticks" */
#define CLOCKS_PER_SEC	(USER_HZ)	/* like times() */