- change-sysenter_setup-to-__cpuinit-improve-__init-fix.patch removed from -mm tree

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

 



The patch titled
     change-sysenter_setup-to-__cpuinit-improve-__init fix
has been removed from the -mm tree.  Its filename was
     change-sysenter_setup-to-__cpuinit-improve-__init-fix.patch

This patch was dropped because it had testing failures

------------------------------------------------------
Subject: change-sysenter_setup-to-__cpuinit-improve-__init fix
From: Prarit Bhargava <prarit@xxxxxxxxxx>

I missed a chunk to arch/i386/kernel/vsyscall.S.

Signed-off-by: Prarit Bhargava <prarit@xxxxxxxxxx>
Cc: Andi Kleen <ak@xxxxxxx>
Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx>
---

 arch/i386/kernel/vsyscall.S |    2 +-
 arch/x86_64/kernel/head.S   |    4 +---
 include/linux/init.h        |   13 ++++++++-----
 3 files changed, 10 insertions(+), 9 deletions(-)

diff -puN arch/i386/kernel/vsyscall.S~change-sysenter_setup-to-__cpuinit-improve-__init-fix arch/i386/kernel/vsyscall.S
--- a/arch/i386/kernel/vsyscall.S~change-sysenter_setup-to-__cpuinit-improve-__init-fix
+++ a/arch/i386/kernel/vsyscall.S
@@ -1,6 +1,6 @@
 #include <linux/init.h>
 
-__INITDATA
+__CPUINITDATA
 
 	.globl vsyscall_int80_start, vsyscall_int80_end
 vsyscall_int80_start:
diff -puN arch/x86_64/kernel/head.S~change-sysenter_setup-to-__cpuinit-improve-__init-fix arch/x86_64/kernel/head.S
--- a/arch/x86_64/kernel/head.S~change-sysenter_setup-to-__cpuinit-improve-__init-fix
+++ a/arch/x86_64/kernel/head.S
@@ -324,9 +324,7 @@ ENTRY(wakeup_level4_pgt)
 	.quad	phys_level3_kernel_pgt | 0x007
 #endif
 
-#ifndef CONFIG_HOTPLUG_CPU
-	__INITDATA
-#endif
+	__CPUINITDATA
 	/*
 	 * This default setting generates an ident mapping at address 0x100000
 	 * and a mapping for the kernel that precisely maps virtual address
diff -puN include/linux/init.h~change-sysenter_setup-to-__cpuinit-improve-__init-fix include/linux/init.h
--- a/include/linux/init.h~change-sysenter_setup-to-__cpuinit-improve-__init-fix
+++ a/include/linux/init.h
@@ -52,14 +52,17 @@
 #endif
 
 /* For assembly routines */
-#ifdef CONFIG_HOTPLUG_CPU
-#define __INIT		.section	".text","ax"
-#define __INITDATA	.section	".data","aw"
-#else
 #define __INIT		.section	".init.text","ax"
+#define __FINIT		.previous
 #define __INITDATA	.section	".init.data","aw"
+
+#ifdef CONFIG_HOTPLUG_CPU
+#define __CPUINIT	.section	".text","ax"
+#define __CPUINITDATA	.section	".data","ax"
+#else
+#define __CPUINIT	__INIT
+#define __CPUINITDATA	__INITDATA
 #endif
-#define __FINIT		.previous
 
 #ifndef __ASSEMBLY__
 /*
_

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

__devinit-__devexit-cleanups-for-de2104x-driver.patch
change-sysenter_setup-to-__cpuinit-improve-__init-fix.patch
use-stop_machine_run-in-the-intel-rng-driver.patch
change-rivafb_remove-to-__devexit.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