diff options
author | Deng-Cheng Zhu <dengcheng.zhu@imgtec.com> | 2015-03-07 13:30:21 -0500 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2015-04-01 11:21:25 -0400 |
commit | bb877e96bea1f411106bdc639ce6858095775c3a (patch) | |
tree | f37ab7d77bae10181e19443b8edfd8d0e880a0c1 /arch/mips/Kconfig | |
parent | e2093c7b03c116238dd8e36bdbe03fff97e1cae9 (diff) |
MIPS: Add support for full dynticks CPU time accounting
With the correct cmpxchg64 on 32-bit platforms, we can now add the config
HAVE_VIRT_CPU_ACCOUNTING_GEN into arch/mips/Kconfig.
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/9475/
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips/Kconfig')
-rw-r--r-- | arch/mips/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/mips/Kconfig b/arch/mips/Kconfig index 859fe30f48e7..17983ace15f3 100644 --- a/arch/mips/Kconfig +++ b/arch/mips/Kconfig | |||
@@ -55,6 +55,7 @@ config MIPS | |||
55 | select ARCH_HAS_TICK_BROADCAST if GENERIC_CLOCKEVENTS_BROADCAST | 55 | select ARCH_HAS_TICK_BROADCAST if GENERIC_CLOCKEVENTS_BROADCAST |
56 | select ARCH_BINFMT_ELF_STATE | 56 | select ARCH_BINFMT_ELF_STATE |
57 | select SYSCTL_EXCEPTION_TRACE | 57 | select SYSCTL_EXCEPTION_TRACE |
58 | select HAVE_VIRT_CPU_ACCOUNTING_GEN | ||
58 | 59 | ||
59 | menu "Machine selection" | 60 | menu "Machine selection" |
60 | 61 | ||