[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>
This commit is contained in:
Nelson Elhage
2009-07-31 16:57:52 -04:00
committed by Tony Luck
parent f172468a14
commit ed7af3e63b
2 changed files with 4 additions and 2 deletions

View File

@@ -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 = .;