commit | 7f3bbb82e0c371d6881129f776c90130ba66f051 | [log] [tgz] |
---|---|---|
author | Richard Henderson <rth@twiddle.net> | Fri Jul 12 09:36:21 2013 -0700 |
committer | Matt Turner <mattst88@gmail.com> | Sat Nov 16 16:33:15 2013 -0800 |
tree | e2bb143c17545c720484602fbaa829eae2e66119 | |
parent | fddd87d6e135924b92499917bace103e46c22d00 [diff] |
alpha: Primitive support for CPU power down. Use WTINT to wait for the next interrupt. Squash the WTINT call if the PALcode doesn't support it (e.g. MILO). No attempt is yet made to skip clock ticks during normal scheduling in order to stay in power down mode longer. Signed-off-by: Richard Henderson <rth@twiddle.net>