Merge branch 'linus' into perf/core, to fix conflicts
[deliverable/linux.git] / arch / x86 / include / asm / sections.h
CommitLineData
93dbda7c
JF
1#ifndef _ASM_X86_SECTIONS_H
2#define _ASM_X86_SECTIONS_H
3
020bd9f1 4#include <asm-generic/sections.h>
74e08179 5#include <asm/uaccess.h>
93dbda7c
JF
6
7extern char __brk_base[], __brk_limit[];
74e08179
SS
8extern struct exception_table_entry __stop___ex_table[];
9
10#if defined(CONFIG_X86_64) && defined(CONFIG_DEBUG_RODATA)
11extern char __end_rodata_hpage_align[];
12#endif
93dbda7c
JF
13
14#endif /* _ASM_X86_SECTIONS_H */
This page took 0.505351 seconds and 5 git commands to generate.