- dynamic-kernel-command-line-ia64-fix.patch removed from -mm tree

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

 



The patch titled
     dynamic-kernel-command-line-ia64 fix
has been removed from the -mm tree.  Its filename was
     dynamic-kernel-command-line-ia64-fix.patch

This patch was dropped because it was folded into dynamic-kernel-command-line-ia64.patch

------------------------------------------------------
Subject: dynamic-kernel-command-line-ia64 fix
From: Andrew Morton <akpm@xxxxxxxx>

Make the completely wrong only very wrong.

Cc: Alon Bar-Lev <alon.barlev@xxxxxxxxx>
Cc: "Luck, Tony" <tony.luck@xxxxxxxxx>
Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx>
---

 arch/ia64/kernel/efi.c |    3 ++-
 arch/ia64/kernel/sal.c |    3 ++-
 ia64/kernel/setup.c    |    0 
 3 files changed, 4 insertions(+), 2 deletions(-)

diff -puN arch/ia64/kernel/efi.c~dynamic-kernel-command-line-ia64-fix arch/ia64/kernel/efi.c
--- a/arch/ia64/kernel/efi.c~dynamic-kernel-command-line-ia64-fix
+++ a/arch/ia64/kernel/efi.c
@@ -405,6 +405,8 @@ efi_map_pal_code (void)
 	ia64_srlz_i();
 }
 
+extern char __initdata boot_command_line[];
+
 void __init
 efi_init (void)
 {
@@ -413,7 +415,6 @@ efi_init (void)
 	efi_char16_t *c16;
 	u64 efi_desc_size;
 	char *cp, vendor[100] = "unknown";
-	extern char __initdata boot_command_line[];
 	int i;
 
 	/* it's too early to be able to use the standard kernel command line support... */
diff -puN arch/ia64/kernel/sal.c~dynamic-kernel-command-line-ia64-fix arch/ia64/kernel/sal.c
--- a/arch/ia64/kernel/sal.c~dynamic-kernel-command-line-ia64-fix
+++ a/arch/ia64/kernel/sal.c
@@ -190,11 +190,12 @@ sal_desc_ap_wakeup (void *p)
 	}
 }
 
+extern char __initdata boot_command_line[];
+
 static void __init
 chk_nointroute_opt(void)
 {
 	char *cp;
-	extern char __initdata boot_command_line[];
 
 	for (cp = boot_command_line; *cp; ) {
 		if (memcmp(cp, "nointroute", 10) == 0) {
diff -puN arch/ia64/kernel/setup.c~dynamic-kernel-command-line-ia64-fix arch/ia64/kernel/setup.c
_

Patches currently in -mm which might be from akpm@xxxxxxxx are

origin.patch
register_chrdev_region-dont-hand-out-the-local-experimental-majors.patch
register_blkdev-dont-hand-out-the-local-experimental-majors.patch
spi-controller-driver-for-omap-microwire.patch
omap-gpio-wrappers.patch
at91-gpio-wrappers.patch
ecryptfs-public-key-packet-management.patch
ecryptfs-generalize-metadata-read-write.patch
dynamic-kernel-command-line-ia64.patch
dynamic-kernel-command-line-ia64-fix.patch
kvm-add-a-global-list-of-all-virtual-machines.patch
cyber2010-framebuffer-on-arm-netwinder-fix.patch
mark-struct-file_operations-const-2.patch
mark-struct-file_operations-const-4.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