[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-Id: <1241134808-7583-7-git-send-email-tabbott@mit.edu>
Date: Thu, 30 Apr 2009 19:40:08 -0400
From: Tim Abbott <tabbott@....EDU>
To: Sam Ravnborg <sam@...nborg.org>
Cc: Linux kernel mailing list <linux-kernel@...r.kernel.org>,
Anders Kaseorg <andersk@....edu>,
Waseem Daher <wdaher@....edu>,
Denys Vlasenko <vda.linux@...glemail.com>,
Jeff Arnold <jbarnold@....edu>,
Russell King <rmk+kernel@....linux.org.uk>,
Tim Abbott <tabbott@....edu>
Subject: [PATCH 6/6] arm: use PERCPU macro in linker script.
Signed-off-by: Tim Abbott <tabbott@....edu>
Cc: Russell King <rmk+kernel@....linux.org.uk>
---
arch/arm/kernel/vmlinux.lds.S | 9 ++-------
1 files changed, 2 insertions(+), 7 deletions(-)
diff --git a/arch/arm/kernel/vmlinux.lds.S b/arch/arm/kernel/vmlinux.lds.S
index eede3be..5ff99b3 100644
--- a/arch/arm/kernel/vmlinux.lds.S
+++ b/arch/arm/kernel/vmlinux.lds.S
@@ -62,13 +62,6 @@ SECTIONS
usr/built-in.o(.init.ramfs)
__initramfs_end = .;
#endif
- . = ALIGN(4096);
- __per_cpu_load = .;
- __per_cpu_start = .;
- *(.data.percpu.page_aligned)
- *(.data.percpu)
- *(.data.percpu.shared_aligned)
- __per_cpu_end = .;
#ifndef CONFIG_XIP_KERNEL
__init_begin = _stext;
INIT_DATA
@@ -77,6 +70,8 @@ SECTIONS
#endif
}
+ PERCPU(4096)
+
/DISCARD/ : { /* Exit code and data */
EXIT_TEXT
EXIT_DATA
--
1.6.2.1
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists