[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <1409848265-17150-2-git-send-email-klamm@yandex-team.ru>
Date: Thu, 4 Sep 2014 20:30:48 +0400
From: klamm@...dex-team.ru
To: peterz@...radead.org, mingo@...hat.com,
linux-kernel@...r.kernel.org
Cc: stfomichev@...dex-team.ru, Roman Gushchin <klamm@...dex-team.ru>
Subject: [PATCH 02/19] smart: add config option for SMART-related code
From: Roman Gushchin <klamm@...dex-team.ru>
All the SMART-related code will use CONFIG_SMART config option.
Signed-off-by: Roman Gushchin <klamm@...dex-team.ru>
---
init/Kconfig | 11 +++++++++++
1 file changed, 11 insertions(+)
diff --git a/init/Kconfig b/init/Kconfig
index 5d6feba..98dd173 100644
--- a/init/Kconfig
+++ b/init/Kconfig
@@ -802,6 +802,17 @@ config NUMA_BALANCING
This system will be inactive on UMA systems.
+config SMART
+ bool "Enable SMART rt scheduler extension"
+ default y
+ depends on SMP
+ help
+ This option enables SMART (Simultaneous Multithreading-Aware Real-Time)
+ scheduler exitension. SMART allows efficiently use of real-time
+ scheduler for runtime tasks on modern multi-cores CPUs with
+ enabled hyper-threading.
+ Do not use for hard real-time purposes.
+
menuconfig CGROUPS
boolean "Control Group support"
depends on EVENTFD
--
1.9.3
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists