xen: fix for the last avx changes
This commit is contained in:
parent
97b3291533
commit
dbbae6d384
2 changed files with 3 additions and 1 deletions
|
@ -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*);
|
||||
|
|
|
@ -68,6 +68,7 @@ OBJ=\
|
|||
plan9l.$O\
|
||||
xen.$O\
|
||||
main.$O\
|
||||
fpu.$O\
|
||||
mmu.$O\
|
||||
random.$O\
|
||||
rdb.$O\
|
||||
|
|
Loading…
Reference in a new issue