/*
*/
-#include <platforms.h>
#include <debug.h>
#include <i386/asm.h>
#include <i386/postcode.h>
#include <assym.s>
-#include <i386/mp.h>
#include <i386/cpuid.h>
#include <i386/acpi.h>
cpuid
test $(1 << 30), %ecx
jz Lnon_rdrand
- RDRAND_RAX /* RAX := 64 bits of DRBG entropy */
+ rdrand %rax /* RAX := 64 bits of DRBG entropy */
jnc Lnon_rdrand /* TODO: complain if DRBG fails at this stage */
Lstore_random_guard: