Palacios Public Git Repository

To checkout Palacios execute

  git clone http://v3vee.org/palacios/palacios.web/palacios.git
This will give you the master branch. You probably want the devel branch or one of the release branches. To switch to the devel branch, simply execute
  cd palacios
  git checkout --track -b devel origin/devel
The other branches are similar.


reorganization of the symbiotic infrastructure
[palacios.git] / palacios / include / palacios / vmm_sym_swap.h
index 00f053b..6bd531c 100644 (file)
@@ -21,7 +21,6 @@
 #define __VMM_SYM_SWAP_H__
 
 #ifdef __V3VEE__ 
-#ifdef CONFIG_SYMBIOTIC_SWAP
 
 #include <palacios/vmm_types.h>
 #include <palacios/vmm_paging.h>
@@ -80,6 +79,6 @@ addr_t v3_map_swp_page(struct v3_vm_info * vm, pte32_t * shadow_pte, pte32_t * g
 int v3_swap_flush(struct v3_vm_info * vm);
 
 
-#endif
+
 #endif
 #endif