]> bbs.cooldavid.org Git - net-next-2.6.git/blame - arch/x86/include/asm/sections.h
x86-64: align RODATA kernel section to 2MB with CONFIG_DEBUG_RODATA
[net-next-2.6.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 */