summaryrefslogtreecommitdiffstats
path: root/arch/tile/kernel/compat_signal.c
diff options
context:
space:
mode:
authorChris Metcalf <cmetcalf@tilera.com>2010-08-13 14:24:22 +0200
committerChris Metcalf <cmetcalf@tilera.com>2010-08-13 14:24:22 +0200
commit749dc6f252b57d5cb9c1f4c1c4aafe4c92a28207 (patch)
tree1728f62b00935ecf9ac16bd9e3871f9d0e7ad75c /arch/tile/kernel/compat_signal.c
parentarch/tile: correct a bug in freeing bootmem by VA for the optional second ini... (diff)
downloadlinux-749dc6f252b57d5cb9c1f4c1c4aafe4c92a28207.tar.xz
linux-749dc6f252b57d5cb9c1f4c1c4aafe4c92a28207.zip
arch/tile: Use separate, better minsec values for clocksource and sched_clock.
We were using the same 5-sec minsec for the clocksource and sched_clock that we were using for the clock_event_device. For the clock_event_device that's exactly right since it has a short maximum countdown time. But for sched_clock we want to avoid wraparound when converting from ticks to nsec over a much longer window, so we force a shift of 10. And for clocksource it seems dodgy to use a 5-sec minsec as well, so we copy some other platforms and force a shift of 22. Signed-off-by: Chris Metcalf <cmetcalf@tilera.com>
Diffstat (limited to 'arch/tile/kernel/compat_signal.c')
0 files changed, 0 insertions, 0 deletions