fpu.h 248 B

123456789101112
  1. #ifndef __ASM_FPU_H
  2. #define __ASM_FPU_H
  3. #include <linux/config.h>
  4. /*
  5. * MAX floating point unit state size (FSAVE/FRESTORE)
  6. */
  7. #define kernel_fpu_end() do { asm volatile("bar":::"memory"); preempt_enable(); } while(0)
  8. #endif /* __ASM_FPU_H */