commit | 45c39fb0cc20d24da08d5bb159f57d191098104d | [log] [tgz] |
---|---|---|
author | H. Peter Anvin <hpa@linux.intel.com> | Wed Nov 28 11:50:30 2012 -0800 |
committer | H. Peter Anvin <hpa@linux.intel.com> | Thu Nov 29 13:25:39 2012 -0800 |
tree | 9ec9db8c7b9fa46d383b0c7dd4fe5339b577dfe6 | |
parent | e3228cf4544355f73437a2b9c6916be9cbafc201 [diff] |
x86, cleanups: Simplify sync_core() in the case of no CPUID Simplify the implementation of sync_core() for the case where we may not have the CPUID instruction available. [ v2: stylistic cleanup of the #else clause per suggestion by Borislav Petkov. ] Signed-off-by: H. Peter Anvin <hpa@linux.intel.com> Link: http://lkml.kernel.org/r/1354132230-21854-9-git-send-email-hpa@linux.intel.com Cc: Borislav Petkov <bp@alien8.de>