Originally the timing routines used by lib/lock were RDTSC based,
making them Intel specific. Once nanosecond clocks were available
from lib/misc (i.e. Hostinfo_SystemTimerNS) the RDTSC and Intel
dependencies were eliminated.
This is trivial... remove the ifdef preventing statistics unless
they were Intel architecture.
Signed-off-by: Marcelo Vanzin <mvanzin@vmware.com>
MX_Rank rank,
Bool isBelowBull);
-#if defined(__i386__) || defined(__x86_64__)
#if defined(VMX86_STATS)
#define MXUSER_STATS // stats "only inside the VMX" when requested
#endif
-#endif // X86 and X86-64
#endif
#if defined(VMX86_DEBUG)