Commit dbdcb3fa authored by Florian Friesdorf's avatar Florian Friesdorf
Browse files

powertop kernels: re-disable debug flags enabled by default

svn path=/nixpkgs/trunk/; revision=29830
parent 85c97efc
Loading
Loading
Loading
Loading
+24 −0
Original line number Diff line number Diff line
@@ -5554,6 +5554,14 @@ let
        PM_RUNTIME y
        TIMER_STATS 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
        TIMER_STATS 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
        TIMER_STATS 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
    '';
  };