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

Commit 7236e978 authored by Roman Zippel's avatar Roman Zippel Committed by Linus Torvalds
Browse files

[PATCH] provide tickadj define



Provide a tickadj compatibility define for archs still using it.

Signed-off-by: default avatarRoman Zippel <zippel@linux-m68k.org>
Signed-off-by: default avatarAndrew Morton <akpm@osdl.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@osdl.org>
parent 7f7bbbe5
Loading
Loading
Loading
Loading
+3 −0
Original line number Original line Diff line number Diff line
@@ -293,6 +293,9 @@ extern void second_overflow(void);
extern void update_ntp_one_tick(void);
extern void update_ntp_one_tick(void);
extern int do_adjtimex(struct timex *);
extern int do_adjtimex(struct timex *);


/* Don't use! Compatibility define for existing users. */
#define tickadj	(500/HZ ? : 1)

#endif /* KERNEL */
#endif /* KERNEL */


#endif /* LINUX_TIMEX_H */
#endif /* LINUX_TIMEX_H */