From: Konrad Rzeszutek Wilk Date: Tue, 2 Oct 2012 14:43:28 +0000 (-0400) Subject: config: Detect hung task and don't compile for inlining. X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=b8f0c4dab249fc0e58c4f871089aa91b77009276;p=xentesttools%2Fbootstrap.git config: Detect hung task and don't compile for inlining. Signed-off-by: Konrad Rzeszutek Wilk --- diff --git a/linux.config b/linux.config index 0d33833..e8b1e25 100644 --- a/linux.config +++ b/linux.config @@ -544,7 +544,7 @@ CONFIG_USB_MOUSE=m # CONFIG_EXT3_DEFAULTS_TO_ORDERED is not set # # -# CONFIG_DETECT_HUNG_TASK is not set +CONFIG_DETECT_HUNG_TASK=y # CONFIG_EVENT_TRACER is not set # CONFIG_FTRACE_SYSCALLS is not set # CONFIG_KMEMTRACE is not set @@ -875,3 +875,5 @@ CONFIG_MACVLAN=y CONFIG_BRIDGE_IGMP_SNOOPING=y CONFIG_MEMORY_HOTPLUG=y CONFIG_SPARSEMEM_VMEMMAP=y + +# CONFIG_CC_OPTIMIZE_FOR_SIZE is not set