]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
Merge branch 'x86/cpufeature'
authorIngo Molnar <mingo@kernel.org>
Wed, 4 Nov 2015 10:16:28 +0000 (11:16 +0100)
committerIngo Molnar <mingo@kernel.org>
Wed, 4 Nov 2015 10:16:28 +0000 (11:16 +0100)
arch/x86/kernel/cpu/intel.c

index 98a13db5f4be5826a47c8572f3f7f65950658270..209ac1e7d1f03664010955dea71d953f6a396b5b 100644 (file)
@@ -97,6 +97,7 @@ static void early_init_intel(struct cpuinfo_x86 *c)
                switch (c->x86_model) {
                case 0x27:      /* Penwell */
                case 0x35:      /* Cloverview */
+               case 0x4a:      /* Merrifield */
                        set_cpu_cap(c, X86_FEATURE_NONSTOP_TSC_S3);
                        break;
                default: