The patch titled
restore missing sysfs max_cstate attr
has been added to the -mm tree. Its filename is
restore-missing-sysfs-max_cstate-attr.patch
*** Remember to use Documentation/SubmitChecklist when testing your code ***
See http://www.zip.com.au/~akpm/linux/patches/stuff/added-to-mm.txt to find
out what to do about this
------------------------------------------------------
Subject: restore missing sysfs max_cstate attr
From: Mark Lord <[EMAIL PROTECTED]>
Restore visibility of /sys/module/processor/parameters/max_cstate
for compatibility with kernels prior to 2.6.24.
Signed-off-by: Mark Lord <[EMAIL PROTECTED]>
Cc: Len Brown <[EMAIL PROTECTED]>
Cc: "Rafael J. Wysocki" <[EMAIL PROTECTED]>
Cc: Venkatesh Pallipadi <[EMAIL PROTECTED]>
Cc: Adam Belay <[EMAIL PROTECTED]>
Signed-off-by: Andrew Morton <[EMAIL PROTECTED]>
---
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 [EMAIL PROTECTED] 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 [EMAIL PROTECTED]
More majordomo info at http://vger.kernel.org/majordomo-info.html