powertop kernels: re-disable debug flags enabled by default

svn path=/nixpkgs/trunk/; revision=29830
This commit is contained in:
Florian Friesdorf 2011-10-13 18:30:55 +00:00
parent 85c97efc50
commit dbdcb3fad4

View File

@ -5554,6 +5554,14 @@ let
PM_RUNTIME y PM_RUNTIME y
TIMER_STATS y TIMER_STATS y
USB_SUSPEND y USB_SUSPEND y
BACKTRACE_SELF_TEST n
CPU_NOTIFIER_ERROR_INJECT n
DEBUG_DEVRES n
DEBUG_NX_TEST n
DEBUG_STACK_USAGE n
DEBUG_STACKOVERFLOW n
RCU_TORTURE_TEST n
SCHEDSTATS n
''; '';
}; };
@ -5575,6 +5583,14 @@ let
PM_RUNTIME y PM_RUNTIME y
TIMER_STATS y TIMER_STATS y
USB_SUSPEND y USB_SUSPEND y
BACKTRACE_SELF_TEST n
CPU_NOTIFIER_ERROR_INJECT n
DEBUG_DEVRES n
DEBUG_NX_TEST n
DEBUG_STACK_USAGE n
DEBUG_STACKOVERFLOW n
RCU_TORTURE_TEST n
SCHEDSTATS n
''; '';
}; };
@ -5596,6 +5612,14 @@ let
PM_RUNTIME y PM_RUNTIME y
TIMER_STATS y TIMER_STATS y
USB_SUSPEND y USB_SUSPEND y
BACKTRACE_SELF_TEST n
CPU_NOTIFIER_ERROR_INJECT n
DEBUG_DEVRES n
DEBUG_NX_TEST n
DEBUG_STACK_USAGE n
DEBUG_STACKOVERFLOW n
RCU_TORTURE_TEST n
SCHEDSTATS n
''; '';
}; };