]> git.proxmox.com Git - pve-kernel-jessie.git/blame - Revert-intel_idle-Add-CPU-model-54-Atom-N2000-series.patch
update acs capabilities patch
[pve-kernel-jessie.git] / Revert-intel_idle-Add-CPU-model-54-Atom-N2000-series.patch
CommitLineData
6b849ecf
FG
1From 91846c55815e659a7f0b26b86f0252a9d9803423 Mon Sep 17 00:00:00 2001
2From: =?UTF-8?q?Fabian=20Gr=C3=BCnbichler?= <f.gruenbichler@proxmox.com>
3Date: Fri, 24 Feb 2017 13:37:45 +0100
4Subject: [PATCH] Revert "intel_idle: Add CPU model 54 (Atom N2000 series)"
5MIME-Version: 1.0
6Content-Type: text/plain; charset=UTF-8
7Content-Transfer-Encoding: 8bit
8
9As requested by OVH, to fix unbootable systems with Atom
10N2800 CPUs. This should not affect other CPU classes at all.
11
12This reverts commit acead1b0fac5b10d0ae3f1cc5f7820b9f9f924f5.
13
14Reported-By: Felix Krohn <felix.krohn@corp.ovh.com>
15Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
16---
17 drivers/idle/intel_idle.c | 1 -
18 1 file changed, 1 deletion(-)
19
20diff --git a/drivers/idle/intel_idle.c b/drivers/idle/intel_idle.c
21index 012980a..fbb8646 100644
22--- a/drivers/idle/intel_idle.c
23+++ b/drivers/idle/intel_idle.c
24@@ -995,7 +995,6 @@ static const struct x86_cpu_id intel_idle_ids[] __initconst = {
25 ICPU(0x2f, idle_cpu_nehalem),
26 ICPU(0x2a, idle_cpu_snb),
27 ICPU(0x2d, idle_cpu_snb),
28- ICPU(0x36, idle_cpu_atom),
29 ICPU(0x37, idle_cpu_byt),
30 ICPU(0x4c, idle_cpu_cht),
31 ICPU(0x3a, idle_cpu_ivb),
32--
332.1.4
34