sched: Fix hrtick_start() on UP
authorWanpeng Li <wanpeng.li@linux.intel.com>
Wed, 26 Nov 2014 00:44:06 +0000 (08:44 +0800)
committerIngo Molnar <mingo@kernel.org>
Wed, 4 Feb 2015 06:52:28 +0000 (07:52 +0100)
commit868933359a3bdda25b562e9d41bce7071edc1b08
treeaf8aafb7fce81a7ea1681bd3c41eddcd927fc89c
parent75381608e8410a72ae8b4080849dc86b472c01fb
sched: Fix hrtick_start() on UP

The commit 177ef2a6315e ("sched/deadline: Fix a precision problem in
the microseconds range") forgot to change the UP version of
hrtick_start(), do so now.

Signed-off-by: Wanpeng Li <wanpeng.li@linux.intel.com>
Fixes: 177ef2a6315e ("sched/deadline: Fix a precision problem in the microseconds range")
[ Fixed the changelog. ]
Signed-off-by: Peter Zijlstra (Intel) <peterz@infradead.org>
Cc: Juri Lelli <juri.lelli@arm.com>
Cc: Kirill Tkhai <ktkhai@parallels.com>
Cc: Linus Torvalds <torvalds@linux-foundation.org>
Link: http://lkml.kernel.org/r/1416962647-76792-7-git-send-email-wanpeng.li@linux.intel.com
Signed-off-by: Ingo Molnar <mingo@kernel.org>
kernel/sched/core.c