commit | 2d4eeecb98ade6a736940d43311275b7d32dab21 | [log] [tgz] |
---|---|---|
author | Cyrill Gorcunov <gorcunov@gmail.com> | Sat Feb 14 00:50:22 2009 +0300 |
committer | Ingo Molnar <mingo@elte.hu> | Thu Feb 19 17:13:01 2009 +0100 |
tree | d8585762b176b6c499b74cbe2e71c1b5cccadf24 | |
parent | 324bda9e47f53aebec1376ee89bba8128c8455e2 [diff] |
x86: compressed head_64 - use ENTRY,ENDPROC macros Impact: clenaup Linker script will put startup_32 at predefined address so using ENTRY will not bloat the code size. Signed-off-by: Cyrill Gorcunov <gorcunov@openvz.org> Signed-off-by: Ingo Molnar <mingo@elte.hu>