x86, cpufeature: Use new CC_HAVE_ASM_GOTO
authorBorislav Petkov <bp@suse.de>
Fri, 28 Jun 2013 16:41:41 +0000 (18:41 +0200)
committerH. Peter Anvin <hpa@linux.intel.com>
Fri, 28 Jun 2013 22:26:48 +0000 (15:26 -0700)
... for checking for "asm goto" compiler support. It is more explicit
this way and we cover the cases where distros have backported that
support even to gcc versions < 4.5.

Signed-off-by: Borislav Petkov <bp@suse.de>
Link: http://lkml.kernel.org/r/1372437701-13351-1-git-send-email-bp@alien8.de
Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>

No differences found