summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorPaulo Zanoni <paulo.r.zanoni@intel.com>2014-02-26 15:13:00 -0300
committerPaulo Zanoni <paulo.r.zanoni@intel.com>2014-02-26 19:15:44 -0300
commit0a57d0b8d30b73f7d515a2099355f7883681d699 (patch)
tree58f11a02b6b7953e1505c4801476f2164d840ba1 /tests
parentd3582aeade9d90cb4adc8ff7c4339198494aaae7 (diff)
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>
Diffstat (limited to 'tests')
-rw-r--r--tests/pm_pc8.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/pm_pc8.c b/tests/pm_pc8.c
index ec86a89d..ab33d419 100644
--- a/tests/pm_pc8.c
+++ b/tests/pm_pc8.c
@@ -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. */