From: Ethan Zhao Date: Tue, 4 Aug 2015 06:07:19 +0000 (+0900) Subject: intel_pstate: append more Oracle OEM table id to vendor bypass list X-Git-Tag: v4.1.12-92~306^2 X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=37b9ef52181ae0c69aeaa7c6504ff472f4896819;p=users%2Fjedix%2Flinux-maple.git intel_pstate: append more Oracle OEM table id to vendor bypass list Orabug: 21447179 Append more Oracle X86 servers that have their own power management, SUN FIRE X4275 M3 SUN FIRE X4170 M3 and SUN FIRE X6-2 Signed-off-by: Ethan Zhao Signed-off-by: Santosh Shilimkar --- diff --git a/drivers/cpufreq/intel_pstate.c b/drivers/cpufreq/intel_pstate.c index 6414661ac1c4..7c2f6884dc51 100644 --- a/drivers/cpufreq/intel_pstate.c +++ b/drivers/cpufreq/intel_pstate.c @@ -1156,6 +1156,10 @@ static struct hw_vendor_info vendor_info[] = { {1, "ORACLE", "X4270M3 ", PPC}, {1, "ORACLE", "X4270M2 ", PPC}, {1, "ORACLE", "X4170M2 ", PPC}, + {1, "ORACLE", "X4170 M3", PPC}, + {1, "ORACLE", "X4275 M3", PPC}, + {1, "ORACLE", "X6-2 ", PPC}, + {1, "ORACLE", "Sudbury ", PPC}, {0, "", ""}, };