lkml.org 
[lkml]   [2013]   [Dec]   [30]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
Subject[PATCH 06/12] x86 Kconfig: scheduler options
From
Date

From: Dave Hansen <dave.hansen@linux.intel.com>

These are a few architecture-specific options that affect the
scheduler. Group them together.

Signed-off-by: Dave Hansen <dave.hansen@linux.intel.com>
---

linux.git-davehans/arch/x86/Kconfig | 28 ++++++++++++++++------------
1 file changed, 16 insertions(+), 12 deletions(-)

diff -puN arch/x86/Kconfig~x86-scheduler-options arch/x86/Kconfig
--- linux.git/arch/x86/Kconfig~x86-scheduler-options 2013-12-30 10:37:45.108228650 -0800
+++ linux.git-davehans/arch/x86/Kconfig 2013-12-30 10:37:45.112228830 -0800
@@ -1100,18 +1100,6 @@ config X86_32_IRIS

If unused, say N.

-config SCHED_OMIT_FRAME_POINTER
- def_bool y
- prompt "Single-depth WCHAN output"
- depends on X86
- ---help---
- Calculate simpler /proc/<PID>/wchan values. If this option
- is disabled then wchan values will recurse back to the
- caller function. This provides more accurate wchan values,
- at the expense of slightly more scheduling overhead.
-
- If in doubt, say "Y".
-
menuconfig HYPERVISOR_GUEST
bool "Linux guest support"
---help---
@@ -1327,6 +1315,8 @@ config IOMMU_HELPER
def_bool y
depends on CALGARY_IOMMU || GART_IOMMU || SWIOTLB || AMD_IOMMU

+menu "x86 Scheduler Options"
+
config SCHED_SMT
bool "SMT (Hyperthreading) scheduler support"
depends on X86_HT
@@ -1345,6 +1335,20 @@ config SCHED_MC
making when dealing with multi-core CPU chips at a cost of slightly
increased overhead in some places. If unsure say N here.

+config SCHED_OMIT_FRAME_POINTER
+ def_bool y
+ prompt "Single-depth WCHAN output"
+ depends on X86
+ ---help---
+ Calculate simpler /proc/<PID>/wchan values. If this option
+ is disabled then wchan values will recurse back to the
+ caller function. This provides more accurate wchan values,
+ at the expense of slightly more scheduling overhead.
+
+ If in doubt, say "Y".
+
+endmenu # x86 Scheduler Options
+
source "kernel/Kconfig.preempt"

config X86_UP_APIC
_

\
 
 \ /
  Last update: 2013-12-30 20:21    [W:0.156 / U:2.044 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site