tick: Fixup more fallout from hrtimer broadcast mode
authorPreeti U Murthy <preeti@linux.vnet.ibm.com>
Sun, 9 Feb 2014 06:02:22 +0000 (11:32 +0530)
committerThomas Gleixner <tglx@linutronix.de>
Sun, 9 Feb 2014 14:11:47 +0000 (15:11 +0100)
commit849401b66d305f3feb75b6db7459b95ad190552a
treed70fbf4ee82d106f700edf54547da69849e1a7f0
parentf1689bb7abec8e2e670d8ad11eaa86d54bad8cfd
tick: Fixup more fallout from hrtimer broadcast mode

The hrtimer mode of broadcast is supported only when
GENERIC_CLOCKEVENTS_BROADCAST and TICK_ONESHOT config options
are enabled. Hence compile in the functions for hrtimer mode
of broadcast only when these options are selected.
Also fix max_delta_ticks value for the pseudo clock device.

Reported-by: Fengguang Wu <fengguang.wu@intel.com>
Reported-by: Ingo Molnar <mingo@kernel.org>
Signed-off-by: Preeti U Murthy <preeti@linux.vnet.ibm.com>
Link: http://lkml.kernel.org/r/52F719EE.9010304@linux.vnet.ibm.com
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
include/linux/clockchips.h
kernel/time/Makefile
kernel/time/tick-broadcast-hrtimer.c