commit | 4912cf04b202a9d0bdc4082ecb9247943584450d | [log] [tgz] |
---|---|---|
author | Tony Lindgren <tony@atomide.com> | Tue Jan 18 17:00:00 2011 -0800 |
committer | Tony Lindgren <tony@atomide.com> | Wed Jan 19 10:38:46 2011 -0800 |
tree | c22e7673e441cb03aabd894e606e1e53df16f6d1 | |
parent | 05b5ca9b100300c8b98429962071aa66c5d2460e [diff] |
omap1: Fix sched_clock implementation when both MPU timer and 32K timer are used Earlier patches select HAVE_SCHED_CLOCK for omaps. To have working sched_clock also for MPU timer, we need to implement it in a way where the right one gets selected during the runtime. Signed-off-by: Tony Lindgren <tony@atomide.com>