From: Borislav Petkov Date: Sun, 9 Jun 2013 10:07:33 +0000 (+0200) Subject: x86: Add a static_cpu_has_safe variant X-Git-Tag: omap-for-v3.11/fixes-for-merge-window~53^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4a90a99c4f8002edaa6be11bd756872ebf3f3d97;p=pandora-kernel.git x86: Add a static_cpu_has_safe variant We want to use this in early code where alternatives might not have run yet and for that case we fall back to the dynamic boot_cpu_has. For that, force a 5-byte jump since the compiler could be generating differently sized jumps for each label. Signed-off-by: Borislav Petkov Link: http://lkml.kernel.org/r/1370772454-6106-5-git-send-email-bp@alien8.de Signed-off-by: H. Peter Anvin --- Reading git-diff-tree failed