Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 252753
b: refs/heads/master
c: 06ae40c
h: refs/heads/master
i:
  252751: a4c68ac
v: v3
  • Loading branch information
Len Brown committed May 29, 2011
1 parent 505c20a commit ac3b62e
Show file tree
Hide file tree
Showing 2 changed files with 4 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: 02c68a02018669d1817c43c42de800975cbec467
refs/heads/master: 06ae40ce073daf233607a3c54a489f2c1e44683e
4 changes: 3 additions & 1 deletion trunk/arch/x86/kernel/process.c
Original file line number Diff line number Diff line change
Expand Up @@ -340,7 +340,9 @@ EXPORT_SYMBOL(boot_option_idle_override);
* Powermanagement idle function, if any..
*/
void (*pm_idle)(void);
#if defined(CONFIG_APM_MODULE) && defined(CONFIG_APM_CPU_IDLE)
EXPORT_SYMBOL(pm_idle);
#endif

#ifdef CONFIG_X86_32
/*
Expand Down Expand Up @@ -400,7 +402,7 @@ void default_idle(void)
cpu_relax();
}
}
#ifdef CONFIG_APM_MODULE
#if defined(CONFIG_APM_MODULE) && defined(CONFIG_APM_CPU_IDLE)
EXPORT_SYMBOL(default_idle);
#endif

Expand Down

0 comments on commit ac3b62e

Please sign in to comment.