Loading arch/ia64/kernel/head.S +1 −1 Original line number Diff line number Diff line Loading @@ -167,7 +167,7 @@ RestRR: \ mov _tmp2=((ia64_rid(IA64_REGION_ID_KERNEL, (num<<61)) << 8) | (pgsize << 2) | vhpt);; \ mov rr[_tmp1]=_tmp2 .section __special_page_section,"ax" __PAGE_ALIGNED_DATA .global empty_zero_page empty_zero_page: Loading arch/ia64/kernel/vmlinux.lds.S +3 −1 Original line number Diff line number Diff line Loading @@ -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 = .; Loading Loading
arch/ia64/kernel/head.S +1 −1 Original line number Diff line number Diff line Loading @@ -167,7 +167,7 @@ RestRR: \ mov _tmp2=((ia64_rid(IA64_REGION_ID_KERNEL, (num<<61)) << 8) | (pgsize << 2) | vhpt);; \ mov rr[_tmp1]=_tmp2 .section __special_page_section,"ax" __PAGE_ALIGNED_DATA .global empty_zero_page empty_zero_page: Loading
arch/ia64/kernel/vmlinux.lds.S +3 −1 Original line number Diff line number Diff line Loading @@ -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 = .; Loading