X-Git-Url: http://v3vee.org/palacios/gitweb/gitweb.cgi?a=blobdiff_plain;f=linux_usr%2Fv3_user_dvfs.c;h=1db1255777bb8ba492c085aa1516684d8e334057;hb=022f63d320c2837822dc7f6be84f860a01f02d7c;hp=8d4d930191356ea6d55f5fb12612f10aadae13e0;hpb=a82645917cee62af80d1f1c3b537a12807c25606;p=palacios.git diff --git a/linux_usr/v3_user_dvfs.c b/linux_usr/v3_user_dvfs.c index 8d4d930..1db1255 100644 --- a/linux_usr/v3_user_dvfs.c +++ b/linux_usr/v3_user_dvfs.c @@ -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;