summaryrefslogtreecommitdiffstats
path: root/arch/ia64/kernel/vmlinux.lds.S
diff options
context:
space:
mode:
authorNelson Elhage2009-07-31 22:57:52 +0200
committerTony Luck2009-09-15 18:40:27 +0200
commited7af3e63bd2458d5138c4b7e92fe4e1cdc97d9d (patch)
tree634908b68c9b50b7a33cbd88bec01519e75809b7 /arch/ia64/kernel/vmlinux.lds.S
parent[IA64] Use .ref.text, not .text.init for start_ap. (diff)
downloadkernel-qcow2-linux-ed7af3e63bd2458d5138c4b7e92fe4e1cdc97d9d.tar.gz
kernel-qcow2-linux-ed7af3e63bd2458d5138c4b7e92fe4e1cdc97d9d.tar.xz
kernel-qcow2-linux-ed7af3e63bd2458d5138c4b7e92fe4e1cdc97d9d.zip
[IA64] Use standard macros for page-aligned data.
Signed-off-by: Nelson Elhage <nelhage@ksplice.com> Signed-off-by: Tony Luck <tony.luck@intel.com>
Diffstat (limited to 'arch/ia64/kernel/vmlinux.lds.S')
-rw-r--r--arch/ia64/kernel/vmlinux.lds.S4
1 files changed, 3 insertions, 1 deletions
diff --git a/arch/ia64/kernel/vmlinux.lds.S b/arch/ia64/kernel/vmlinux.lds.S
index fa3a558e3d76..b484b86da830 100644
--- a/arch/ia64/kernel/vmlinux.lds.S
+++ b/arch/ia64/kernel/vmlinux.lds.S
@@ -219,7 +219,9 @@ SECTIONS
{ *(.data.init_task) }
.data.page_aligned : AT(ADDR(.data.page_aligned) - LOAD_OFFSET)
- { *(__special_page_section)
+ {
+ PAGE_ALIGNED_DATA(PAGE_SIZE)
+ . = ALIGN(PAGE_SIZE);
__start_gate_section = .;
*(.data.gate)
__stop_gate_section = .;