From: Peter Dinda Date: Mon, 22 Dec 2014 22:21:04 +0000 (-0600) Subject: Userspace tool compile fix X-Git-Url: http://v3vee.org/palacios/gitweb/gitweb.cgi?p=palacios.git;a=commitdiff_plain;h=58874dc5bc1d655baf94c7c2e16784c3af7ca640 Userspace tool compile fix --- diff --git a/linux_usr/v3_user_dvfs.h b/linux_usr/v3_user_dvfs.h index 12e02e0..21af2a2 100644 --- a/linux_usr/v3_user_dvfs.h +++ b/linux_usr/v3_user_dvfs.h @@ -7,7 +7,7 @@ // Use these together int v3_user_dvfs_acquire_direct(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); // Use these together int v3_user_dvfs_acquire_external(uint32_t core);