commit | 95695547a7db44b88a7ee36cf5df188de267e99e | [log] [tgz] |
---|---|---|
author | Cyrill Gorcunov <gorcunov@gmail.com> | Sat Feb 14 00:50:18 2009 +0300 |
committer | Ingo Molnar <mingo@elte.hu> | Thu Feb 19 17:12:59 2009 +0100 |
tree | be7d9c8493dfa6315f4349015cef52d7dea808a8 | |
parent | 9f361c221912b6ffa1f7836e0bbf843917f6fce7 [diff] |
x86: asm linkage - introduce GLOBAL macro If the code is time critical and this entry is called from other places we use ENTRY to have it globally defined and especially aligned. Contrary we have some snippets which are size critical. So we use plane ".globl name; name:" directive. Introduce GLOBAL macro for this. Signed-off-by: Cyrill Gorcunov <gorcunov@openvz.org> Signed-off-by: Ingo Molnar <mingo@elte.hu>