Commit c7e99fc7 authored by Thomas Gleixner's avatar Thomas Gleixner

clockevents: Define CS_NAME_LEN unconditionally

Unbreak architectures which do not use clockevents, but require to
build some of the core timekeeping infrastructure
Reported-by: default avatarIngo Molnar <mingo@kernel.org>
Signed-off-by: default avatarThomas Gleixner <tglx@linutronix.de>
parent 03e13cf5
...@@ -6,13 +6,13 @@ ...@@ -6,13 +6,13 @@
extern seqlock_t jiffies_lock; extern seqlock_t jiffies_lock;
#define CS_NAME_LEN 32
#ifdef CONFIG_GENERIC_CLOCKEVENTS_BUILD #ifdef CONFIG_GENERIC_CLOCKEVENTS_BUILD
#define TICK_DO_TIMER_NONE -1 #define TICK_DO_TIMER_NONE -1
#define TICK_DO_TIMER_BOOT -2 #define TICK_DO_TIMER_BOOT -2
#define CS_NAME_LEN 32
DECLARE_PER_CPU(struct tick_device, tick_cpu_device); DECLARE_PER_CPU(struct tick_device, tick_cpu_device);
extern ktime_t tick_next_period; extern ktime_t tick_next_period;
extern ktime_t tick_period; extern ktime_t tick_period;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment