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.


P-State (DVFS) Enhancements
[palacios.git] / linux_usr / v3_user_dvfs.c
index 8d4d930..1db1255 100644 (file)
@@ -48,7 +48,7 @@ int v3_user_dvfs_release(uint32_t core)
 }
 
 
-int v3_user_dvfs_set_pstate(uint32_t core, uint8_t pstate)
+int v3_user_dvfs_set_pstate(uint32_t core, uint64_t pstate)
 {
     struct v3_dvfs_ctrl_request r;