Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1636251 > unrolled thread

[PATCH 1/2] ARM: at91/defconfig: make system tickless when idle

Started byQuentin Schulz <quentin.schulz@free-electrons.com>
First post2017-05-05 10:50 +0200
Last post2017-05-05 10:50 +0200
Articles 1 — 1 participant

Back to article view | Back to linux.kernel


Contents

  [PATCH 1/2] ARM: at91/defconfig: make system tickless when idle Quentin Schulz <quentin.schulz@free-electrons.com> - 2017-05-05 10:50 +0200

#1636251 — [PATCH 1/2] ARM: at91/defconfig: make system tickless when idle

FromQuentin Schulz <quentin.schulz@free-electrons.com>
Date2017-05-05 10:50 +0200
Subject[PATCH 1/2] ARM: at91/defconfig: make system tickless when idle
Message-ID<tDH61-7L0-5@gated-at.bofh.it>
This makes Atmel sama5 platforms' system tickless when idle.

Signed-off-by: Quentin Schulz <quentin.schulz@free-electrons.com>
---
 arch/arm/configs/sama5_defconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/arch/arm/configs/sama5_defconfig b/arch/arm/configs/sama5_defconfig
index 777c9e986425..2e1f096c96cb 100644
--- a/arch/arm/configs/sama5_defconfig
+++ b/arch/arm/configs/sama5_defconfig
@@ -3,6 +3,7 @@
 CONFIG_SYSVIPC=y
 CONFIG_FHANDLE=y
 CONFIG_IRQ_DOMAIN_DEBUG=y
+CONFIG_NO_HZ_IDLE=y
 CONFIG_LOG_BUF_SHIFT=14
 CONFIG_CGROUPS=y
 CONFIG_BLK_DEV_INITRD=y
-- 
2.11.0

[toc] | [standalone]


Back to top | Article view | linux.kernel


csiph-web