Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1 | /* |
| 2 | * Idle daemon for PowerPC. Idle daemon will handle any action |
| 3 | * that needs to be taken when the system becomes idle. |
| 4 | * |
Paul Mackerras | a0652fc | 2006-03-27 15:03:03 +1100 | [diff] [blame] | 5 | * Originally written by Cort Dougan (cort@cs.nmt.edu). |
| 6 | * Subsequent 32-bit hacking by Tom Rini, Armin Kuster, |
| 7 | * Paul Mackerras and others. |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 8 | * |
| 9 | * iSeries supported added by Mike Corrigan <mikejc@us.ibm.com> |
| 10 | * |
| 11 | * Additional shared processor, SMT, and firmware support |
| 12 | * Copyright (c) 2003 Dave Engebretsen <engebret@us.ibm.com> |
| 13 | * |
Paul Mackerras | a0652fc | 2006-03-27 15:03:03 +1100 | [diff] [blame] | 14 | * 32-bit and 64-bit versions merged by Paul Mackerras <paulus@samba.org> |
| 15 | * |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 16 | * This program is free software; you can redistribute it and/or |
| 17 | * modify it under the terms of the GNU General Public License |
| 18 | * as published by the Free Software Foundation; either version |
| 19 | * 2 of the License, or (at your option) any later version. |
| 20 | */ |
| 21 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 22 | #include <linux/sched.h> |
| 23 | #include <linux/kernel.h> |
| 24 | #include <linux/smp.h> |
| 25 | #include <linux/cpu.h> |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 26 | #include <linux/sysctl.h> |
Tony Breeds | 1ad7499 | 2007-09-21 13:26:03 +1000 | [diff] [blame] | 27 | #include <linux/tick.h> |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 28 | |
| 29 | #include <asm/system.h> |
| 30 | #include <asm/processor.h> |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 31 | #include <asm/cputable.h> |
| 32 | #include <asm/time.h> |
Michael Ellerman | fd899c0 | 2005-07-07 17:56:28 -0700 | [diff] [blame] | 33 | #include <asm/machdep.h> |
Paul Mackerras | 2249ca9 | 2005-11-07 13:18:13 +1100 | [diff] [blame] | 34 | #include <asm/smp.h> |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 35 | |
Paul Mackerras | a0652fc | 2006-03-27 15:03:03 +1100 | [diff] [blame] | 36 | #ifdef CONFIG_HOTPLUG_CPU |
Johannes Berg | 61e9916 | 2008-09-24 22:56:25 +0000 | [diff] [blame] | 37 | #define cpu_should_die() cpu_is_offline(smp_processor_id()) |
Paul Mackerras | a0652fc | 2006-03-27 15:03:03 +1100 | [diff] [blame] | 38 | #else |
| 39 | #define cpu_should_die() 0 |
| 40 | #endif |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 41 | |
Deepthi Dharwar | 771dae8 | 2011-11-30 02:46:31 +0000 | [diff] [blame^] | 42 | unsigned long cpuidle_disable = IDLE_NO_OVERRIDE; |
| 43 | EXPORT_SYMBOL(cpuidle_disable); |
| 44 | |
arnd@arndb.de | 302eca1 | 2006-10-24 18:31:26 +0200 | [diff] [blame] | 45 | static int __init powersave_off(char *arg) |
| 46 | { |
| 47 | ppc_md.power_save = NULL; |
Deepthi Dharwar | 771dae8 | 2011-11-30 02:46:31 +0000 | [diff] [blame^] | 48 | cpuidle_disable = IDLE_POWERSAVE_OFF; |
arnd@arndb.de | 302eca1 | 2006-10-24 18:31:26 +0200 | [diff] [blame] | 49 | return 0; |
| 50 | } |
| 51 | __setup("powersave=off", powersave_off); |
| 52 | |
Paul Mackerras | a0652fc | 2006-03-27 15:03:03 +1100 | [diff] [blame] | 53 | /* |
| 54 | * The body of the idle task. |
| 55 | */ |
| 56 | void cpu_idle(void) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 57 | { |
Paul Mackerras | a0652fc | 2006-03-27 15:03:03 +1100 | [diff] [blame] | 58 | if (ppc_md.idle_loop) |
| 59 | ppc_md.idle_loop(); /* doesn't return */ |
| 60 | |
Nick Piggin | 64c7c8f | 2005-11-08 21:39:04 -0800 | [diff] [blame] | 61 | set_thread_flag(TIF_POLLING_NRFLAG); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 62 | while (1) { |
Thomas Gleixner | b8f8c3c | 2008-07-18 17:27:28 +0200 | [diff] [blame] | 63 | tick_nohz_stop_sched_tick(1); |
Paul Mackerras | a0652fc | 2006-03-27 15:03:03 +1100 | [diff] [blame] | 64 | while (!need_resched() && !cpu_should_die()) { |
Anton Blanchard | ddafddc | 2006-04-02 19:54:09 +1000 | [diff] [blame] | 65 | ppc64_runlatch_off(); |
| 66 | |
Paul Mackerras | a0652fc | 2006-03-27 15:03:03 +1100 | [diff] [blame] | 67 | if (ppc_md.power_save) { |
| 68 | clear_thread_flag(TIF_POLLING_NRFLAG); |
| 69 | /* |
| 70 | * smp_mb is so clearing of TIF_POLLING_NRFLAG |
| 71 | * is ordered w.r.t. need_resched() test. |
| 72 | */ |
| 73 | smp_mb(); |
| 74 | local_irq_disable(); |
| 75 | |
Steven Rostedt | 6d07bb4 | 2008-11-14 16:21:19 -0800 | [diff] [blame] | 76 | /* Don't trace irqs off for idle */ |
| 77 | stop_critical_timings(); |
| 78 | |
Paul Mackerras | a0652fc | 2006-03-27 15:03:03 +1100 | [diff] [blame] | 79 | /* check again after disabling irqs */ |
| 80 | if (!need_resched() && !cpu_should_die()) |
| 81 | ppc_md.power_save(); |
| 82 | |
Steven Rostedt | 6d07bb4 | 2008-11-14 16:21:19 -0800 | [diff] [blame] | 83 | start_critical_timings(); |
| 84 | |
Paul Mackerras | a0652fc | 2006-03-27 15:03:03 +1100 | [diff] [blame] | 85 | local_irq_enable(); |
| 86 | set_thread_flag(TIF_POLLING_NRFLAG); |
| 87 | |
| 88 | } else { |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 89 | /* |
| 90 | * Go into low thread priority and possibly |
| 91 | * low power mode. |
| 92 | */ |
| 93 | HMT_low(); |
| 94 | HMT_very_low(); |
| 95 | } |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 96 | } |
| 97 | |
Paul Mackerras | a0652fc | 2006-03-27 15:03:03 +1100 | [diff] [blame] | 98 | HMT_medium(); |
Anton Blanchard | 45e75df | 2005-07-07 17:56:33 -0700 | [diff] [blame] | 99 | ppc64_runlatch_on(); |
Tony Breeds | 1ad7499 | 2007-09-21 13:26:03 +1000 | [diff] [blame] | 100 | tick_nohz_restart_sched_tick(); |
Signed-off-by: Darren Hart | a7c2bb8 | 2010-08-04 18:28:33 +0000 | [diff] [blame] | 101 | preempt_enable_no_resched(); |
Paul Mackerras | a0652fc | 2006-03-27 15:03:03 +1100 | [diff] [blame] | 102 | if (cpu_should_die()) |
| 103 | cpu_die(); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 104 | schedule(); |
Nick Piggin | 5bfb5d6 | 2005-11-08 21:39:01 -0800 | [diff] [blame] | 105 | preempt_disable(); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 106 | } |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 107 | } |
| 108 | |
Deepthi Dharwar | 771dae8 | 2011-11-30 02:46:31 +0000 | [diff] [blame^] | 109 | |
| 110 | /* |
| 111 | * cpu_idle_wait - Used to ensure that all the CPUs come out of the old |
| 112 | * idle loop and start using the new idle loop. |
| 113 | * Required while changing idle handler on SMP systems. |
| 114 | * Caller must have changed idle handler to the new value before the call. |
| 115 | * This window may be larger on shared systems. |
| 116 | */ |
| 117 | void cpu_idle_wait(void) |
| 118 | { |
| 119 | int cpu; |
| 120 | smp_mb(); |
| 121 | |
| 122 | /* kick all the CPUs so that they exit out of old idle routine */ |
| 123 | get_online_cpus(); |
| 124 | for_each_online_cpu(cpu) { |
| 125 | if (cpu != smp_processor_id()) |
| 126 | smp_send_reschedule(cpu); |
| 127 | } |
| 128 | put_online_cpus(); |
| 129 | } |
| 130 | EXPORT_SYMBOL_GPL(cpu_idle_wait); |
| 131 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 132 | int powersave_nap; |
| 133 | |
| 134 | #ifdef CONFIG_SYSCTL |
| 135 | /* |
| 136 | * Register the sysctl to set/clear powersave_nap. |
| 137 | */ |
| 138 | static ctl_table powersave_nap_ctl_table[]={ |
| 139 | { |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 140 | .procname = "powersave-nap", |
| 141 | .data = &powersave_nap, |
| 142 | .maxlen = sizeof(int), |
| 143 | .mode = 0644, |
Eric W. Biederman | 6d45611 | 2009-11-16 03:11:48 -0800 | [diff] [blame] | 144 | .proc_handler = proc_dointvec, |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 145 | }, |
Eric W. Biederman | f5f1067 | 2007-02-14 00:33:46 -0800 | [diff] [blame] | 146 | {} |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 147 | }; |
| 148 | static ctl_table powersave_nap_sysctl_root[] = { |
Eric W. Biederman | f5f1067 | 2007-02-14 00:33:46 -0800 | [diff] [blame] | 149 | { |
Eric W. Biederman | f5f1067 | 2007-02-14 00:33:46 -0800 | [diff] [blame] | 150 | .procname = "kernel", |
Alexey Dobriyan | fb293ae | 2007-10-28 05:34:53 +1100 | [diff] [blame] | 151 | .mode = 0555, |
Eric W. Biederman | f5f1067 | 2007-02-14 00:33:46 -0800 | [diff] [blame] | 152 | .child = powersave_nap_ctl_table, |
| 153 | }, |
| 154 | {} |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 155 | }; |
| 156 | |
| 157 | static int __init |
| 158 | register_powersave_nap_sysctl(void) |
| 159 | { |
Eric W. Biederman | 0b4d414 | 2007-02-14 00:34:09 -0800 | [diff] [blame] | 160 | register_sysctl_table(powersave_nap_sysctl_root); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 161 | |
| 162 | return 0; |
| 163 | } |
| 164 | __initcall(register_powersave_nap_sysctl); |
| 165 | #endif |