diff options
Diffstat (limited to 'kernel')
| -rw-r--r-- | kernel/time/Kconfig | 6 | ||||
| -rw-r--r-- | kernel/time/Makefile | 6 | ||||
| -rw-r--r-- | kernel/time/clockevents.c | 3 | ||||
| -rw-r--r-- | kernel/time/tick-internal.h | 4 |
4 files changed, 4 insertions, 15 deletions
diff --git a/kernel/time/Kconfig b/kernel/time/Kconfig index d626dc98e8df..579ce1b929af 100644 --- a/kernel/time/Kconfig +++ b/kernel/time/Kconfig | |||
| @@ -33,12 +33,6 @@ config ARCH_USES_GETTIMEOFFSET | |||
| 33 | config GENERIC_CLOCKEVENTS | 33 | config GENERIC_CLOCKEVENTS |
| 34 | bool | 34 | bool |
| 35 | 35 | ||
| 36 | # Migration helper. Builds, but does not invoke | ||
| 37 | config GENERIC_CLOCKEVENTS_BUILD | ||
| 38 | bool | ||
| 39 | default y | ||
| 40 | depends on GENERIC_CLOCKEVENTS | ||
| 41 | |||
| 42 | # Architecture can handle broadcast in a driver-agnostic way | 36 | # Architecture can handle broadcast in a driver-agnostic way |
| 43 | config ARCH_HAS_TICK_BROADCAST | 37 | config ARCH_HAS_TICK_BROADCAST |
| 44 | bool | 38 | bool |
diff --git a/kernel/time/Makefile b/kernel/time/Makefile index c09c07817d7a..01f0312419b3 100644 --- a/kernel/time/Makefile +++ b/kernel/time/Makefile | |||
| @@ -2,15 +2,13 @@ obj-y += time.o timer.o hrtimer.o itimer.o posix-timers.o posix-cpu-timers.o | |||
| 2 | obj-y += timekeeping.o ntp.o clocksource.o jiffies.o timer_list.o | 2 | obj-y += timekeeping.o ntp.o clocksource.o jiffies.o timer_list.o |
| 3 | obj-y += timeconv.o timecounter.o posix-clock.o alarmtimer.o | 3 | obj-y += timeconv.o timecounter.o posix-clock.o alarmtimer.o |
| 4 | 4 | ||
| 5 | obj-$(CONFIG_GENERIC_CLOCKEVENTS_BUILD) += clockevents.o | 5 | obj-$(CONFIG_GENERIC_CLOCKEVENTS) += clockevents.o tick-common.o |
| 6 | obj-$(CONFIG_GENERIC_CLOCKEVENTS) += tick-common.o | ||
| 7 | ifeq ($(CONFIG_GENERIC_CLOCKEVENTS_BROADCAST),y) | 6 | ifeq ($(CONFIG_GENERIC_CLOCKEVENTS_BROADCAST),y) |
| 8 | obj-y += tick-broadcast.o | 7 | obj-y += tick-broadcast.o |
| 9 | obj-$(CONFIG_TICK_ONESHOT) += tick-broadcast-hrtimer.o | 8 | obj-$(CONFIG_TICK_ONESHOT) += tick-broadcast-hrtimer.o |
| 10 | endif | 9 | endif |
| 11 | obj-$(CONFIG_GENERIC_SCHED_CLOCK) += sched_clock.o | 10 | obj-$(CONFIG_GENERIC_SCHED_CLOCK) += sched_clock.o |
| 12 | obj-$(CONFIG_TICK_ONESHOT) += tick-oneshot.o | 11 | obj-$(CONFIG_TICK_ONESHOT) += tick-oneshot.o tick-sched.o |
| 13 | obj-$(CONFIG_TICK_ONESHOT) += tick-sched.o | ||
| 14 | obj-$(CONFIG_TIMER_STATS) += timer_stats.o | 12 | obj-$(CONFIG_TIMER_STATS) += timer_stats.o |
| 15 | obj-$(CONFIG_DEBUG_FS) += timekeeping_debug.o | 13 | obj-$(CONFIG_DEBUG_FS) += timekeeping_debug.o |
| 16 | obj-$(CONFIG_TEST_UDELAY) += test_udelay.o | 14 | obj-$(CONFIG_TEST_UDELAY) += test_udelay.o |
diff --git a/kernel/time/clockevents.c b/kernel/time/clockevents.c index 73689df1e4b8..3531beecbe95 100644 --- a/kernel/time/clockevents.c +++ b/kernel/time/clockevents.c | |||
| @@ -645,7 +645,6 @@ void clockevents_resume(void) | |||
| 645 | dev->resume(dev); | 645 | dev->resume(dev); |
| 646 | } | 646 | } |
| 647 | 647 | ||
| 648 | #ifdef CONFIG_GENERIC_CLOCKEVENTS | ||
| 649 | /** | 648 | /** |
| 650 | * clockevents_notify - notification about relevant events | 649 | * clockevents_notify - notification about relevant events |
| 651 | * Returns 0 on success, any other value on error | 650 | * Returns 0 on success, any other value on error |
| @@ -831,5 +830,3 @@ static int __init clockevents_init_sysfs(void) | |||
| 831 | } | 830 | } |
| 832 | device_initcall(clockevents_init_sysfs); | 831 | device_initcall(clockevents_init_sysfs); |
| 833 | #endif /* SYSFS */ | 832 | #endif /* SYSFS */ |
| 834 | |||
| 835 | #endif /* GENERIC_CLOCK_EVENTS */ | ||
diff --git a/kernel/time/tick-internal.h b/kernel/time/tick-internal.h index 98700e4a2000..c7b75bec27f2 100644 --- a/kernel/time/tick-internal.h +++ b/kernel/time/tick-internal.h | |||
| @@ -10,7 +10,7 @@ extern seqlock_t jiffies_lock; | |||
| 10 | 10 | ||
| 11 | #define CS_NAME_LEN 32 | 11 | #define CS_NAME_LEN 32 |
| 12 | 12 | ||
| 13 | #ifdef CONFIG_GENERIC_CLOCKEVENTS_BUILD | 13 | #ifdef CONFIG_GENERIC_CLOCKEVENTS |
| 14 | 14 | ||
| 15 | #define TICK_DO_TIMER_NONE -1 | 15 | #define TICK_DO_TIMER_NONE -1 |
| 16 | #define TICK_DO_TIMER_BOOT -2 | 16 | #define TICK_DO_TIMER_BOOT -2 |
| @@ -167,7 +167,7 @@ static inline int tick_device_is_functional(struct clock_event_device *dev) | |||
| 167 | 167 | ||
| 168 | int __clockevents_update_freq(struct clock_event_device *dev, u32 freq); | 168 | int __clockevents_update_freq(struct clock_event_device *dev, u32 freq); |
| 169 | 169 | ||
| 170 | #endif | 170 | #endif /* GENERIC_CLOCKEVENTS */ |
| 171 | 171 | ||
| 172 | extern void do_timer(unsigned long ticks); | 172 | extern void do_timer(unsigned long ticks); |
| 173 | extern void update_wall_time(void); | 173 | extern void update_wall_time(void); |
