Hi John,
On Wed, Jul 17, 2013 at 11:57:32AM -0700, John Stultz wrote:On 07/17/2013 03:05 AM, Baruch Siach wrote:This would add jiffies.c and all the tick-* files that are currently coveredSigned-off-by: Baruch Siach <baruch@xxxxxxxxxx>It seems like we could probably simplify this bit to kernel/time/*, no?
---
MAINTAINERS | 2 ++
1 file changed, 2 insertions(+)
diff --git a/MAINTAINERS b/MAINTAINERS
index bf61e04..bd9616a 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -7129,6 +7129,7 @@ M: Thomas Gleixner <tglx@xxxxxxxxxxxxx>
T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
S: Supported
F: include/linux/clocksource.h
+F: include/linux/sched_clock.h
F: include/linux/time.h
F: include/linux/timex.h
F: include/uapi/linux/time.h
@@ -7136,6 +7137,7 @@ F: include/uapi/linux/timex.h
F: kernel/time/clocksource.c
F: kernel/time/time*.c
F: kernel/time/ntp.c
+F: kernel/time/sched_clock.c
by the "HIGH-RESOLUTION TIMERS, CLOCKEVENTS, DYNTICKS" section.