Remove an unused macro since r189418.
This commit is contained in:
parent
30402401a7
commit
8b019a8887
@ -99,7 +99,6 @@ __FBSDID("$FreeBSD$");
|
||||
#ifdef CPU_ENABLE_SSE
|
||||
#define fxrstor(addr) __asm __volatile("fxrstor %0" : : "m" (*(addr)))
|
||||
#define fxsave(addr) __asm __volatile("fxsave %0" : "=m" (*(addr)))
|
||||
#define ldmxcsr(r) __asm __volatile("ldmxcsr %0" : : "m" (r))
|
||||
#endif
|
||||
#ifdef XEN
|
||||
#define start_emulating() (HYPERVISOR_fpu_taskswitch(1))
|
||||
|
Loading…
Reference in New Issue
Block a user