The patch titled provide tickadj define has been removed from the -mm tree. Its filename is provide-tickadj-define.patch This patch was dropped because it was merged into mainline or a subsystem tree ------------------------------------------------------ Subject: provide tickadj define From: Roman Zippel <zippel@xxxxxxxxxxxxxx> Provide a tickadj compatibility define for archs still using it. Signed-off-by: Roman Zippel <zippel@xxxxxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxx> --- include/linux/timex.h | 3 +++ 1 file changed, 3 insertions(+) diff -puN include/linux/timex.h~provide-tickadj-define include/linux/timex.h --- a/include/linux/timex.h~provide-tickadj-define +++ a/include/linux/timex.h @@ -293,6 +293,9 @@ extern void second_overflow(void); extern void update_ntp_one_tick(void); extern int do_adjtimex(struct timex *); +/* Don't use! Compatibility define for existing users. */ +#define tickadj (500/HZ ? : 1) + #endif /* KERNEL */ #endif /* LINUX_TIMEX_H */ _ Patches currently in -mm which might be from zippel@xxxxxxxxxxxxxx are origin.patch w1-kconfig-fix.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