[merged] acpi-remove-acpi_sleep=s4_nonvs.patch removed from -mm tree

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



The patch titled
     acpi: remove acpi_sleep=s4_nonvs
has been removed from the -mm tree.  Its filename was
     acpi-remove-acpi_sleep=s4_nonvs.patch

This patch was dropped because it was merged into mainline or a subsystem tree

The current -mm tree may be found at http://userweb.kernel.org/~akpm/mmotm/

------------------------------------------------------
Subject: acpi: remove acpi_sleep=s4_nonvs
From: Amerigo Wang <amwang@xxxxxxxxxx>

acpi_sleep=s4_nonvs is superseded by acpi_sleep=nonvs.

Acked-by: Rafael J. Wysocki <rjw@xxxxxxx>
Signed-off-by: WANG Cong <amwang@xxxxxxxxxx>
Cc: Len Brown <len.brown@xxxxxxxxx>
Acked-by: Pavel Machek <pavel@xxxxxx>
Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx>
---

 Documentation/feature-removal-schedule.txt |    8 --------
 Documentation/kernel-parameters.txt        |    2 +-
 arch/x86/kernel/acpi/sleep.c               |    5 -----
 3 files changed, 1 insertion(+), 14 deletions(-)

diff -puN Documentation/feature-removal-schedule.txt~acpi-remove-acpi_sleep=s4_nonvs Documentation/feature-removal-schedule.txt
--- a/Documentation/feature-removal-schedule.txt~acpi-remove-acpi_sleep=s4_nonvs
+++ a/Documentation/feature-removal-schedule.txt
@@ -439,14 +439,6 @@ Who:	Thomas Gleixner <tglx@xxxxxxxxxxxxx
 
 ----------------------------
 
-What:	The acpi_sleep=s4_nonvs command line option
-When:	2.6.37
-Files:	arch/x86/kernel/acpi/sleep.c
-Why:	superseded by acpi_sleep=nonvs
-Who:	Rafael J. Wysocki <rjw@xxxxxxx>
-
-----------------------------
-
 What: 	PCI DMA unmap state API
 When:	August 2012
 Why:	PCI DMA unmap state API (include/linux/pci-dma.h) was replaced
diff -puN Documentation/kernel-parameters.txt~acpi-remove-acpi_sleep=s4_nonvs Documentation/kernel-parameters.txt
--- a/Documentation/kernel-parameters.txt~acpi-remove-acpi_sleep=s4_nonvs
+++ a/Documentation/kernel-parameters.txt
@@ -245,7 +245,7 @@ bytes respectively. Such letter suffixes
 
 	acpi_sleep=	[HW,ACPI] Sleep options
 			Format: { s3_bios, s3_mode, s3_beep, s4_nohwsig,
-				  old_ordering, s4_nonvs, sci_force_enable }
+				  old_ordering, nonvs, sci_force_enable }
 			See Documentation/power/video.txt for information on
 			s3_bios and s3_mode.
 			s3_beep is for debugging; it makes the PC's speaker beep
diff -puN arch/x86/kernel/acpi/sleep.c~acpi-remove-acpi_sleep=s4_nonvs arch/x86/kernel/acpi/sleep.c
--- a/arch/x86/kernel/acpi/sleep.c~acpi-remove-acpi_sleep=s4_nonvs
+++ a/arch/x86/kernel/acpi/sleep.c
@@ -112,11 +112,6 @@ static int __init acpi_sleep_setup(char 
 #ifdef CONFIG_HIBERNATION
 		if (strncmp(str, "s4_nohwsig", 10) == 0)
 			acpi_no_s4_hw_signature();
-		if (strncmp(str, "s4_nonvs", 8) == 0) {
-			pr_warning("ACPI: acpi_sleep=s4_nonvs is deprecated, "
-					"please use acpi_sleep=nonvs instead");
-			acpi_nvs_nosave();
-		}
 #endif
 		if (strncmp(str, "nonvs", 5) == 0)
 			acpi_nvs_nosave();
_

Patches currently in -mm which might be from amwang@xxxxxxxxxx are

linux-next.patch
fscache-remove-dead-code-under-config_workqueue_debugfs.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


[Index of Archives]     [Kernel Newbies FAQ]     [Kernel Archive]     [IETF Annouce]     [DCCP]     [Netdev]     [Networking]     [Security]     [Bugtraq]     [Photo]     [Yosemite]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Linux SCSI]

  Powered by Linux