You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
222 B
12 lines
222 B
20 years ago
|
#ifndef __ASM_FPU_H
|
||
|
#define __ASM_FPU_H
|
||
|
|
||
|
|
||
|
/*
|
||
|
* MAX floating point unit state size (FSAVE/FRESTORE)
|
||
|
*/
|
||
|
|
||
|
#define kernel_fpu_end() do { asm volatile("bar":::"memory"); preempt_enable(); } while(0)
|
||
|
|
||
|
#endif /* __ASM_FPU_H */
|