]> git.baikalelectronics.ru Git - kernel.git/commit
MIPS: Add SCHED_HRTICK support
authorDeng-Cheng Zhu <dengcheng.zhu@imgtec.com>
Sat, 7 Mar 2015 18:30:19 +0000 (10:30 -0800)
committerRalf Baechle <ralf@linux-mips.org>
Wed, 1 Apr 2015 15:21:25 +0000 (17:21 +0200)
commitaa7f2f439a549524aa7763933f9c0c3c9ccd218a
treeb566114f5f644de6b2ee61dabf9a81119dd40e3b
parent89953b4318520ec97d51d28396a8c762bad34ca1
MIPS: Add SCHED_HRTICK support

We have HIGH_RES_TIMERS to support SCHED_HRTICK. But SCHED_HRTICK is in
kernel/Kconfig.hz where HZ values unsuitable for MIPS are defined. So we
simply add this config in arch/mips/Kconfig as opposed to including the
whole kernel/Kconfig.hz.

Signed-off-by: Deng-Cheng Zhu <dengcheng.zhu@imgtec.com>
Cc: linux-mips@linux-mips.org
Cc: macro@linux-mips.org
Patchwork: https://patchwork.linux-mips.org/patch/9473/
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
arch/mips/Kconfig