summaryrefslogtreecommitdiffstats
path: root/arch
diff options
context:
space:
mode:
authorTim Abbott <tabbott@ksplice.com>2010-02-20 01:03:38 +0100
committerMichal Marek <mmarek@suse.cz>2010-03-03 11:25:59 +0100
commit7c74df07f90cabe61d700727bca04682b4e477f3 (patch)
treea40dc70220f95d846f79311bb0fe1de160b3dc31 /arch
parent75b134837263eb919d91678f7fcf3d54cd088c8d (diff)
downloadop-kernel-dev-7c74df07f90cabe61d700727bca04682b4e477f3.zip
op-kernel-dev-7c74df07f90cabe61d700727bca04682b4e477f3.tar.gz
Rename .bss.page_aligned to .bss..page_aligned.
Signed-off-by: Tim Abbott <tabbott@ksplice.com> Cc: Sam Ravnborg <sam@ravnborg.org> Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> Signed-off-by: Michal Marek <mmarek@suse.cz>
Diffstat (limited to 'arch')
-rw-r--r--arch/x86/kernel/vmlinux.lds.S2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/kernel/vmlinux.lds.S b/arch/x86/kernel/vmlinux.lds.S
index f92a0da..8b6bb4e 100644
--- a/arch/x86/kernel/vmlinux.lds.S
+++ b/arch/x86/kernel/vmlinux.lds.S
@@ -305,7 +305,7 @@ SECTIONS
. = ALIGN(PAGE_SIZE);
.bss : AT(ADDR(.bss) - LOAD_OFFSET) {
__bss_start = .;
- *(.bss.page_aligned)
+ *(.bss..page_aligned)
*(.bss)
. = ALIGN(4);
__bss_stop = .;
OpenPOWER on IntegriCloud