Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 288881
b: refs/heads/master
c: 8bf1193
h: refs/heads/master
i:
  288879: d6a887a
v: v3
  • Loading branch information
Ben Hutchings authored and Greg Kroah-Hartman committed Feb 16, 2012
1 parent 3b9ebc6 commit f2d016d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 9 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 9f3519d2ed26d2ede5b6432fb64af0e7e8ed13e3
refs/heads/master: 8bf11938459ff8ceb8643258d0a35e0f2bc9be17
12 changes: 4 additions & 8 deletions trunk/drivers/idle/intel_idle.c
Original file line number Diff line number Diff line change
Expand Up @@ -331,10 +331,6 @@ static void auto_demotion_disable(void *dummy)

static const struct idle_cpu idle_cpu_nehalem = {
.state_table = nehalem_cstates,
};

static const struct idle_cpu idle_cpu_westmere = {
.state_table = nehalem_cstates,
.auto_demotion_disable_flags = NHM_C1_AUTO_DEMOTE | NHM_C3_AUTO_DEMOTE,
};

Expand All @@ -358,12 +354,12 @@ static const struct x86_cpu_id intel_idle_ids[] = {
ICPU(0x1a, idle_cpu_nehalem),
ICPU(0x1e, idle_cpu_nehalem),
ICPU(0x1f, idle_cpu_nehalem),
ICPU(0x25, idle_cpu_westmere),
ICPU(0x2c, idle_cpu_westmere),
ICPU(0x2e, idle_cpu_westmere),
ICPU(0x25, idle_cpu_nehalem),
ICPU(0x2c, idle_cpu_nehalem),
ICPU(0x2e, idle_cpu_nehalem),
ICPU(0x1c, idle_cpu_atom),
ICPU(0x26, idle_cpu_lincroft),
ICPU(0x2f, idle_cpu_westmere),
ICPU(0x2f, idle_cpu_nehalem),
ICPU(0x2a, idle_cpu_snb),
ICPU(0x2d, idle_cpu_snb),
{}
Expand Down

0 comments on commit f2d016d

Please sign in to comment.