mirror of
https://github.com/hermitcore/libhermit.git
synced 2025-03-09 00:00:03 +01:00
disable FPU restoring
because only one thread per core with FPU access is used
This commit is contained in:
parent
a59cceb15b
commit
454809db43
1 changed files with 1 additions and 1 deletions
|
@ -46,7 +46,7 @@ extern "C" {
|
|||
#define INT_SYSCALL 0x80
|
||||
#define MAILBOX_SIZE 32
|
||||
//#define WITH_PCI_IDS
|
||||
#define SAVE_FPU
|
||||
//#define SAVE_FPU
|
||||
|
||||
#define BYTE_ORDER LITTLE_ENDIAN
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue