tests/pm_pc8: BDW should also support PC8 residencies

And I'm hoping the MSR register addresses will be the same.

Signed-off-by: Paulo Zanoni <paulo.r.zanoni@intel.com>
This commit is contained in:
Paulo Zanoni 2014-02-26 15:13:00 -03:00
parent d3582aeade
commit 0a57d0b8d3

View File

@ -683,7 +683,7 @@ static void setup_pc8(void)
has_pc8 = false;
/* Only Haswell supports the PC8 feature. */
if (!IS_HASWELL(ms_data.devid))
if (!IS_HASWELL(ms_data.devid) && !IS_BROADWELL(ms_data.devid))
return;
/* Make sure our Kernel supports MSR and the module is loaded. */