commit | ebf714ff37561331eb39963945d80bfc2a59e00f | [log] [tgz] |
---|---|---|
author | Scott Wood <scottwood@freescale.com> | Wed Jun 22 18:10:30 2011 -0500 |
committer | Kumar Gala <galak@kernel.crashing.org> | Mon Jun 27 08:36:15 2011 -0500 |
tree | 4332a9b8ba4472a439db4d21ece64066d88358d1 | |
parent | f340fe69f5e87c9f630b077cf52142ec15964a41 [diff] |
powerpc/e500mc: Add support for the wait instruction in e500_idle e500mc cannot doze or nap due to an erratum (as well as having a different mechanism than previous e500), but it has a "wait" instruction that is similar to doze. On 64-bit, due to the soft-irq-disable mechanism, the existing book3e_idle should be used instead. Signed-off-by: Vakul Garg <vakul@freescale.com> Signed-off-by: Scott Wood <scottwood@freescale.com> Signed-off-by: Kumar Gala <galak@kernel.crashing.org>