Message ID | CANMBJr4T5T6tFM+SPs9btc_qBRdMPL0QA4R_d1XXk7VBDqq_MA@mail.gmail.com |
---|---|
State | New |
Headers | show |
On 3 April 2015 at 07:24, Peter Zijlstra <peterz@infradead.org> wrote: > On Fri, Apr 03, 2015 at 01:07:19PM +0200, Rafael J. Wysocki wrote: >> Peter, I'm assiming that you'll make sure this goes into tip/timers/core. > > I'll double check, but I think Ingo did a similar thing when he applied > your patches. Fix has been included next-20150407, this build regression is resolved[0]. Thanks, Tyler [0] http://kernelci.org/build/next/kernel/next-20150407/ -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
diff --git a/kernel/time/tick-internal.h b/kernel/time/tick-internal.h index 2a1563a..e332bb4 100644 --- a/kernel/time/tick-internal.h +++ b/kernel/time/tick-internal.h @@ -81,6 +81,7 @@ static inline int tick_check_oneshot_change(int allow_nohz) { return 0; } #endif /* !TICK_ONESHOT */ /* Broadcasting support */ +#ifdef CONFIG_GENERIC_CLOCKEVENTS #ifdef CONFIG_GENERIC_CLOCKEVENTS_BROADCAST extern int tick_device_uses_broadcast(struct clock_event_device *dev, int cpu);