From mboxrd@z Thu Jan 1 00:00:00 1970 From: tglx@linutronix.de (Thomas Gleixner) Date: Sat, 23 Apr 2011 23:41:15 +0200 (CEST) Subject: [patch 03/16] arm: s5p: Use clocksource based sched_clock In-Reply-To: <4DB34591.7090605@codeaurora.org> References: <20110423205036.795894921@linutronix.de> <20110423205131.787423063@linutronix.de> <4DB34591.7090605@codeaurora.org> Message-ID: To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On Sat, 23 Apr 2011, Stephen Boyd wrote: > On 4/23/2011 1:54 PM, Thomas Gleixner wrote: > > struct clocksource time_clocksource = { > > .name = "s5p_clocksource_timer", > > .rating = 250, > > .read = s5p_timer_read, > > .mask = CLOCKSOURCE_MASK(32), > > - .flags = CLOCK_SOURCE_IS_CONTINUOUS, > > + .flags = CLOCK_SOURCE_IS_CONTINUOUS | CLOCKS_SOURCE_SCHED_CLOCK, > > Drop the extra 'S'. CLOCK_SOURCE_SCHED_CLOCK. Indeed