The patch titled MN10300: define HZ as a config option has been removed from the -mm tree. Its filename was mn10300-define-hz-as-a-config-option.patch This patch was dropped because it was merged into mainline or a subsystem tree The current -mm tree may be found at http://userweb.kernel.org/~akpm/mmotm/ ------------------------------------------------------ Subject: MN10300: define HZ as a config option From: David Howells <dhowells@xxxxxxxxxx> Define HZ as a config option. Signed-off-by: David Howells <dhowells@xxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- arch/mn10300/Kconfig | 4 ++++ include/asm-mn10300/param.h | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff -puN arch/mn10300/Kconfig~mn10300-define-hz-as-a-config-option arch/mn10300/Kconfig --- a/arch/mn10300/Kconfig~mn10300-define-hz-as-a-config-option +++ a/arch/mn10300/Kconfig @@ -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" diff -puN include/asm-mn10300/param.h~mn10300-define-hz-as-a-config-option include/asm-mn10300/param.h --- a/include/asm-mn10300/param.h~mn10300-define-hz-as-a-config-option +++ a/include/asm-mn10300/param.h @@ -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() */ _ Patches currently in -mm which might be from dhowells@xxxxxxxxxx are git-unionfs.patch ntp-make-the-kernel-ntp-code-hand-64-bit-unsigned-values-to-do_div.patch keys-increase-the-payload-size-when-instantiating-a-key.patch keys-check-starting-keyring-as-part-of-search.patch keys-allow-the-callout-data-to-be-passed-as-a-blob-rather-than-a-string.patch keys-add-keyctl-function-to-get-a-security-label.patch procfs-task-exe-symlink.patch procfs-task-exe-symlink-fix.patch procfs-task-exe-symlink-fix-2.patch mutex-subsystem-synchro-test-module.patch - To unsubscribe from this list: send the line "unsubscribe mm-commits" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html