]> git.ipfire.org Git - thirdparty/rng-tools.git/commit - rdrand_asm.S
rdrand_asm.S: Use #ifdef instead of #if defined()
authorH. Peter Anvin <hpa@linux.intel.com>
Tue, 25 Feb 2014 05:40:34 +0000 (21:40 -0800)
committerH. Peter Anvin <hpa@linux.intel.com>
Tue, 4 Mar 2014 22:45:40 +0000 (14:45 -0800)
commit795666e61962e8d781390713cb9cd39043f5c334
tree100ed42db38dbdb0515c2b29e1d83ff2c220e356
parent94f03c9a2c479bd59913e6556620c2432e43b6ee
rdrand_asm.S: Use #ifdef instead of #if defined()

Use #ifdef rather than #if defined() when we are testing for only one
symbol.

Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>
rdrand_asm.S