diff options
| author | Konstantin Belousov <kib@FreeBSD.org> | 2012-09-13 10:12:16 +0000 |
|---|---|---|
| committer | Konstantin Belousov <kib@FreeBSD.org> | 2012-09-13 10:12:16 +0000 |
| commit | c5e3d0ab11ddffdc45c5ef0dfa40f73d0f1996b4 (patch) | |
| tree | 411f6d51e5b6b61c3aacc809f7b362968db5721d /sys/dev/random/probe.c | |
| parent | 8a599c08591849f9cdfd13df03d11faf6e10cb1d (diff) | |
Notes
Diffstat (limited to 'sys/dev/random/probe.c')
| -rw-r--r-- | sys/dev/random/probe.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/random/probe.c b/sys/dev/random/probe.c index 3edfe09d1e87..4558db71e626 100644 --- a/sys/dev/random/probe.c +++ b/sys/dev/random/probe.c @@ -55,7 +55,7 @@ __FBSDID("$FreeBSD$"); #ifdef PADLOCK_RNG extern struct random_systat random_nehemiah; #endif -#ifdef IVY_RNG +#ifdef RDRAND_RNG extern struct random_systat random_ivy; #endif #endif @@ -79,7 +79,7 @@ random_ident_hardware(struct random_systat *systat) *systat = random_nehemiah; } #endif -#ifdef IVY_RNG +#ifdef RDRAND_RNG if (cpu_feature2 & CPUID2_RDRAND) { int enable; |
