]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/blame - arch/x86/include/asm/sections.h
KVM: x86: Use gpa_t for cr2/gpa to fix TDP support on 32-bit KVM
[mirror_ubuntu-bionic-kernel.git] / arch / x86 / include / asm / sections.h
CommitLineData
b2441318 1/* SPDX-License-Identifier: GPL-2.0 */
93dbda7c
JF
2#ifndef _ASM_X86_SECTIONS_H
3#define _ASM_X86_SECTIONS_H
4
020bd9f1 5#include <asm-generic/sections.h>
45caf470 6#include <asm/extable.h>
93dbda7c
JF
7
8extern char __brk_base[], __brk_limit[];
74e08179 9extern struct exception_table_entry __stop___ex_table[];
2b51456a 10extern char __end_rodata_aligned[];
74e08179 11
9ccaf77c 12#if defined(CONFIG_X86_64)
74e08179 13extern char __end_rodata_hpage_align[];
c47e4cc5 14extern char __entry_trampoline_start[], __entry_trampoline_end[];
74e08179 15#endif
93dbda7c
JF
16
17#endif /* _ASM_X86_SECTIONS_H */