xen: fix for the last avx changes

This commit is contained in:
Sigrid 2020-12-06 20:28:53 +01:00
parent 97b3291533
commit dbbae6d384
2 changed files with 3 additions and 1 deletions

View file

@ -9,7 +9,8 @@ void clockintr(Ureg*, void*);
int (*cmpswap)(long*, long, long);
int cmpswap486(long*, long, long);
void (*coherence)(void);
void cpuid(int, ulong regs[]);
void cpuid(int, int, ulong regs[]);
void fpuinit(void);
int cpuidentify(void);
void cpuidprint(void);
void (*cycles)(uvlong*);

View file

@ -68,6 +68,7 @@ OBJ=\
plan9l.$O\
xen.$O\
main.$O\
fpu.$O\
mmu.$O\
random.$O\
rdb.$O\