From 0a57d0b8d30b73f7d515a2099355f7883681d699 Mon Sep 17 00:00:00 2001 From: Paulo Zanoni Date: Wed, 26 Feb 2014 15:13:00 -0300 Subject: [PATCH] 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 --- tests/pm_pc8.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. */