162306a36Sopenharmony_ci/* SPDX-License-Identifier: GPL-2.0 */
262306a36Sopenharmony_ci#ifndef _ASM_IA64_SECTIONS_H
362306a36Sopenharmony_ci#define _ASM_IA64_SECTIONS_H
462306a36Sopenharmony_ci
562306a36Sopenharmony_ci/*
662306a36Sopenharmony_ci * Copyright (C) 1998-2003 Hewlett-Packard Co
762306a36Sopenharmony_ci *	David Mosberger-Tang <davidm@hpl.hp.com>
862306a36Sopenharmony_ci */
962306a36Sopenharmony_ci
1062306a36Sopenharmony_ci#include <linux/elf.h>
1162306a36Sopenharmony_ci#include <linux/uaccess.h>
1262306a36Sopenharmony_ci
1362306a36Sopenharmony_citypedef struct fdesc func_desc_t;
1462306a36Sopenharmony_ci
1562306a36Sopenharmony_ci#include <asm-generic/sections.h>
1662306a36Sopenharmony_ci
1762306a36Sopenharmony_ciextern char __phys_per_cpu_start[];
1862306a36Sopenharmony_ci#ifdef	CONFIG_SMP
1962306a36Sopenharmony_ciextern char __cpu0_per_cpu[];
2062306a36Sopenharmony_ci#endif
2162306a36Sopenharmony_ciextern char __start___vtop_patchlist[], __end___vtop_patchlist[];
2262306a36Sopenharmony_ciextern char __start___rse_patchlist[], __end___rse_patchlist[];
2362306a36Sopenharmony_ciextern char __start___mckinley_e9_bundles[], __end___mckinley_e9_bundles[];
2462306a36Sopenharmony_ciextern char __start___phys_stack_reg_patchlist[], __end___phys_stack_reg_patchlist[];
2562306a36Sopenharmony_ciextern char __start_gate_section[];
2662306a36Sopenharmony_ciextern char __start_gate_mckinley_e9_patchlist[], __end_gate_mckinley_e9_patchlist[];
2762306a36Sopenharmony_ciextern char __start_gate_vtop_patchlist[], __end_gate_vtop_patchlist[];
2862306a36Sopenharmony_ciextern char __start_gate_fsyscall_patchlist[], __end_gate_fsyscall_patchlist[];
2962306a36Sopenharmony_ciextern char __start_gate_brl_fsys_bubble_down_patchlist[], __end_gate_brl_fsys_bubble_down_patchlist[];
3062306a36Sopenharmony_ciextern char __start_unwind[], __end_unwind[];
3162306a36Sopenharmony_ciextern char __start_ivt_text[], __end_ivt_text[];
3262306a36Sopenharmony_ci
3362306a36Sopenharmony_ci#endif /* _ASM_IA64_SECTIONS_H */
34