mirror of
https://github.com/opnsense/src.git
synced 2026-07-16 22:37:15 -04:00
Remove an unused macro since r189418.
This commit is contained in:
parent
30402401a7
commit
8b019a8887
1 changed files with 0 additions and 1 deletions
|
|
@ -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 a new issue