Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 80403
b: refs/heads/master
c: 4c02ad1
h: refs/heads/master
i:
  80401: 64dcad5
  80399: ca04fc3
v: v3
  • Loading branch information
Sam Ravnborg authored and Ingo Molnar committed Jan 30, 2008
1 parent ab13ef4 commit 80dfe8c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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: b48ed48a7816aafedb260cafe872a55757b9489e
refs/heads/master: 4c02ad1efdd1293d6fdd453a2f27ad993458dcd1
2 changes: 1 addition & 1 deletion trunk/arch/x86/kernel/process_32.c
Original file line number Diff line number Diff line change
Expand Up @@ -285,7 +285,7 @@ static void mwait_idle(void)
mwait_idle_with_hints(0, 0);
}

static int mwait_usable(const struct cpuinfo_x86 *c)
static int __cpuinit mwait_usable(const struct cpuinfo_x86 *c)
{
if (force_mwait)
return 1;
Expand Down
2 changes: 1 addition & 1 deletion trunk/arch/x86/kernel/process_64.c
Original file line number Diff line number Diff line change
Expand Up @@ -281,7 +281,7 @@ static void mwait_idle(void)
}


static int mwait_usable(const struct cpuinfo_x86 *c)
static int __cpuinit mwait_usable(const struct cpuinfo_x86 *c)
{
if (force_mwait)
return 1;
Expand Down

0 comments on commit 80dfe8c

Please sign in to comment.