projects
/
akaros.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
mlx4: Enable QP destruction
[akaros.git]
/
kern
/
include
/
smp.h
diff --git
a/kern/include/smp.h
b/kern/include/smp.h
index
3d4fe95
..
8c78229
100644
(file)
--- a/
kern/include/smp.h
+++ b/
kern/include/smp.h
@@
-37,10
+37,8
@@
struct per_cpu_info {
#ifdef CONFIG_X86
uintptr_t stacktop; /* must be first */
int coreid; /* must be second */
- struct vmcs *vmxarea;
- pseudodesc_t host_gdt;
int vmx_enabled;
-
void *local_vcpu
;
+
int guest_pcoreid
;
#endif
spinlock_t lock;
/* Process management */