diff options
| author | Jiang Liu <[email protected]> | 2013-07-03 15:03:40 -0700 |
|---|---|---|
| committer | Linus Torvalds <[email protected]> | 2013-07-03 16:07:34 -0700 |
| commit | a214a8c68bcdef2fb0803425f7fe36fe41030d3f (patch) | |
| tree | cc5ca146a1770ca54bf2d6f5436df935e1223602 /include/linux | |
| parent | 40a3b8df7be3b813cef7e32f74dea398274c2d47 (diff) | |
UML: normalize global variables exported by vmlinux.lds
Normalize global variables exported by vmlinux.lds to conform usage
guidelines from include/asm-generic/sections.h.
1) Use _text to mark the start of the kernel image including the head
text, and _stext to mark the start of the .text section.
2) Export mandatory global variables __bss_stop.
3) Adjust __init_begin and __init_end to avoid acrossing .text and
.data sections.
Signed-off-by: Jiang Liu <[email protected]>
Cc: Jeff Dike <[email protected]>
Cc: Richard Weinberger <[email protected]>
Cc: Al Viro <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
Diffstat (limited to 'include/linux')
0 files changed, 0 insertions, 0 deletions