diff options
author | Len Brown <len.brown@intel.com> | 2013-02-09 21:45:03 -0500 |
---|---|---|
committer | Len Brown <len.brown@intel.com> | 2013-02-17 23:34:58 -0500 |
commit | a476bda30baf7efa7f305793a340aae07b6e5780 (patch) | |
tree | 149069bd724145e6dd9af3da00918db70b271f65 /arch/x86/kernel/irq_64.c | |
parent | dd8af076262cc1ff85a8d5e0c5b1a4716d19fe25 (diff) | |
download | linux-a476bda30baf7efa7f305793a340aae07b6e5780.tar.gz linux-a476bda30baf7efa7f305793a340aae07b6e5780.tar.bz2 linux-a476bda30baf7efa7f305793a340aae07b6e5780.zip |
x86 idle: rename global pm_idle to static x86_idle
(pm_idle)() is being removed from linux/pm.h
because Linux does not have such a cross-architecture concept.
x86 uses an idle function pointer in its architecture
specific code as a backup to cpuidle. So we re-name
x86 use of pm_idle to x86_idle, and make it static to x86.
Signed-off-by: Len Brown <len.brown@intel.com>
Cc: x86@kernel.org
Diffstat (limited to 'arch/x86/kernel/irq_64.c')
0 files changed, 0 insertions, 0 deletions