]> git.proxmox.com Git - pve-kernel-jessie.git/blob - 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
1 From 91846c55815e659a7f0b26b86f0252a9d9803423 Mon Sep 17 00:00:00 2001
2 From: =?UTF-8?q?Fabian=20Gr=C3=BCnbichler?= <f.gruenbichler@proxmox.com>
3 Date: Fri, 24 Feb 2017 13:37:45 +0100
4 Subject: [PATCH] Revert "intel_idle: Add CPU model 54 (Atom N2000 series)"
5 MIME-Version: 1.0
6 Content-Type: text/plain; charset=UTF-8
7 Content-Transfer-Encoding: 8bit
8
9 As requested by OVH, to fix unbootable systems with Atom
10 N2800 CPUs. This should not affect other CPU classes at all.
11
12 This reverts commit acead1b0fac5b10d0ae3f1cc5f7820b9f9f924f5.
13
14 Reported-By: Felix Krohn <felix.krohn@corp.ovh.com>
15 Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
16 ---
17 drivers/idle/intel_idle.c | 1 -
18 1 file changed, 1 deletion(-)
19
20 diff --git a/drivers/idle/intel_idle.c b/drivers/idle/intel_idle.c
21 index 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 --
33 2.1.4
34