From: Jan Beulich Date: Wed, 19 Aug 2009 07:40:48 +0000 (+0100) Subject: x86: properly annotate alternatives.c X-Git-Tag: v2.6.32-rc1~714^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8b5a10fc6fd02289ea03480f93382b1a99006142;p=pandora-kernel.git x86: properly annotate alternatives.c Some of the NOPs tables aren't used on 64-bits, quite some code and data is needed post-init for module loading only, and a couple of functions aren't used outside that file (i.e. can be static, and don't need to be exported). The change to __INITDATA/__INITRODATA is needed to avoid an assembler warning. Signed-off-by: Jan Beulich LKML-Reference: <4A8BC8A00200007800010823@vpn.id2.novell.com> Acked-by: Sam Ravnborg Signed-off-by: H. Peter Anvin --- Reading git-diff-tree failed