X-Git-Url: http://v3vee.org/palacios/gitweb/gitweb.cgi?a=blobdiff_plain;f=palacios%2Finclude%2Fpalacios%2Fvmm.h;h=8742ff6bd0017f54574c0eb7cbf17bec52a3ce23;hb=107d8f06c7083f58fc96d781efb0226edd82c7d9;hp=b9c77b54abbb1d8688f96f8022c5b2b07971f706;hpb=b580d9fca65a7b6f84eaebb57cad09bc6e941dfd;p=palacios.git diff --git a/palacios/include/palacios/vmm.h b/palacios/include/palacios/vmm.h index b9c77b5..8742ff6 100644 --- a/palacios/include/palacios/vmm.h +++ b/palacios/include/palacios/vmm.h @@ -193,10 +193,6 @@ struct guest_info; } while (0) - - - - #define V3_Call_On_CPU(cpu, fn, arg) \ do { \ extern struct v3_os_hooks * os_hooks; \ @@ -216,12 +212,11 @@ struct guest_info; thread; \ }) - #endif - /* ** */ + #define V3_ASSERT(x) \ do { \ extern struct v3_os_hooks * os_hooks; \ @@ -334,5 +329,4 @@ int v3_stop_vm(struct v3_vm_info * vm); int v3_deliver_irq(struct v3_vm_info * vm, struct v3_interrupt * intr); - #endif