]> www.infradead.org Git - users/jedix/linux-maple.git/commitdiff
intel_pstate: append more Oracle OEM table id to vendor bypass list
authorEthan Zhao <ethan.zhao@oracle.com>
Tue, 4 Aug 2015 06:07:19 +0000 (15:07 +0900)
committerSantosh Shilimkar <santosh.shilimkar@oracle.com>
Thu, 13 Aug 2015 16:31:04 +0000 (09:31 -0700)
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 <ethan.zhao@oracle.com>
Signed-off-by: Santosh Shilimkar <santosh.shilimkar@oracle.com>
drivers/cpufreq/intel_pstate.c

index 6414661ac1c46a2ccdbaa2408e2491ac93e4dc46..7c2f6884dc51791cd4fa63119f15ff3101fcc48c 100644 (file)
@@ -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, "", ""},
 };