The patch titled restore missing sysfs max_cstate attr has been removed from the -mm tree. Its filename was restore-missing-sysfs-max_cstate-attr.patch This patch was dropped because it is obsolete ------------------------------------------------------ Subject: restore missing sysfs max_cstate attr From: Mark Lord <lkml@xxxxxx> Restore visibility of /sys/module/processor/parameters/max_cstate for compatibility with kernels prior to 2.6.24. Signed-off-by: Mark Lord <mlord@xxxxxxxxx> Cc: Len Brown <lenb@xxxxxxxxxx> Cc: "Rafael J. Wysocki" <rjw@xxxxxxx> Cc: Venkatesh Pallipadi <venkatesh.pallipadi@xxxxxxxxx> Cc: Adam Belay <abelay@xxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- acpi/processor_idle.c.orig | 0 drivers/acpi/processor_idle.c | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) diff -puN drivers/acpi/processor_idle.c~restore-missing-sysfs-max_cstate-attr drivers/acpi/processor_idle.c --- a/drivers/acpi/processor_idle.c~restore-missing-sysfs-max_cstate-attr +++ a/drivers/acpi/processor_idle.c @@ -76,7 +76,7 @@ static void (*pm_idle_save) (void) __rea #define PM_TIMER_TICKS_TO_US(p) (((p) * 1000)/(PM_TIMER_FREQUENCY/1000)) static unsigned int max_cstate __read_mostly = ACPI_PROCESSOR_MAX_POWER; -module_param(max_cstate, uint, 0000); +module_param(max_cstate, uint, 0644); static unsigned int nocst __read_mostly; module_param(nocst, uint, 0000); diff -puN drivers/acpi/processor_idle.c.orig~restore-missing-sysfs-max_cstate-attr drivers/acpi/processor_idle.c.orig _ Patches currently in -mm which might be from lkml@xxxxxx are rtc-dont-write-rtc-century-when-setting-a-wake-alarm.patch pcie-fix-double-initialization-bug.patch restore-missing-sysfs-max_cstate-attr.patch - To unsubscribe from this list: send the line "unsubscribe mm-commits" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html