m32r idle: delete pm_idle, and other dead idle code
authorLen Brown <len.brown@intel.com>
Sun, 10 Feb 2013 03:42:39 +0000 (22:42 -0500)
committerLen Brown <len.brown@intel.com>
Mon, 18 Feb 2013 04:37:06 +0000 (23:37 -0500)
All paths on m32r lead to cpu_relax().
So delete the dead code and simply call cpu_relax() directly.

Signed-off-by: Len Brown <len.brown@intel.com>
Cc: linux-m32r@ml.linux-m32r.org

No differences found