From: Cyrill Gorcunov Date: Fri, 13 Feb 2009 21:50:18 +0000 (+0300) Subject: x86: asm linkage - introduce GLOBAL macro X-Git-Tag: v2.6.30-rc1~211^2~43^3~12 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=95695547a7db44b88a7ee36cf5df188de267e99e;p=pandora-kernel.git 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 Signed-off-by: Ingo Molnar --- Reading git-diff-tree failed