X-Git-Url: http://v3vee.org/palacios/gitweb/gitweb.cgi?p=palacios.git;a=blobdiff_plain;f=linux_module%2Fiface-pwrstat.c;h=8157fa2ec74c64d11a6fce6771f4d340b759ef85;hp=98ea8c0e2d62f9fc0cfe0e1c8cc8b2624553ee47;hb=c8b23e99efde3aa5a2c26d1b8e9bc7dc914e6113;hpb=4e43946f01f687361197dc9571b7df02ae20de30 diff --git a/linux_module/iface-pwrstat.c b/linux_module/iface-pwrstat.c index 98ea8c0..8157fa2 100644 --- a/linux_module/iface-pwrstat.c +++ b/linux_module/iface-pwrstat.c @@ -47,7 +47,7 @@ static struct rapl_domain rapl_domains[] = { [RAPL_DOMAIN_PKG] = { .domain_id = RAPL_DOMAIN_PKG, .msrs = { - .limit = MSR_PKG_RAPL_POWER_LIMIT, + .limit = MSR_PKG_POWER_LIMIT, .status = MSR_PKG_ENERGY_STATUS, }, .valid = 1,