diff options
Diffstat (limited to 'usr/src')
-rw-r--r-- | usr/src/uts/intel/sys/cpu.h | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/usr/src/uts/intel/sys/cpu.h b/usr/src/uts/intel/sys/cpu.h index 26fc7bd21b..d62cb7692f 100644 --- a/usr/src/uts/intel/sys/cpu.h +++ b/usr/src/uts/intel/sys/cpu.h @@ -65,19 +65,7 @@ extern void i86_mwait(uint32_t data, uint32_t extensions); /* * Used to insert cpu-dependent instructions into spin loops */ -#if defined(__xpv) -extern int xpv_panicking; -#define SMT_PAUSE() \ - { \ - if (IN_XPV_PANIC()) \ - ht_pause(); \ - else \ - (void) HYPERVISOR_yield(); \ - } - -#else #define SMT_PAUSE() ht_pause() -#endif /* * |