Home
last modified time | relevance | path

Searched hist:"3872 c48b" (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/kernel/time/
H A DKconfig3872c48b Sat Mar 31 05:45:43 CDT 2012 Thomas Gleixner <tglx@linutronix.de> tick: Document TICK_ONESHOT config option

This option has been selected from arch code as it was assumed that
it's necessary to support oneshot mode clockevent devices. But it's
just a core internal helper to compile tick-oneshot.c if NOHZ or
HIG_RES_TIMERS are selected.

Reported-by: Russell King <rmk+kernel@arm.linux.org.uk>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
3872c48b Sat Mar 31 05:45:43 CDT 2012 Thomas Gleixner <tglx@linutronix.de> tick: Document TICK_ONESHOT config option

This option has been selected from arch code as it was assumed that
it's necessary to support oneshot mode clockevent devices. But it's
just a core internal helper to compile tick-oneshot.c if NOHZ or
HIG_RES_TIMERS are selected.

Reported-by: Russell King <rmk+kernel@arm.linux.org.uk>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
/openbmc/linux/arch/arm/
H A DKconfig98fab064 Wed Apr 25 06:51:07 CDT 2012 Russell King <rmk+kernel@arm.linux.org.uk> ARM: Remove unnecessary selection of TICK_ONESHOT

In 3872c48b (tick: Document TICK_ONESHOT config option) Thomas describes
the circumstances under which TICK_ONESHOT should be selected. This is
an internal time keeping configuration symbol which should not be
selected by platform or arch code. So remove our select statements for
it.

This kills these warnings in OMAP builds:

kernel/time/tick-sched.c:47: warning: 'tick_do_update_jiffies64' defined but not used
kernel/time/tick-sched.c:89: warning: 'tick_init_jiffy_update' defined but not used

Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
98fab064 Wed Apr 25 06:51:07 CDT 2012 Russell King <rmk+kernel@arm.linux.org.uk> ARM: Remove unnecessary selection of TICK_ONESHOT

In 3872c48b (tick: Document TICK_ONESHOT config option) Thomas describes
the circumstances under which TICK_ONESHOT should be selected. This is
an internal time keeping configuration symbol which should not be
selected by platform or arch code. So remove our select statements for
it.

This kills these warnings in OMAP builds:

kernel/time/tick-sched.c:47: warning: 'tick_do_update_jiffies64' defined but not used
kernel/time/tick-sched.c:89: warning: 'tick_init_jiffy_update' defined but not used

Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>