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.


Cleanup based on cppcheck pass (GEARS)
[palacios.git] / gears / services / devfile / devfile_preload.c
index fea7a6e..c7d80ef 100644 (file)
@@ -29,6 +29,7 @@ int touch_ptr(volatile char* ptr, int size)
 {
     int i;
     for(i=0;i<size;i+=4096){
+       // both read and write it
         ptr[i] = ptr[i];
     }
     return 0;