diff options
author | H. Peter Anvin <hpa@linux.intel.com> | 2016-06-08 22:38:46 +0300 |
---|---|---|
committer | H. Peter Anvin <hpa@linux.intel.com> | 2016-06-08 22:41:20 +0300 |
commit | 3b290398638ee4e57f1fb2e35c02005cba9a737f (patch) | |
tree | 4babf5ed2e56fba232abe214a5af5af4a8121f00 /drivers/ata/libata-pmp.c | |
parent | 66928b4eb92dfb6d87c204238057b9278b36452b (diff) | |
download | linux-3b290398638ee4e57f1fb2e35c02005cba9a737f.tar.xz |
x86, asm: Use CC_SET()/CC_OUT() and static_cpu_has() in archrandom.h
Use CC_SET()/CC_OUT() and static_cpu_has(). This produces code good
enough to eliminate ad hoc use of alternatives in <asm/archrandom.h>,
greatly simplifying the code.
While we are at it, make x86_init_rdrand() compile out completely if
we don't need it.
Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>
Link: http://lkml.kernel.org/r/1465414726-197858-11-git-send-email-hpa@linux.intel.com
v2: fix a conflict between <linux/random.h> and <asm/archrandom.h>
discovered by Ingo Molnar. There are a few places in x86-specific
code where we need all of <arch/archrandom.h> even when
CONFIG_ARCH_RANDOM is disabled, so <linux/random.h> does not
suffice.
Diffstat (limited to 'drivers/ata/libata-pmp.c')
0 files changed, 0 insertions, 0 deletions