Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 211192
b: refs/heads/master
c: bd126b2
h: refs/heads/master
v: v3
  • Loading branch information
Namhyung Kim authored and Len Brown committed Sep 29, 2010
1 parent 4873914 commit eca832d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: 58f87ed0d45141a90167f34c0959d607160a26df
refs/heads/master: bd126b23a2f30c3c7d268db2b96866923eb732a5
2 changes: 1 addition & 1 deletion trunk/arch/x86/kernel/acpi/cstate.c
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ struct cstate_entry {
unsigned int ecx;
} states[ACPI_PROCESSOR_MAX_POWER];
};
static struct cstate_entry *cpu_cstate_entry; /* per CPU ptr */
static struct cstate_entry __percpu *cpu_cstate_entry; /* per CPU ptr */

static short mwait_supported[ACPI_PROCESSOR_MAX_POWER];

Expand Down

0 comments on commit eca832d

Please sign in to comment.