pc: move ldmxcsr() prototype to fpu.c

front
cinap_lenrek 2020-12-08 12:42:36 +01:00
parent de5770c352
commit 01eb04060b
2 changed files with 1 additions and 1 deletions

View File

@ -78,7 +78,6 @@ int iprint(char*, ...);
int isaconfig(char*, int, ISAConf*);
void* kaddr(ulong);
#define kmapinval()
void ldmxcsr(ulong);
void lgdt(ushort[3]);
void lldt(ulong);
void lidt(ushort[3]);

View File

@ -16,6 +16,7 @@ extern void fpsserestore(FPsave*);
extern void fpssesave(FPsave*);
extern void fpx87restore0(FPsave*);
extern void fpx87save0(FPsave*);
extern void ldmxcsr(ulong);
void
putxcr0(ulong)