diff options
| author | Thomas Gleixner <tglx@linutronix.de> | 2020-02-27 16:05:05 +0100 |
|---|---|---|
| committer | Thomas Gleixner <tglx@linutronix.de> | 2020-02-27 16:05:05 +0100 |
| commit | e4970c9c54d7cb4edc24d82ed27aef69aaf593de (patch) | |
| tree | fe04ddea22c344d58ae4d7a6e6e276521af910d5 /arch/mips | |
| parent | bb6d3fb354c5ee8d6bde2d576eb7220ea09862b9 (diff) | |
| parent | 320a4fc2d1b0c2314342dfdd3348270f126196a4 (diff) | |
| download | linux-next-e4970c9c54d7cb4edc24d82ed27aef69aaf593de.tar.gz linux-next-e4970c9c54d7cb4edc24d82ed27aef69aaf593de.zip | |
Merge branch 'arch/nohz' of git://git.kernel.org/pub/scm/linux/kernel/git/frederic/linux-dynticks into timers/nohz
Pull NOHZ updates from Frederic Weisbecker:
- Remove TIF_NOHZ from 3 architectures
Diffstat (limited to 'arch/mips')
| -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 797d7f1ad5fe..2589d4760e45 100644 --- a/arch/mips/Kconfig +++ b/arch/mips/Kconfig @@ -51,6 +51,7 @@ config MIPS select HAVE_ASM_MODVERSIONS select HAVE_CBPF_JIT if !64BIT && !CPU_MICROMIPS select HAVE_CONTEXT_TRACKING + select HAVE_TIF_NOHZ select HAVE_COPY_THREAD_TLS select HAVE_C_RECORDMCOUNT select HAVE_DEBUG_KMEMLEAK |
