lkml.org 
[lkml]   [2014]   [Sep]   [4]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    From
    Subject[PATCH 02/19] smart: add config option for SMART-related code
    Date
    From: Roman Gushchin <klamm@yandex-team.ru>

    All the SMART-related code will use CONFIG_SMART config option.

    Signed-off-by: Roman Gushchin <klamm@yandex-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


    \
     
     \ /
      Last update: 2014-09-04 18:41    [W:4.341 / U:0.016 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site