Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 8df042e8 authored by Len Brown's avatar Len Brown
Browse files

Pull bugzilla-9683 into release branch

parents 45621201 5b3f0e6c
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -76,7 +76,11 @@ static void (*pm_idle_save) (void) __read_mostly;
#define PM_TIMER_TICKS_TO_US(p)		(((p) * 1000)/(PM_TIMER_FREQUENCY/1000))

static unsigned int max_cstate __read_mostly = ACPI_PROCESSOR_MAX_POWER;
#ifdef CONFIG_CPU_IDLE
module_param(max_cstate, uint, 0000);
#else
module_param(max_cstate, uint, 0644);
#endif
static unsigned int nocst __read_mostly;
module_param(nocst, uint, 0000);