The patch titled
     vmlinux_32.lds.S: remove repeated comment from the x86-32 linker script
has been removed from the -mm tree.  Its filename was
     vmlinux_32ldss-remove-repeated-comment-from-the-x86-32-linker-script.patch

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

------------------------------------------------------
Subject: vmlinux_32.lds.S: remove repeated comment from the x86-32 linker script
From: Borislav Petkov <[EMAIL PROTECTED]>

Remove repeated comment from the linker script for the x86-32 target.

Signed-off-by: Borislav Petkov <[EMAIL PROTECTED]>
Cc: Thomas Gleixner <[EMAIL PROTECTED]>
Cc: Ingo Molnar <[EMAIL PROTECTED]>
Signed-off-by: Andrew Morton <[EMAIL PROTECTED]>
---

 arch/x86/kernel/vmlinux_32.lds.S |    6 ------
 1 file changed, 6 deletions(-)

diff -puN 
arch/x86/kernel/vmlinux_32.lds.S~vmlinux_32ldss-remove-repeated-comment-from-the-x86-32-linker-script
 arch/x86/kernel/vmlinux_32.lds.S
--- 
a/arch/x86/kernel/vmlinux_32.lds.S~vmlinux_32ldss-remove-repeated-comment-from-the-x86-32-linker-script
+++ a/arch/x86/kernel/vmlinux_32.lds.S
@@ -8,12 +8,6 @@
  * put it inside the section definition.
  */
 
-/* Don't define absolute symbols until and unless you know that symbol
- * value is should remain constant even if kernel image is relocated
- * at run time. Absolute symbols are not relocated. If symbol value should
- * change if kernel is relocated, make the symbol section relative and
- * put it inside the section definition.
- */
 #define LOAD_OFFSET __PAGE_OFFSET
 
 #include <asm-generic/vmlinux.lds.h>
_

Patches currently in -mm which might be from [EMAIL PROTECTED] are

origin.patch
git-x86.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

Reply via email to